get https://api.w2globaldata.com/cases//results
The section below describes how to call the Get Case Results endpoint. This endpoint retrieves the latest 100 results.
How to use
To call the endpoint you will need to perform a HTTP POST request to the URL:
URL | API Version |
---|---|
https://api.w2globaldata.com/Cases/{caseId}/results | 1.4 + |
The case results will be returned if found.
Example Get Results Response
{
"caseId": "437fb3e1-4430-4265-84da-cc22aa1fde19",
"results": [
{
"id": "e73f75a2-6160-46b9-b1e2-2753e9fbcbb8",
"caseId": "437fb3e1-4430-4265-84da-cc22aa1fde19",
"type": "monitoring",
"reference": "My monitoring reference",
"resultDate": "2021-02-15T10:03:39.3691603+00:00",
"numberOfAlerts": 0
},
{
"id": "6cb53ec0-14d2-4579-9b3a-92e29ca63369",
"caseId": "437fb3e1-4430-4265-84da-cc22aa1fde19",
"type": "monitoring",
"reference": "My monitoring reference",
"resultDate": "2021-02-15T09:44:29.547256+00:00",
"numberOfAlerts": 26
}]
}