POST api/AppDefaultOnEntry/AppGetAPIList

AppGetAPIList

Request Information

URI Parameters

None.

Body Parameters

GetAPIList_response
NameDescriptionTypeAdditional information
SessionUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

APIIP

string

None.

Version

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SessionUUID": "14aa3f1d-6863-44f1-8753-1e758ec44450",
  "UserUUIDCur": "16e9e55b-0f07-46bd-9555-4134f502bd4e",
  "APIIP": "sample string 1",
  "Version": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}