REST API - navigateCase
The table summarizes the REST API - navigateCase.
Request
Format | GET <baseurl>/globaldata/ref/<casereference>/navigate/<rolename> |
Path Parameter s |
|
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/ref/BDS-2-com.example.gddemo.Customer-5-0/navigate/cars |
Response | { "xml-fragment": { "caseReference": [ "BDS-2-com.example.gddemo.Car-8-1", "BDS-2-com.example.gddemo.Car-10-1" ] } } |