- 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
Lookup Batch
Developing
GET
/rest/admin/secured/batch/lookup
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
startDate
string
optional
Example:
2024-12-01 or 2024-12
endDate
string
optional
Example:
2024-12-31 or 2024-12
positionId
string
optional
Example:
JT000048
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/batch/lookup?startDate=2024-12-01 or 2024-12&endDate=2024-12-31 or 2024-12&positionId=JT000048&search='
Responses
🟢200Success
application/json
Body
status
string
required
data
array [object {2}]
required
batchId
string
required
batchName
string
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": [
{
"batchId": "271e8617-37c4-4e20-96c0-b3479aa17280",
"batchName": "Batch - TEST 15 JULY"
},
{
"batchId": "ccb2a999-d0d2-448b-b60b-4aeb512af266",
"batchName": "Batch - TEST 15 JULY"
}
],
"info": {
"id": "SUCCESS_GET_DATA",
"message": "Get data succeed",
"messageEn": null,
"messageId": null,
"field": null,
"redirect": null
}
}