Deadlines
Get upcoming deadlines from relevant sources.
Authorization
Authorization AuthorizationBearer <token>
In: header
Query Parameters
limit?number
Range
5 <= valueDefault
100page?number
Range
1 <= valueDefault
1organizationId*string
Length
1 <= lengthincludeOverdue?boolean
Default
truedaysAhead?number
Range
1 <= value <= 30Default
30filterByType?string
Value in
- "treatment-action"
- "risk-review"
- "asset-review"
- "asset-retention"
- "audit-finding"
- "entitlement-review"
- "vendor-assessment"
- "evidence-review"
- "evidence-file-expiry"
- "incident-breach-notification"
- "task"
- "record"
- "record-cadence"
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/deadlines/?organizationId=string"{ "items": [ { "id": "string", "title": "string", "description": "string", "tag": "string", "dueDate": "string", "url": "string", "type": "treatment-action", "isOverdue": true, "daysUntilDue": 0 } ], "total": 0, "page": 0, "limit": 0}How is this guide?