getPages

GET /getPages?apikey=(apikey)&sessionid=(sessionid)&appid=(appid)

Returns the list of Pages of an App.

Example Request

GET /getPages?apikey=E14D8D73-0C78-4583-897A-EE9C1B10E10A&sessionid=48F2E9A0-ABD6-4C80-B8DA-61D0DDE4A43B&appid=977F544C-FA49-45E2-9886-1D17922C58A1 HTTP/1.1
Accept: application/json

Example Response

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

{
  "data":[
    {"pageId":"6b5b1a4c-6fa7-447f-9085-7d9c497e1094","name":"Page1","description":"Page1","updatedDate":"635669073513270000","updatedBy":"jsmith"},
    {"pageId":"5ced09a7-8e6e-4304-b3c4-8d4753c7618a","name":"Page2","description":"Page2","updatedDate":"635656167405670000","updatedBy":"jsmith"}
  ],
  "message":"Pages returned: 2.",
  "success":true
}
Query Parameters:
 
  • apikey – User API key
  • sessionid – User session ID
  • appid – App ID
Response JSON Object:
 
  • data – List of Pages associated with the App ID
  • message – Response message
  • success – Returns true if request successful, false otherwise