Dates Closed

Get Dates closed

GET /api/.../datesclosed?orgid={orgid}

Return a list of closed dates for an individual organization.

Request Information

Parameters
Name Type Required Description
orgid Integer Yes Filter by organization Id.

Response Information

Example
application/json, text/json
[
   "2009-01-01T00:00:00",
   "2012-12-25T00:00:00",
   "2013-06-10T00:00:00"
]

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE. Invalid organization ID
404 FAILURE. Organization ID not found