Get clinical workflow definitions

get/workflowDefinitions

Returns clinical workflow definitions defined with the specified repository context type.

Request Samples

Response Samples

1{
2 "value": {
3 "name": "definitions",
4 "accept": "application/vnd.sas.clinical.workflow.definition+json",
5 "start": 0,
6 "count": 3,
7 "items": [
8 {
9 "version": 1,
10 "id": "WF8259FD33-26F6-4AF5-BF79-377E42123FBD",
11 "name": "WorkflowDefinition1",
12 "definitionVersion": 1,
13 "modifiedBy": "sastest1",
14 "modifiedTimeStamp": "2026-01-26T19:07:51.153Z"
15 },
16 {
17 "version": 1,
18 "id": "WF328A7474-D416-4D68-A683-AA2EAA9A38EE",
19 "name": "WorkflowDefinition2",
20 "description": "User task to notification task",
21 "definitionVersion": 1,
22 "modifiedBy": "sastest1",
23 "modifiedTimeStamp": "2026-02-27T15:46:17.039Z"
24 },
25 {
26 "version": 1,
27 "id": "WF14F99D9C-1ED9-4827-A794-4CDCD7ACC6E1",
28 "name": "WorkflowDefinition3",
29 "definitionVersion": 1,
30 "modifiedBy": "sastest1",
31 "modifiedTimeStamp": "2026-01-26T19:07:51.728Z"
32 }
33 ],
34 "limit": 1000,
35 "version": 2
36 }
37}

Query Parameters

NameTypeRequiredDescription
clinicalContextType
string
true

The type identifier of a clinical context.

Responses

StatusMeaningDescription
200OK

OK

Schema