GET api/HpPro/GetAllRequiredPresentationStepConfig
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of RequiredPresentationStepDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ScreenId | PresentationScreenEnum |
None. |
|
| GroupId | integer |
None. |
|
| PresentationTypeId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"ScreenId": 1,
"GroupId": 1,
"PresentationTypeId": 1
},
{
"Id": 1,
"ScreenId": 1,
"GroupId": 1,
"PresentationTypeId": 1
}
]