v4
latestOpenAPI 3.1.02026-08-01139149645.9 KBActivity
Create Activity
Creates a Activity object with the given values.
post/api/ats/v1/activities
Headers
x-connector-tokenstring required
Request body
Example request
{
"user": "018b4bfb-5ece-70b1-ad5e-862a9433aa65",
"activity_type": "NOTE",
"subject": "Interview with John Doe",
"body": "John Doe was interviewed for the position of Software Engineer.",
"visibility": "PUBLIC",
"candidate": "018b4bfb-5ece-70b1-ad5e-862a9433aa65"
}Response
Successful Response
{"stackTrail":"paths:/api/ats/v1/activities:post:responses:201:content:application/json:schema","oasType":"schema","type":"unknown"}