curl --request GET \
--url https://api.scholarlysoftware.com/api/v1/workflow_responses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "workflow_response",
"attributes": {
"step_name": "<string>",
"sections": "<array>",
"completed_at": "<string>"
},
"relationships": {
"candidate": {
"links": {
"related": "<string>"
},
"meta": {},
"data": {
"type": "profile",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
},
"workflow_case": {
"links": {
"related": "<string>"
},
"meta": {},
"data": {
"type": "workflow_case",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
},
"workflow": {
"links": {
"related": "<string>"
},
"meta": {},
"data": {
"type": "workflow",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
},
"workflow_group": {
"links": {
"related": "<string>"
},
"meta": {},
"data": {
"type": "workflow_group",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
},
"assignees": {
"links": {
"related": "<string>"
},
"meta": {},
"data": [
{
"type": "user",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
}
}
}
}Returns a specific workflow response by ID
curl --request GET \
--url https://api.scholarlysoftware.com/api/v1/workflow_responses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "workflow_response",
"attributes": {
"step_name": "<string>",
"sections": "<array>",
"completed_at": "<string>"
},
"relationships": {
"candidate": {
"links": {
"related": "<string>"
},
"meta": {},
"data": {
"type": "profile",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
},
"workflow_case": {
"links": {
"related": "<string>"
},
"meta": {},
"data": {
"type": "workflow_case",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
},
"workflow": {
"links": {
"related": "<string>"
},
"meta": {},
"data": {
"type": "workflow",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
},
"workflow_group": {
"links": {
"related": "<string>"
},
"meta": {},
"data": {
"type": "workflow_group",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
},
"assignees": {
"links": {
"related": "<string>"
},
"meta": {},
"data": [
{
"type": "user",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer token
Workflow Response ID
workflow response accessible by profile owner
Show child attributes
"workflow_response""workflow_response"
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes