© 2025 Clarivate
GET /api/.../datesclosed?orgid={orgid}
Return a list of closed dates for an individual organization.
| Name | Type | Required | Description |
|---|---|---|---|
| orgid | Integer | Yes | Filter by organization Id. |
[
"2009-01-01T00:00:00",
"2012-12-25T00:00:00",
"2013-06-10T00:00:00"
]
| Code | Description |
|---|---|
| 200 | OK. Success |
| 400 | FAILURE. Invalid organization ID |
| 404 | FAILURE. Organization ID not found |