Activity
Create Activity
Creates a Activity object with the given values.
POST
/
api
/
ats
/
v1
/
activities
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
x-connector-token
string
requiredBody
application/json
user
string | null
requiredThe user who owns the activity.
activity_type
string | null
requiredThe type of activity.
body
string | null
requiredThe body of the activity. This can include notes, comments, or other relevant information.
visibility
string | null
requiredVisibility of the activity. Can be PUBLIC/PRIVATE
candidate
string | null
requiredCandidate who applied for the activity.
subject
string | null
The subject of the activity.
Response
201 - application/json
The response is of type any
.