Get clinical tasks

get/workflowTasks

Returns clinical tasks

Request Samples

Response Samples

1{
2 "value": {
3 "name": "clinicalTasks",
4 "accept": "application/vnd.sas.clinical.workflow.task.summary+json",
5 "start": 0,
6 "count": 2,
7 "items": [
8 {
9 "version": 1,
10 "id": "WF195a938b-c6c4-464f-8999-d092b513edd1",
11 "name": "Data setup",
12 "elementId": "WF8BD8F378-EEBF-47A5-B2E5-AA4C34FFEC1C",
13 "contextId": "32a2a9fe-ba73-42d6-a9cd-1dda251cf441",
14 "contextTypeId": "organization",
15 "contextPath": "/Org",
16 "workflowId": "30ac3aee-b128-4b87-8c06-e1a68a4486ee",
17 "workflowName": "Data Validation",
18 "assigneeId": "sastest1",
19 "assigneeDisplayName": "SAS Test User 1 (sastest1)",
20 "priority": "LOW",
21 "taskDueTimeStamp": "2025-09-30T21:43:11.151Z",
22 "creationTimeStamp": "2025-09-30T17:43:11.169Z"
23 },
24 {
25 "version": 1,
26 "id": "WF65c92cd6-f16f-4339-9d8a-42dc5d17f0cb",
27 "name": "Data cleaning",
28 "elementId": "WFA359E49C-C88A-43CB-AA26-BABA1ED8D7A8",
29 "contextId": "32a2a9fe-ba73-42d6-a9cd-1dda251cf441",
30 "contextTypeId": "organization",
31 "contextPath": "/Org",
32 "workflowId": "3b68ab65-f831-4b2b-b0c9-bcdadd1f62ff",
33 "workflowName": "Data Clean Flow",
34 "assigneeId": "sastest1",
35 "assigneeDisplayName": "SAS Test User 1 (sastest1)",
36 "priority": "MEDIUM",
37 "creationTimeStamp": "2025-09-30T17:46:12.671Z"
38 }
39 ]
40 }
41}

Query Parameters

NameTypeRequiredDescription
filter
string<filter-criteria>
false

Filter criteria for items. See Filtering in REST APIs.

sortBy
string<sort-criteria>
false

Sorts the returned items. See Sorting in REST APIs.

Responses

StatusMeaningDescription
200OK

OK

Schema