GET Applications List

/v1/applications

Method: GET
Description: Returns list of applications
Parameters: None
Result: List of applications properties:

AppName – Application name
DataPagesCount – Number of DataPages in the app
DateModified – Date last changed, UTC
DateCreated – Date created, UTC
DefaultIcon – True/False – Signifies if the default icon is used for the app
ExternalKey – App ID
IconFileName – Custom icon file name if one is used

GET Application Details

/v1/applications/

Method: GET
Description: Returns application properties
Parameters: None
Result: Application properties:

AppName – Application name
DataPagesCount – Number of DataPages in the app
DateModified – Date last changed, UTC
DateCreated – Date created, UTC
DefaultIcon – True/False – Signifies if the default icon is used for the app
ExternalKey – App ID
IconFileName – Custom icon file name if one is used

GET Application DataPages

/v1/applications//datapages

Method: GET
Description: Returns list of DataPages properties
Parameters: None
Result: List of DataPages properties:

Name – DataPage name
AppKey – DataPage ID (AppKey)
AppName – Application name
Path - Path
Type – DataPage type
DateCreated – Date created, UTC
DateModified – Date modified, UTC
CreatedBy - User who created this DataPage
ModifiedBy - User who modified this DataPage

GET Application DataPage Details

/v1/applications//datapages/appkey

Method: GET
Description: Returns DataPage properties
Parameters: None
Result: DataPage properties:

Name – DataPage name
AppKey – DataPage ID (AppKey)
AppName – Application name
Path - Path
Type – DataPage type
DateCreated – Date created, UTC
DateModified – Date modified, UTC
CreatedBy - User who created this DataPage
ModifiedBy - User who modified this DataPage