GET CaseExport/GetCaseNumbersOfCasesBookedRecently?minutes={minutes}
Get CaseNumbers of all cases, with recent status bookings.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
minutes |
defines recent - look back x minutes |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Enumeration of Casenumbers
Collection of stringResponse Formats
application/json, text/json
Sample:
[ "string_1", "string_2" ]
application/xml, text/xml
Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <string>string_1</string> <string>string_2</string> </ArrayOfstring>