GET api/Workflows
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of WorkflowsDTOName | Description | Type | Additional information |
---|---|---|---|
WorkflowName | string |
None. |
|
WorkflowType | integer |
None. |
|
ExternalId | string |
None. |
|
CustomFieldsWorkflows | Collection of CustomFieldsDTO |
None. |
Response Formats
application/json, text/json
Sample:
[ { "WorkflowName": "sample string 1", "WorkflowType": 2, "ExternalId": "sample string 3", "CustomFieldsWorkflows": [ { "ExternalId": "sample string 1", "NombreInterno": "sample string 2", "ItemId": 1, "Valor": "sample string 3", "CodigoValor": "sample string 4", "Items": [ { "ExternalId": "sample string 1", "Name": "sample string 2", "Code": "sample string 3", "Deleted": true }, { "ExternalId": "sample string 1", "Name": "sample string 2", "Code": "sample string 3", "Deleted": true } ], "Detail": "sample string 5" }, { "ExternalId": "sample string 1", "NombreInterno": "sample string 2", "ItemId": 1, "Valor": "sample string 3", "CodigoValor": "sample string 4", "Items": [ { "ExternalId": "sample string 1", "Name": "sample string 2", "Code": "sample string 3", "Deleted": true }, { "ExternalId": "sample string 1", "Name": "sample string 2", "Code": "sample string 3", "Deleted": true } ], "Detail": "sample string 5" } ] }, { "WorkflowName": "sample string 1", "WorkflowType": 2, "ExternalId": "sample string 3", "CustomFieldsWorkflows": [ { "ExternalId": "sample string 1", "NombreInterno": "sample string 2", "ItemId": 1, "Valor": "sample string 3", "CodigoValor": "sample string 4", "Items": [ { "ExternalId": "sample string 1", "Name": "sample string 2", "Code": "sample string 3", "Deleted": true }, { "ExternalId": "sample string 1", "Name": "sample string 2", "Code": "sample string 3", "Deleted": true } ], "Detail": "sample string 5" }, { "ExternalId": "sample string 1", "NombreInterno": "sample string 2", "ItemId": 1, "Valor": "sample string 3", "CodigoValor": "sample string 4", "Items": [ { "ExternalId": "sample string 1", "Name": "sample string 2", "Code": "sample string 3", "Deleted": true }, { "ExternalId": "sample string 1", "Name": "sample string 2", "Code": "sample string 3", "Deleted": true } ], "Detail": "sample string 5" } ] } ]
application/xml, text/xml
Sample:
<ArrayOfWorkflowsDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Captio.Api.Dto"> <WorkflowsDTO> <CustomFieldsWorkflows> <CustomFieldsDTO> <CodigoValor>sample string 4</CodigoValor> <Detail>sample string 5</Detail> <ExternalId>sample string 1</ExternalId> <ItemId>1</ItemId> <Items> <ItemsDTO> <Code>sample string 3</Code> <Deleted>true</Deleted> <ExternalId>sample string 1</ExternalId> <Name>sample string 2</Name> </ItemsDTO> <ItemsDTO> <Code>sample string 3</Code> <Deleted>true</Deleted> <ExternalId>sample string 1</ExternalId> <Name>sample string 2</Name> </ItemsDTO> </Items> <NombreInterno>sample string 2</NombreInterno> <Valor>sample string 3</Valor> </CustomFieldsDTO> <CustomFieldsDTO> <CodigoValor>sample string 4</CodigoValor> <Detail>sample string 5</Detail> <ExternalId>sample string 1</ExternalId> <ItemId>1</ItemId> <Items> <ItemsDTO> <Code>sample string 3</Code> <Deleted>true</Deleted> <ExternalId>sample string 1</ExternalId> <Name>sample string 2</Name> </ItemsDTO> <ItemsDTO> <Code>sample string 3</Code> <Deleted>true</Deleted> <ExternalId>sample string 1</ExternalId> <Name>sample string 2</Name> </ItemsDTO> </Items> <NombreInterno>sample string 2</NombreInterno> <Valor>sample string 3</Valor> </CustomFieldsDTO> </CustomFieldsWorkflows> <ExternalId>sample string 3</ExternalId> <WorkflowName>sample string 1</WorkflowName> <WorkflowType>2</WorkflowType> </WorkflowsDTO> <WorkflowsDTO> <CustomFieldsWorkflows> <CustomFieldsDTO> <CodigoValor>sample string 4</CodigoValor> <Detail>sample string 5</Detail> <ExternalId>sample string 1</ExternalId> <ItemId>1</ItemId> <Items> <ItemsDTO> <Code>sample string 3</Code> <Deleted>true</Deleted> <ExternalId>sample string 1</ExternalId> <Name>sample string 2</Name> </ItemsDTO> <ItemsDTO> <Code>sample string 3</Code> <Deleted>true</Deleted> <ExternalId>sample string 1</ExternalId> <Name>sample string 2</Name> </ItemsDTO> </Items> <NombreInterno>sample string 2</NombreInterno> <Valor>sample string 3</Valor> </CustomFieldsDTO> <CustomFieldsDTO> <CodigoValor>sample string 4</CodigoValor> <Detail>sample string 5</Detail> <ExternalId>sample string 1</ExternalId> <ItemId>1</ItemId> <Items> <ItemsDTO> <Code>sample string 3</Code> <Deleted>true</Deleted> <ExternalId>sample string 1</ExternalId> <Name>sample string 2</Name> </ItemsDTO> <ItemsDTO> <Code>sample string 3</Code> <Deleted>true</Deleted> <ExternalId>sample string 1</ExternalId> <Name>sample string 2</Name> </ItemsDTO> </Items> <NombreInterno>sample string 2</NombreInterno> <Valor>sample string 3</Valor> </CustomFieldsDTO> </CustomFieldsWorkflows> <ExternalId>sample string 3</ExternalId> <WorkflowName>sample string 1</WorkflowName> <WorkflowType>2</WorkflowType> </WorkflowsDTO> </ArrayOfWorkflowsDTO>