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.
Note: | You cannot use REST URL parameters in a JSON string. |