/
Get Project Offering Role
Gets details of a specific role within a Project Offering, including assignment.
Security
ApiKey
- Mock serverhttps://developer.getparallax.com/_mock/api-documentation/swagger/v1/projects/{project_id}/offerings/{project_offering_id}/roles/{id}
- Production Serverhttps://api.getparallax.com/v1/projects/{project_id}/offerings/{project_offering_id}/roles/{id}
curl -i -X GET \
'https://developer.getparallax.com/_mock/api-documentation/swagger/v1/projects/{project_id}/offerings/{project_offering_id}/roles/{id}' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'OK
assignmentobject or null(Assignment)
The unique identifier for the (optional) person attached to the role.
Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "assignment": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "type": "person" }, "role_id": "ac4e70c8-d5be-48af-93eb-760f58fc91a9", "tags": [ "string" ] }