GET api/Jobsearch/{id}/WorkflowDef
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
WorkflowDef| Name | Description | Type | Additional information |
|---|---|---|---|
| ElementName | string |
None. |
|
| Items | Collection of WorkflowItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"ElementName": "sample string 1",
"Items": [
{
"Id": "sample string 1",
"Type": "StatusTrigger",
"Label": "sample string 2",
"Icon": "sample string 3",
"NextSteps": [
{
"Id": "sample string 1",
"Perform": "Auto",
"Label": "sample string 2",
"IsActive": true
},
{
"Id": "sample string 1",
"Perform": "Auto",
"Label": "sample string 2",
"IsActive": true
}
],
"IsActive": true,
"Options": {
"System.Object": {}
}
},
{
"Id": "sample string 1",
"Type": "StatusTrigger",
"Label": "sample string 2",
"Icon": "sample string 3",
"NextSteps": [
{
"Id": "sample string 1",
"Perform": "Auto",
"Label": "sample string 2",
"IsActive": true
},
{
"Id": "sample string 1",
"Perform": "Auto",
"Label": "sample string 2",
"IsActive": true
}
],
"IsActive": true,
"Options": {
"System.Object": {}
}
}
]
}
text/csv
Sample:
"sep=," Length,LongLength,Rank,SyncRoot,IsReadOnly,IsFixedSize,IsSynchronized,ElementName,Items 2,2,1,"System.Collections.Generic.KeyValuePair`2[System.String,System.String][]",False,True,False,, ,,,,,,,sample string 1,ASTLib.Types.Workflow.WorkflowItem[]