Get a list of workflow task prompts

get/workflowTasks/{taskId}/prompts
Internal-Use Only

Returns a list of all prompts that are associated with a workflow user task. The prompts are part of the workflow definition.

Request Samples

1

Response Samples

1{
2 "id": "string",
3 "name": "string",
4 "variableType": "string",
5 "variableName": "string",
6 "values": [
7 {
8 "id": "string",
9 "name": "string",
10 "value": "string"
11 }
12 ],
13 "required": "string",
14 "defaultValueId": "string",
15 "actualValue": "string",
16 "version": -2147483648,
17 "links": [
18 {
19 "method": "string",
20 "rel": "string",
21 "uri": "string",
22 "href": "string",
23 "title": "string",
24 "type": "string",
25 "itemType": "string",
26 "responseType": "string",
27 "responseItemType": "string"
28 }
29 ]
30}

Path Parameters

NameTypeRequiredDescription
taskId
string
true

The ID of a task from the tasks collection.

Responses

StatusMeaningDescription
200OKThe request succeeded.Schema
400Bad RequestThe request was invalid.Schema
404Not FoundNo task with the specified ID exists at the requested path.Schema