List of REST Endpoints
The following REST endpoint paths are available. All calls require the following headers:
Content-Type: application/json
Accept: application/json
Authorization: {type} {authstring}
/rest/Sessions
/rest/Sessions/{sid}
All following calls require URL parameter: sid={sid}
Example
GET /rest/Settings?sid={sid}
/rest/Settings
/rest/Parameters
/rest/Parameters/{Id}
/rest/Roles
/rest/Roles/{Id}
/rest/Roles/{Id}/Settings
/rest/Roles/{Id}/Folders
/rest/Roles/{Id}/Entities
/rest/Roles/{Id}/DataObjectRows
/rest/Folders/{Name}
/rest/Folders/Rename
/rest/Reports/List
/rest/Reports/Execute/{Type}
/rest/DataSources
/rest/DataSources/{Id}
/rest/Entities
/rest/Entities/{Id}
/rest/Entities/{Id}/Fields
/rest/Entities/{Id}/Fields/{Field Id}
/rest/Joins
/rest/Joins/{Id}
/rest/Functions
/rest/Functions/{Id}
/rest/ServerEvents
/rest/ServerEvents/{Id}