REST URL Parameters
You can use parameters to customize the request URL for REST. The format for the request parameter in a request URL is:
http://[hostname]:[port]/[contextRoot]/rest/[repositoryId]/[projectName]/[type]/[objectName]?[request_parameter]=[value]
All request parameters are case sensitive. To add a parameter to the filter, you must append it to the REST URL.
Except for partialCommit and batchSize, OneData treats all parameters in an identical manner in both XML and JSON resource representations.