REST API - findAllCases
The table summarizes the REST API - findAllCases.
Request
Format | GET <baseurl>/globaldata/model/<caseType>/<version>/find |
Path parameters |
|
Query parameters |
|
Response
JSON | Returns a JSON representation of the contents of a SearchResultselement. |
XML | Returns the contents of a SearchResultselement (from the BusinessDataServices schema) |
Example
Request | GET <baseurl>/globaldata/model/com.example.hastings.Customer/1/find?start=0&count=1 |
Response | { "xml-fragment": { "caseReference": "BDS-1-com.example.hastings.Customer-1-0", "hasMoreResults": "true" } } |