Skip to content

Get statuses

Prerequisites

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.

Terminal window
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.

Terminal window
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