v1
latestOpenAPI 3.1.02026-07-242735131.1 MBEngagement Agreement Details
Get engagement agreement details
Returns the engagement agreement details for an employment.
Scopes
| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage employments (employments) | View employments (employment:read) | Manage employments (employment:write) |
get/v2/employments/{employment_id}/engagement-agreement-details
Path parameters
employment_idstring required
Employment ID
Response
Success
Example response
{
"data": {
"details": {
"has_business_presence": "no",
"has_similar_roles": "no"
},
"slug": "93t3j-engagement-agreement-details-id"
}
}