Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
startDate |
The start date. |
date |
Required |
endDate |
The end date. |
date |
None. |
Body Parameters
None.
Response Information
Resource Description
The application.
Collection of integerResponse Formats
application/json, text/json
Sample:
[ 1, 2 ]
text/html
Sample:
[1,2]
application/xml, text/xml
Sample:
<ArrayOfInt xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <int>1</int> <int>2</int> </ArrayOfInt>