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": "dd297e41-626d-414d-ab3f-0426a7df4d14",
  "UserUUIDCur": "d27e52ee-9ad5-44d3-a379-1fca6027d64c",
  "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:
{}