cURL
curl --request GET \ --url https://api.scholarlysoftware.com/api/v1/workflow_groups/{id}/children \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "type": "workflow_group", "attributes": { "name": "<string>" }, "relationships": { "workflow": { "links": { "related": "<string>" }, "meta": {}, "data": { "type": "workflow", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } }, "parent": { "links": { "related": "<string>" }, "meta": {}, "data": { "type": "workflow_group", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } }, "children": { "links": { "related": "<string>" }, "meta": {} } } } ], "meta": { "page": { "cursor": "<string>" } }, "links": { "first": "<string>", "last": "<string>", "next": "<string>", "prev": "<string>" } }
Returns the child workflow groups of a specific workflow group
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Bearer token
Workflow Group ID
empty children list
Show child attributes