Provides access to the task status values that are part of a Hyperproof organization.
Task Statuses API (1.0)
Download OpenAPI description
Languages
Servers
Mock server
https://developer.hyperproof.app/_mock/hyperproof-api/task-statuses/taskstatuses.openapi
Hyperproof US
https://api.hyperproof.app/v1/taskstatuses
Hyperproof Gov
https://api.hyperproofgov.app/v1/taskstatuses
Hyperproof EU
https://api.hyperproof.eu/v1/taskstatuses
- Mock serverhttps://developer.hyperproof.app/_mock/hyperproof-api/task-statuses/taskstatuses.openapi
- Hyperproof UShttps://api.hyperproof.app/v1/taskstatuses
- Hyperproof Govhttps://api.hyperproofgov.app/v1/taskstatuses
- Hyperproof EUhttps://api.hyperproof.eu/v1/taskstatuses
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://developer.hyperproof.app/_mock/hyperproof-api/task-statuses/taskstatuses.openapi/ \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Success.
The unique identifier for the task status.
Example: "ba50096d-bbfa-47af-94a7-092b0984cf35"
The unique identifier for the organization.
Example: "4c05da3f-f076-461c-8105-80a07a42ab7f"
The type of the task status.
Enum"notStarted""inProgress""submitted""closed""cancelled"
Example: "closed"
Response
application/json
[ { "id": "ba50096d-bbfa-47af-94a7-092b0984cf35", "orgId": "4c05da3f-f076-461c-8105-80a07a42ab7f", "name": "Closed", "type": "closed", "sortOrder": 4 } ]