Request Information

URI Parameters

NameDescriptionTypeAdditional information
startDate

The start date.

date

Required

endDate

The end date.

date

None.

Body Parameters

None.

Response Information

Resource Description

The application.

Collection of integer

Response 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>