External DocumentationTo learn more, visit the Oracle Service Cloud documentation.
Basic Parameters
| Parameter | Description |
|---|---|
| Application Context | The application context information to attach as OSvC-CREST-Application-Context request header. For more information, please refer to Oracle documentation. |
| Fields | A comma-separated list of attributes to return for each object in the response. |
| Limit | The maximum number of results to return per page. |
| Offset | The pagination offset indicating the starting point for the next set of results. |
| Order By | A comma-separated list of attributes and order, used to determine the order in which the records are returned. |
| Return All Pages | Automatically fetch all resources, page by page. |
| Search Query | The ROQL to filter the results by. For more information, please refer to Oracle’s documentation. |
| Total Results | Select whether to return the total count of available results. |
Advanced Parameters
| Parameter | Description |
|---|---|
| Next Request After | The time (in milliseconds) that must elapse before subsequent API calls will be executed. This value will be attached as osvc-crest-next-request-after request header. For more information, please refer to Oracle documentation. |
Example Output
{
"items": [
{
"id": 1,
"lookupName": "100909-000000",
"createdTime": "2013-08-21T21:13:23Z",
"updatedTime": "2013-11-11T21:00:25Z",
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/incidents/1"
}
]
},
{
"id": 2,
"lookupName": "100909-000001",
"createdTime": "2013-08-21T21:15:50Z",
"updatedTime": "2013-11-11T21:00:14Z",
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/incidents/2"
}
]
},
{
"id": 65,
"lookupName": "150929-000001",
"createdTime": "2015-09-29T17:19:40Z",
"updatedTime": "2015-09-29T17:19:40Z",
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/incidents/65"
}
]
},
{
"id": 66,
"lookupName": "150929-000002",
"createdTime": "2015-09-29T20:17:11Z",
"updatedTime": "2015-09-29T20:17:11Z",
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/incidents/66"
}
]
}
],
"hasMore": false,
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/incidents"
},
{
"rel": "describedby",
"href": "https://mysite.example.com/services/rest/connect/v1.4/metadata-catalog/incidents",
"mediaType": "application/schema+json"
},
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/incidents"
}
]
}