Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Version 1
cURL
curl --request GET \ --url https://api.algure.com/v1/countings/incident_types \ --header 'Authorization: Basic <encoded-value>'
[ { "name": "<string>" } ]
Get all available incident types for countings within an organization.
Use Integration API credentials as HTTP Basic auth (username: client id, password: client secret).
The incident types list
Was this page helpful?