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": "c2d3a22d-8f16-499c-93c3-37584a061d5a",
  "UserUUIDCur": "988e7f7a-3e47-4c26-8cfb-745d3b3a9909",
  "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:
{}