{
"data": [
{
"id": "integer",
"name": {
"{countryCode}": "string"
},
"parent_id": "integer"
}
],
"extended_message": "string",
"message": "string",
"status": "string",
"status_code": "integer"
}
Name | Example | Description |
---|---|---|
data[] | ||
data[].id | 2 |
eloomis internal id for the category |
data[].name | ||
data[].name.{countryCode} | "Compliance" |
Dynamically build. The object may have multiple properties depending on platform and category |
data[].parent_id | 1 |
eloomis internal id for category parent |
extended_message |
Text to help with debugging |
|
message |
Text to help with debugging |
|
status | "OK" |
HTTP Status text |
status_code | 200 |
HTTP Status code |