Get Record's Workflow Summary
| Scope: | get_record_workflow_summary |
| App Type: | Agency |
| Authorization Type: | Access token |
| Url: | v3/records/{id}/workflowsummary?lang={lang} |
| HTTP Method: | GET |
Response Information
application/json
{
"workflowSummary": {
"currentTask": "sample string 1",
"totalSpendDays": 2,
"currentSpendDays": 3,
"lastComplete": "sample string 4"
}
}