Use this API to retrieve the App’s view list which consist of the views created by the user under the designated Apps. Each view contains its unique ID which will be used as a reference in other APIs.
URL
https://appxplatform.com/api/v2/{App name}/view?token={0}[&format={1}] |
HTTP Method
GET
Request Body
Not required
Request Parameters
Parameter | Required | Description |
App name | Yes | App API name (Acquired from App API call) |
token | Yes | Access token |
format | Optional | Expected return format. The default is JSON. Values are JSON and XML. This parameter is optional. |
Example Request
https://appxplatform.com/api/v2/customer/view?token=5c33446ac1c049049f9232cf296bdf10 |
Example Response
[ { "id": "491be58a-2d58-467d-96b8-0a2266160bed", "Name": "All Customers", "Report Type": "Personal View", "Description": "" }, { "id": "f90a1bd4-ed6a-4c6b-b16a-c67e8de6c778", "Name": "My Customers", "Report Type": "Personal View", "Description": "" } ] |
Last modified on Jan 28, 2025