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/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.