GET api/v1/faq?Id={Id}&Slug={Slug}&Email={Email}&Page={Page}&PerPageItems={PerPageItems}&Lang={Lang}&ListSubCat={ListSubCat}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Slug | string |
None. |
|
| string |
None. |
||
| Page | integer |
None. |
|
| PerPageItems | integer |
None. |
|
| Lang | string |
None. |
|
| ListSubCat | boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
AppPaginationOfFaqAppViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PageData | Collection of FaqAppViewModel |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageCount | integer |
None. |
|
| TotalItemCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"PageData": null,
"PageNumber": 1,
"PageSize": 2,
"PageCount": 3,
"TotalItemCount": 4
}