cURL
curl --request GET \ --url https://api.scholarlysoftware.com/api/v1/workflow_cases/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "type": "workflow_case", "attributes": { "full_title": "<string>" }, "relationships": { "workflow_group": { "links": { "related": "<string>" }, "meta": {}, "data": { "type": "workflow_group", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } }, "candidate": { "links": { "related": "<string>" }, "meta": {}, "data": { "type": "profile", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } }, "workflow": { "links": { "related": "<string>" }, "meta": {}, "data": { "type": "workflow", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } } } } }
Returns a specific case (faculty evaluation) by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Bearer token
Case ID
case accessible by department administrator
Show child attributes