IDPs

IDPs (or Individual Development Plans) help managers and employees collaborate on career paths. They support individual action items to help keep everyone on track.

List IDPs

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

OK

application/json
get
/api/v1/idp

Create IDP

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringRequired
startDatestring · dateRequired
endDatestring · dateOptional
typestringRequired
visibilitystringOptional
ownerstring · uuidOptional
Responses
post
/api/v1/idp

Get IDP

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
chevron-right
200

OK

application/json
get
/api/v1/idp/{id}

Delete IDP

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
chevron-right
200

OK

No content

delete
/api/v1/idp/{id}

No content

Update IDP

patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Body
namestringRequired
startDatestring · dateRequired
endDatestring · dateOptional
typestringRequired
visibilitystringOptional
ownerstring · uuidOptional
Responses
chevron-right
200

OK

application/json
patch
/api/v1/idp/{id}

Last updated

Was this helpful?