Get a workflow object association

get/workflowAssociations/{associationId}
Internal-Use Only

Returns a specific association for a workflow process to 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}

Path Parameters

NameTypeRequiredDescription
associationId
string
true

The ID of the workflow object association.

Responses

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