- Walkthrough DASH SAAS
- CMS
- Employee
- Company
- Province
- Ref Education Level
- Industry
- Company
- Subscription
- Assesment Design
- Menu
- Admin Client
- Client Project
- Agenda
- Dashboard
- Assessor
- Master Data
- Meeting
- Participant
- Open
- Assessor
- Report
- Batch
- External Link
- Dummy
- Interview TaskGET
- LoginPOST
- Get Company SettingGET
- WEB
- Open API Engauge
Project Company List
Developing
GET
/rest/admin/secured/admin-client/client-project/project-company/{companyId}/list
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
companyId
string
required
Example:
2
Query Params
search
string
optional
sort
string
optional
Example:
projectName,ASC
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/admin-client/client-project/project-company/2/list?search&sort=projectName,ASC'
Responses
🟠401Unauthorized
application/json
Body
error
string
required
message
string
required
timestamp
integer
required
status
integer
required
Example
{
"error": "string",
"message": "string",
"timestamp": 0,
"status": 0
}