Across 7 paths, the API surfaces 10 operations — 1 DELETE, 7 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.
profile-tab 10
GET
/v1/org/{orgId}/profile-tab
Return all profile tabs in the organization paginated
findProfileTabs4 params→ 200400401404
POST
/v1/org/{orgId}/profile-tab
Create a profile tab
createProfileTab2 params→ 201400401403404
GET
/v1/org/{orgId}/profile-tab/job/{jobId}
Return all profile tabs applicable to a particular job
Evaluate the history (in the form of various cards) on a particular profile tab id, relative to a particular person
findProfileTabHistory7 params→ 200400401404
GET
/v1/org/{orgId}/profile-tab/{profileTabId}
Return a particular profile tab by id
getProfileTab2 params→ 200400404
PATCH
/v1/org/{orgId}/profile-tab/{profileTabId}
Update an existing profile tab
updateProfileTab3 params→ 204400401403404
DELETE
/v1/org/{orgId}/profile-tab/{profileTabId}
Delete a profile tab
deleteProfileTab2 params→ 204400401403404
Schemas 33
The contract defines 33 schemas that model the data the API accepts and returns. The most detailed are Change (46 properties), FormResponse (41 properties), PartialJob (31 properties), ProfileTab (22 properties). Each schema is shown below with its type and property counts.