Get all workflow object associations

get/workflowAssociations
Internal-Use Only

Returns a list of all workflow process associations to a model object.

Request Samples

1

Response Samples

1{
2 "id": "string",
3 "processId": "string",
4 "processName": "string",
5 "parentProcessId": "string",
6 "solutionObjectType": "string",
7 "solutionObjectId": "string",
8 "solutionObjectName": "string",
9 "solutionObjectUri": "string",
10 "solutionObjectMediaType": "string",
11 "version": -2147483648,
12 "links": [
13 {
14 "method": "string",
15 "rel": "string",
16 "uri": "string",
17 "href": "string",
18 "title": "string",
19 "type": "string",
20 "itemType": "string",
21 "responseType": "string",
22 "responseItemType": "string"
23 }
24 ]
25}

Query Parameters

NameTypeRequiredDescription
filter
string<string>
false

The criteria for filtering the workflow process associations. See Filtering in REST APIs.

limit
integer<int32>
false

The maximum number of workflow process associations to return.

Default:
10
sortBy
string<sort-criteria>
false

The criteria for sorting the workflow process associations. See Sorting in REST APIs.

start
integer<int64>
false

The index of the first workflow process association to return.

Default:
0

Responses

StatusMeaningDescription
200OKThe request succeeded.Schema
400Bad RequestThe request was invalid.Schema