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": "f578dbf8-4b4b-4b51-9ced-f33a824b9e9a",
"UserUUIDCur": "d4192b0b-8a57-4953-a05e-40a5f76c1dd4",
"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:
{}