POST Workflow/GetForObject/{objectType}
Retrieves the configured workflow associated to an object type
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
objectType | string |
Required |
Body Parameters
None.
Response Information
Resource Description
WorkflowGetForObjectResponseName | Description | Type | Additional information |
---|---|---|---|
WorkflowId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "WorkflowId": 1 }
text/html
Sample:
{"WorkflowId":1}
application/xml, text/xml
Sample:
<WorkflowGetForObjectResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Applus.EI.Workflow.Objects"> <WorkflowId>1</WorkflowId> </WorkflowGetForObjectResponse>