GET api/v1/IR/LoadCategories/{secret}/{companyId}/{cityGuid}/{term}/{pageNo}/{pageSize}/{deviceType}/{deviceModel}/{osVersion}/{screenName}

LoadCategories

Request Information

URI Parameters

NameDescriptionTypeAdditional information
secret

this is the company password code to access the company data

string

Required

companyId

company id we can get the data of that specific company

string

Required

cityGuid

cityGuid show that in which city the offer exits

string

Required

term

term is a string parameter to filter recod according to term value

string

Required

pageNo

pageNo is a int parameter to filter recod according to pageNo like 2 records after page one records

integer

Required

pageSize

pagSize is a int parameter to filter recod according to pagSize=2 mean we can get only 2 record

integer

Required

deviceType

which type of device calling this api

string

Required

deviceModel

which model device has

string

Required

osVersion

what is the Operation system of this device

string

Required

screenName

from which screen this api is calling

string

Required

Body Parameters

None.

Response Information

Resource Description

ContentCategoryModelResult
NameDescriptionTypeAdditional information
categories

Collection of ContentCategoryViewModel

None.

Status

integer

None.

StatusText

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.