Enterprise| Parameter | Default | Description | Required |
|---|---|---|---|
| status | Value when active returns only active report tags else all. |
curl --location 'https://api.simpra.app/report_tags' \
--header 'Simpra-Access-Token: <api-key>' \
--header 'Content-Type: application\json'{
"report_tags": [
{
"id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"active": true,
"parent_report_tag_id": null,
"translations": [
{
"name": "Yiyecek",
"locale": "tr"
},
{
"name": "Food",
"locale": "en"
}
]
},
{
"id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"active": true,
"parent_report_tag_id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"translations": [
{
"name": "Ana Yemek",
"locale": "tr"
}
]
}
]
}