| GET,OPTIONS | /v1/engine/workflows |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Workflows | form | List<WorkflowView> | No | |
| ResponseStatus | form | ResponseStatus | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| WorkflowId | form | int | No | |
| SourceKey | form | string | No | |
| Name | form | string | No | |
| Vertical | form | string | No | |
| Pack | form | string | No | |
| Status | form | string | No | |
| VersionNum | form | int | No | |
| Description | form | string | No | |
| OwnerRole | form | string | No | |
| GraphJson | form | string | No | |
| Ok30 | form | int | No | |
| Fail30 | form | int | No | |
| Waiting | form | int | No | |
| UpdatedBy | form | string | No | |
| UpdatedAt | form | DateTime? | No | |
| Versions | form | List<WorkflowVersionInfo> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| VersionNum | form | int | No | |
| Status | form | string | No | |
| CreatedBy | form | string | No | |
| CreatedAt | form | DateTime | No | |
| PublishedAt | form | DateTime? | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /v1/engine/workflows HTTP/1.1 Host: api.dev.dynamics.trendsic.com Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
Workflows:
[
{
WorkflowId: 0,
SourceKey: String,
Name: String,
Vertical: String,
Pack: String,
Status: String,
VersionNum: 0,
Description: String,
OwnerRole: String,
GraphJson: String,
Ok30: 0,
Fail30: 0,
Waiting: 0,
UpdatedBy: String,
UpdatedAt: 0001-01-01,
Versions:
[
{
VersionNum: 0,
Status: String,
CreatedBy: String,
CreatedAt: 0001-01-01,
PublishedAt: 0001-01-01
}
]
}
],
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String,
Meta:
{
String: String
}
}
],
Meta:
{
String: String
}
}
}