POST api/AppDefaultOnEntry/AppGetAPIList
AppGetAPIList
Request Information
URI Parameters
None.
Body Parameters
GetAPIList_response| Name | Description | Type | Additional 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": "74ba7d6c-043d-455c-bdea-a43df9e8727e",
"UserUUIDCur": "9062b057-5dd1-4ec4-88fb-45dcb27ffe31",
"APIIP": "sample string 1",
"Version": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}