- Walkthrough DASH SAAS
- CMS
- Employee
- Company
- Province
- Ref Education Level
- Industry
- Company
- Subscription
- Assesment Design
- Menu
- Admin Client
- Master Data
- Meeting
- Participant
- Open
- Assessor
- Report
- Batch
- External Link
- Dummy
- Interview TaskGET
- LoginPOST
- Get Company SettingGET
- WEB
- Open API Engauge
List Download Report
Developing
GET
/rest/admin/secured/report/download/{reportTypeId}/list
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
reportTypeId
string
required
Example:
GR
Query Params
page
string
optional
Example:
0
size
string
optional
Example:
10
sort
string
optional
search
string
optional
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://service-dash.dlabssaas.io/rest/admin/secured/report/download/GR/list?page=0&size=10&sort=&search'
Responses
🟢200Success
application/json
Body
status
string
required
data
object
required
content
array [object {8}]
required
pageable
object
required
last
boolean
required
totalPages
integer
required
totalElements
integer
required
first
boolean
required
size
integer
required
number
integer
required
sort
object
required
numberOfElements
integer
required
empty
boolean
required
info
object
required
id
string
required
message
string
required
messageEn
null
required
messageId
null
required
field
null
required
redirect
null
required
Example
{
"status": "success",
"data": {
"content": [
{
"downloadReportId": "c324f1a8-daf0-4908-b21c-f678f71767a5",
"createdDate": "2024-08-09T08:00:28.000+00:00",
"reportTypeName": "XLS Group Report ",
"positionName": "Deputi Direksi Bidang Perluasan dan Kepatuhan Kepesertaan",
"batchName": "BATCH ASSESSMENT BPJS 1",
"createdBy": "User BPJS 1",
"status": "SUCCESS",
"urlFile": "cmVwb3J0L0dSLzIwMjQwODA5MTUwMDAyOC9YTFMtR3JvdXAtUmVwb3J0LV9jMzI0ZjFhOC1kYWYwLTQ5MDgtYjIxYy1mNjc4ZjcxNzY3YTUueGxzeA=="
},
{
"downloadReportId": "2f622e6f-271b-4f9f-9f4a-7f8cb0739f56",
"createdDate": "2024-08-09T08:00:25.000+00:00",
"reportTypeName": "XLS Group Report ",
"positionName": "Deputi Direksi Bidang Perluasan dan Kepatuhan Kepesertaan",
"batchName": "BATCH ASSESSMENT BPJS 1",
"createdBy": "User BPJS 1",
"status": "SUCCESS",
"urlFile": "cmVwb3J0L0dSLzIwMjQwODA5MTUwMDAyNS9YTFMtR3JvdXAtUmVwb3J0LV8yZjYyMmU2Zi0yNzFiLTRmOWYtOWY0YS03ZjhjYjA3MzlmNTYueGxzeA=="
},
{
"downloadReportId": "af10887b-d9ac-4ea7-9a89-2e6dd029fb45",
"createdDate": "2024-08-09T08:00:12.000+00:00",
"reportTypeName": "XLS Group Report ",
"positionName": "Deputi Direksi Bidang Perluasan dan Kepatuhan Kepesertaan",
"batchName": "BATCH ASSESSMENT BPJS 1",
"createdBy": "User BPJS 1",
"status": "SUCCESS",
"urlFile": "cmVwb3J0L0dSLzIwMjQwODA5MTUwMDAxNS9YTFMtR3JvdXAtUmVwb3J0LV9hZjEwODg3Yi1kOWFjLTRlYTctOWE4OS0yZTZkZDAyOWZiNDUueGxzeA=="
},
{
"downloadReportId": "9823c5df-cde7-44ec-9c78-e26e5de01d05",
"createdDate": "2024-08-09T02:24:47.000+00:00",
"reportTypeName": "XLS Group Report ",
"positionName": "Test Position Name",
"batchName": "BATCH ASSESSMENT BPJS 1",
"createdBy": "-",
"status": "SUCCESS",
"urlFile": "cmVwb3J0L0dSLzIwMjQwODA5MDkyNDA1OS9YTFMtR3JvdXAtUmVwb3J0LV85ODIzYzVkZi1jZGU3LTQ0ZWMtOWM3OC1lMjZlNWRlMDFkMDUueGxzeA=="
},
{
"downloadReportId": "8dc955b2-6253-40e8-b51e-cf073087c7e4",
"createdDate": "2024-08-09T02:21:30.000+00:00",
"reportTypeName": "XLS Group Report ",
"positionName": "Test Position Name",
"batchName": "BATCH ASSESSMENT BPJS 1",
"createdBy": "-",
"status": "SUCCESS",
"urlFile": "cmVwb3J0L0dSLzIwMjQwODA5MDkyMTA0Mi9YTFMtR3JvdXAtUmVwb3J0LV84ZGM5NTViMi02MjUzLTQwZTgtYjUxZS1jZjA3MzA4N2M3ZTQueGxzeA=="
},
{
"downloadReportId": "f82f8550-6738-4022-aee2-1b1cb62644f5",
"createdDate": "2024-08-09T02:07:58.000+00:00",
"reportTypeName": "XLS Group Report ",
"positionName": "Test Position Name",
"batchName": "BATCH ASSESSMENT BPJS 1",
"createdBy": "-",
"status": "SUCCESS",
"urlFile": "R1IvMjAyNDA4MDkwOTA4MDAxL1hMUy1Hcm91cC1SZXBvcnQtX2Y4MmY4NTUwLTY3MzgtNDAyMi1hZWUyLTFiMWNiNjI2NDRmNS54bHN4"
}
],
"pageable": {
"sort": {
"unsorted": false,
"sorted": true,
"empty": false
},
"offset": 0,
"pageSize": 10,
"pageNumber": 0,
"paged": true,
"unpaged": false
},
"last": true,
"totalPages": 1,
"totalElements": 6,
"first": true,
"size": 10,
"number": 0,
"sort": {
"unsorted": false,
"sorted": true,
"empty": false
},
"numberOfElements": 6,
"empty": false
},
"info": {
"id": "SUCCESS_GET_DATA",
"message": "Get data succeed",
"messageEn": null,
"messageId": null,
"field": null,
"redirect": null
}
}