REST API - getCaseReferences

The table summarizes the REST API - getCaseReferences.

Request

Format
GET <baseurl>/globaldata/dataview/id/<dataviewID>/getcasereferences
Path parameters dataviewID: The unique identifier of the dataview.

Response

JSON Returns a JSON representation of the contents of a GetCaseReferencesForDataViewResponse element.
XML Returns the contents of a GetCaseReferencesForDataViewResponse element (from the BusinessDataServices schema)

Example

Request
GET <baseurl>/globaldata/dataview/id/2/getcasereferences
Response
{
"xml-fragment":
{
"caseReference":
[
"BDS-2-com.example.gddemo.Car-33-0",
"BDS-2-com.example.gddemo.Car-42-0",
"BDS-2-com.example.gddemo.Car-44-0"
],
"hasMoreResults": false
}
}