Get project assignments.
get
/connectedWorker/clientapi/v2/orgs/{orgId}/projects/{projectId}/employees
This operation retrieves employee-project assignments within the given project.
Request
Path Parameters
-
orgId: string
Organization identifier
-
projectId: string
Project identifier
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Project assignments were successfully retrieved.
Nested Schema : items
Type:
Show Source
array
-
Array of:
object Discriminator: role
Discriminator:
{ "propertyName":"role" }
Nested Schema : Discriminator: role
Type:
Show Source
object
-
employeeId:
string
Identifier of the employee within the project assignmentExample:
johnSmith
-
links(optional):
array links
-
role:
string
Allowed Values:
[ "PROJECT_MANAGER", "SUPERVISOR", "WORKER" ]
Nested Schema : Link
Type:
Show Source
object
-
href:
string
The target resource's URI
-
rel:
string
Relation type