v1
latestOpenAPI 3.0.12026-07-243124341009.5 KBTalent
Create a Talent Activity
Adds a talent activity record for the specified talent. The added activity is displayed on the Activities tab of the talent profile page.
post/v1/talent/{talentId}/activity
Path parameters
talentIdstring required
An identifier for the talent whose activity is being added.
Headers
RequestIdstring uuid
The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
Unique request identifier (UUID) used to correlate request data with log entries and events.
FrontOfficeTenantIdinteger
An integer identifier for the tenant that the request is being made for. Required when Tenant header is not provided.
Tenantstring
Tenant company code that determines data access scope during the request. Required when FrontOfficeTenantId header is not provided.
Request body
Example request
{
"typeId": 284,
"name": "Interview completed",
"show_in": 1,
"talentId": 283287,
"id": 53892,
"notes": "Need to call.",
"userId": 42948
}Response
The created talent activity.
Example response
{
"typeId": 284,
"name": "Interview completed",
"show_in": 1,
"talentId": 283287,
"id": 53892,
"notes": "Need to call.",
"userId": 42948
}