GET api/Workflow_ApplicationTemplates/Get?applicationId={applicationId}&productId={productId}
GET all workflow project templates for the associated product for the specified application.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| applicationId |
The application Unique Id (GUID) |
string |
Required |
| productId |
The product Unique Id (GUID) |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponse 500 if an internal server error occurs otherwise HttpResponse 200 and a collection of workflow templates.
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |