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.
curl --request GET \
--url https://api.algure.com/v1/countings/incident_types \
--header 'Authorization: Basic <encoded-value>'[
{
"name": "<string>"
}
]Was this page helpful?