Task properties
Get a task property
Get information about a specific task property.
get/task-properties/{task_property_id}
Path parameters
task_property_idstring required
The unique ID of the task property.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Response
OK
Example response
{
"data": {
"property_id": "size",
"name": "Size",
"description": "size",
"data_type": "string",
"items": [
{
"id": "8fd73167342d0689c4c015320",
"name": "{\"en\":\"evening\",\"cz\":\"vecer\"}",
"resource_record_id": "67342d3167342d0689c4c00689c4",
"state": 1
}
],
"last_change": "2019-06-20 14:48:09",
"state": 1
}
}