"Reports"
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
This provider name is implemented by the class
Archive provider for the list of reports
Supported Entities
Name | Description |
---|---|
"all" | [all] |
Supported Columns
Name | Restriction | Description | OrderBy |
---|---|---|---|
getAllRows | bool | GetAll: Get all rows of archive - use with care, you may be fetching the whole database | |
getNoRows | bool | GetNone: Do not get any rows from the archive | |
reportId | int | ID | x |
reportName | string | Name | x |
reportLayoutName | int | Layout | x |
reportTypeName | int | Type | x |
reportOwnerName | associate | Owner | x |
reportPublished | int | Published | x |
Sample
GET /api/v1/archive/Reports?$select=reportId,reportLayoutName
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: sv
See also: