...
It returns (with debug = false) something like that:
Code Block |
---|
{ |
...
"resource": "hexasset", |
...
"name": "Asset", |
...
"description": null, |
...
"response": { |
...
"data": { |
...
"id": 27, |
...
"$uuid": "ag66cdz99rawubcfqj934w6hmo", |
...
"$workflowActions": [ |
...
{ "id": "1", |
...
"$uuid": "tbi7gcg8ccok3s4x7apx71xhsdj13tcxrg1pkya", |
...
"name": "publish", |
...
"label": "publish", |
...
"source": |
...
{ "id": "2", |
...
"$uuid": "tbi7gcg8ccok3iyuzrybu54ena", |
...
"name": "draft", |
...
"label": "draft", |
...
"color": "#5FA9FF", |
...
"archivedstatus": false, |
...
"onlinestatus": false, |
...
"draftstatus": true, |
...
"deletedstatus": |
...
false }, "target": |
...
{ "id": "6", |
...
"$uuid": "tbi7gcg8ccok3npk6fdgqtyymh", |
...
"name": "published", |
...
"label": "published", |
...
"color": "#6AD922", |
...
"archivedstatus": false, |
...
"onlinestatus": true, |
...
"draftstatus": false, |
...
"deletedstatus": |
...
false }, "archivedstatus": false, |
...
"onlinestatus": true, |
...
"draftstatus": false, |
...
"deletedstatus": false |
...
}, |
...
{ "id": "7", |
...
"$uuid": "tbi7gcg8ccok3s4x7apx71xhsne55s6prkx64be", |
...
"name": "archive", |
...
"label": "archive", |
...
"source": |
...
{ "id": "2", |
...
"$uuid": "tbi7gcg8ccok3iyuzrybu54ena", |
...
"name": "draft", |
...
"label": "draft", |
...
"color": "#5FA9FF", |
...
"archivedstatus": false, |
...
"onlinestatus": false, |
...
"draftstatus": true, |
...
"deletedstatus": |
...
false }, "target": |
...
{ "id": "7", |
...
"$uuid": "tbi7gcg8ccok36t45uatq48a5h", |
...
"name": "archived", |
...
"label": "archived", |
...
"color": "#707889", |
...
"archivedstatus": true, |
...
"onlinestatus": false, |
...
"draftstatus": false, |
...
"deletedstatus": |
...
false }, "archivedstatus": true, |
...
"onlinestatus": false, |
...
"draftstatus": false, |
...
"deletedstatus": false |
...
}, |
...
{ "id": "8", |
...
"$uuid": "tbi7gcg8ccok3s4x7apx71xhsndtxr4gbx89izy", |
...
"name": "submit", |
...
"label": "submit", |
...
"source": |
...
{ "id": "2", |
...
"$uuid": "tbi7gcg8ccok3iyuzrybu54ena", |
...
"name": "draft", |
...
"label": "draft", |
...
"color": "#5FA9FF", |
...
"archivedstatus": false, |
...
"onlinestatus": false, |
...
"draftstatus": true, |
...
"deletedstatus": |
...
false }, "target": |
...
{ "id": "8", |
...
"$uuid": "tbi7gcg8ccok38orr8nxsgk7zh", |
...
"name": "validation", |
...
"label": "validation", |
...
"color": "#FCB100", |
...
"archivedstatus": false, |
...
"onlinestatus": false, |
...
"draftstatus": false, |
...
"deletedstatus": |
...
false }, "archivedstatus": false, |
...
"onlinestatus": false, |
...
"draftstatus": false, |
...
"deletedstatus": false |
...
} ] } }, "links": { |
...
"href": "https://hexis-int.wedia-group.com/api/rest/dam/data/hexasset/workflow/27" |
...
}, |
...
"version": "1.0", |
...
"apiversion": "2.4" |
...
} |
Know the different possible actions to change the state of a resource type
...