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": "37f1925b-6b4a-46c5-9af4-64585f1ec6f7",
"UserUUIDCur": "d13c8f93-284e-449b-97c1-ce4a568f4526",
"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:
{}