- 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
- Auth
- Secured
- Compatibility
- Activity
- Participant
- NDA
- Answer
- Notes
- Password
- Action Log
- Proctoring
- Get Participant InfoGET
- Meeting
- Open
- Open API Engauge
Get Participant Info
Developing
GET
/rest/web/secured/participant/info
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
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/web/secured/participant/info'
Responses
🟢200Success
application/json
Body
status
stringÂ
required
data
objectÂ
required
participantId
stringÂ
required
masterEmployee
objectÂ
required
ndaAgreeTime
nullÂ
required
invitationSent
integerÂ
required
invitationSentTime
nullÂ
required
forceChangePassword
integerÂ
required
status
stringÂ
required
assessmentStatus
stringÂ
required
info
nullÂ
required
Example
{
"status": "success",
"data": {
"participantId": "767bc1af-f11d-46d2-8074-4527c479ac67",
"masterEmployee": {
"employeeId": "78b20a9c-2f8f-11ef-bee9-0a71e33928c1",
"fullName": "Claire",
"companyId": 2,
"companyName": "BPJS Kesehatan",
"birthdate": "2010-06-21T10:34:52.000+00:00",
"gender": "Female",
"email": "claire@user.lokal",
"cellularNumber": null,
"divisionId": "bpjs-1",
"divisionName": "Manajemen Perluasan Kepesertaan",
"positionId": null,
"positionName": null,
"companyLogo": "https://dashsaas-assets.s3.ap-southeast-3.amazonaws.com/company/logo/202406121555006/logo_1.png",
"firstName": "Claire",
"lastName": "",
"urlPropic": null,
"personelNumber": "1234567",
"provinceId": 13,
"provinceName": "Jawa Barat",
"refEducationLevelId": 5,
"refEducationLevelName": "Doktor/S3"
},
"ndaAgreeTime": null,
"invitationSent": 0,
"invitationSentTime": null,
"forceChangePassword": 1,
"status": "FINISH",
"assessmentStatus": "FACTSHEET"
},
"info": null
}