GET api/Employment/{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=," RowNumber,Portrait,EmailConfirmed,Password,PasswordConfirmed,ScopeIds,RoleIds,AspNetUserUserName,AspNetUserEmail,ElementName,Items 1,System.Object[],sample string 11,sample string 3,sample string 4,System.Int32[],System.String[],sample string 11,sample string 2,, ,,,,,,,,,, ,,,,,,,,,sample string 1,ASTLib.Types.Workflow.WorkflowItem[]