getApps

GET /getApps?apikey=(apikey)&sessionid=(sessionid)

Returns the list of Apps of a user space by API key and session ID.

Example Request

GET /getApps?apikey=E14D8D73-0C78-4583-897A-EE9C1B10E10A&sessionid=48F2E9A0-ABD6-4C80-B8DA-61D0DDE4A43B HTTP/1.1
Accept: application/json

Example Response

HTTP/1.1 200 OK
Content-Type: application/json

{
  "data":[
    {"appId":"6b5b1a4c-6fa7-447f-9085-7d9c497e1094","name":"App1","description":"App1","updatedDate":"635669073513270000","updatedBy":"jsmith"},
    {"appId":"5ced09a7-8e6e-4304-b3c4-8d4753c7618a","name":"App2","description":"App2","updatedDate":"635656167405670000","updatedBy":"jsmith"},
    {"appId":"8ccfc5c7-4dc4-46b4-b4ba-d03a3c0f1e38","name":"App3","description":"App3","updatedDate":"635642900228030000","updatedBy":"jsmith"}
  ],
  "message":null,
  "success":true
}
Query Parameters:
 
  • apikey – User API key
  • sessionid – User session ID
Response JSON Object:
 
  • data – List of Apps associated with the user space
  • message – Response message
  • success – Returns true if request successful, false otherwise