Get statuses
Prerequisites
- An access token for the HIPE instance
Get the statuses
To get the statuses available in HIPE, you will need to make a GET request to the /api/statuses endpoint API reference.
curl --location 'https://{ YOUR INSTANCE }-hipe.packitoo.com/api/statuses' \--header 'X-ACCESS-TOKEN: { YOUR ACCESS TOKEN }'You can also get the statuses by entity type, for example briefs.
curl --location 'https://{ YOUR INSTANCE }-hipe.packitoo.com/api/statuses/entity?entity=BRIEFS' \--header 'X-ACCESS-TOKEN: { YOUR ACCESS TOKEN }'find more information in the API reference