v1
latestOpenAPI 3.1.02026-07-2419782400.4 KBMetaproperties
Retrieve specific metaproperty
get/api/workflow/metaproperties/{id}
Path parameters
idstring required
Example:00000000-0000-0000-0000-000000000000
Response
Metaproperty object
Example response
{
"ID": "00000000-0000-0000-0000-000000000000",
"label": "Holiday Type",
"short_name": "JOB-9",
"export": "false",
"position": 12,
"default": true,
"dateCreated": "2017-10-27T16:31:52+00:00",
"type": "select",
"entity": "job",
"created_by": {
"ID": "00000000-0000-0000-0000-000000000000",
"fullName": "User1"
},
"options": [
{
"ID": "00000000-0000-0000-0000-000000000000",
"position": 1,
"default": true,
"label": "Beach",
"dateCreated": "2017-10-27T16:31:52+00:00",
"metapropertyID": "00000000-0000-0000-0000-000000000000",
"created_by": {
"ID": "00000000-0000-0000-0000-000000000000",
"fullName": "User1"
}
}
]
}