Get my application instances
get
/api/user/appinstance
Returns a of list of application instances the requested user have access to.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : schema
Type:
objectResponse
Supported Media Types
- application/json
200 Response
Successful Operation.
Root Schema : UserAppInstanceResponse
Type:
Show Source
object-
baseUrl: string
The application instance login URL.
-
id: integer
(int64)
The unique identifiier for the application instance.
-
name: string
The name of the application.
-
region: string
The region or location where the application instance exists.
500 Response
An unexpected error occurred.