GET api/v1/faq?Id={Id}&Slug={Slug}&Email={Email}&Page={Page}&PerPageItems={PerPageItems}&Lang={Lang}&ListSubCat={ListSubCat}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Slug

string

None.

Email

string

None.

Page

integer

None.

PerPageItems

integer

None.

Lang

string

None.

ListSubCat

boolean

None.

Body Parameters

None.

Response Information

Resource Description

AppPaginationOfFaqAppViewModel
NameDescriptionTypeAdditional 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
}