PUT Application/PutWorkflowConfigs
Request Information
URI Parameters
None.
Body Parameters
Collection of WorkflowConfig| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| WorkflowID | globally unique identifier |
Required |
|
| PictureID | globally unique identifier |
None. |
|
| DashboardID | globally unique identifier |
None. |
|
| Url | string |
None. |
|
| IconName | string |
None. |
|
| BackgroundColor | string |
None. |
|
| ImageFilePath | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": "c00db448-a541-459d-821d-05b10724735b",
"workflowID": "c0a54ebf-336e-474f-b74d-01a6588a53e6",
"pictureID": "95ee179f-61df-48a4-9191-482a7bf4ccda",
"dashboardID": "29caaae6-b30f-4ec4-8def-a7dbb9d5cb9c",
"url": "sample string 3",
"iconName": "sample string 4",
"backgroundColor": "sample string 5",
"imageFilePath": "sample string 6"
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| Response | ServiceItem |
None. |
|
| LatestDataTimestampUtc | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.