POST api/AdminQuest/GetQuest

AdmGetQuest

Request Information

URI Parameters

None.

Body Parameters

GetQuest_Request
NameDescriptionTypeAdditional information
QuestUUID

globally unique identifier

None.

QuestActive

boolean

None.

LanguageID

integer

None.

Search

string

None.

UserUUIDCur

globally unique identifier

None.

FunCategoryID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "QuestUUID": "b8b6e4cf-7df5-4269-b652-e0e47f2282a6",
  "QuestActive": true,
  "LanguageID": 1,
  "Search": "sample string 1",
  "UserUUIDCur": "bf7375d6-8615-406a-802b-c6dafe90eaf5",
  "FunCategoryID": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]