GET help/{resourceSectionId}/{resourceGroupId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| resourceSectionId | integer |
Required |
|
| resourceGroupId | integer |
Required |
Body Parameters
QueryString| Name | Description | Type | Additional information |
|---|---|---|---|
| Page | integer |
None. |
|
| Size | integer |
None. |
|
| SearchValue | string |
None. |
|
| SortField | string |
None. |
|
| SortDirection | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Page": 1,
"Size": 2,
"SearchValue": "sample string 3",
"SortField": "sample string 4",
"SortDirection": "sample string 5"
}
application/xml, text/xml
Sample:
<QueryString xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ALTAMBS.Business.Entities.Models"> <Page>1</Page> <SearchValue>sample string 3</SearchValue> <Size>2</Size> <SortDirection>sample string 5</SortDirection> <SortField>sample string 4</SortField> </QueryString>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.