Activity
Create Activity
Creates a Activity object with the given values.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Body
application/json
The user who owns the activity.
Example:
"018b4bfb-5ece-70b1-ad5e-862a9433aa65"
The type of activity.
Example:
"NOTE"
The body of the activity. This can include notes, comments, or other relevant information.
Example:
"John Doe was interviewed for the position of Software Engineer."
Visibility of the activity. Can be PUBLIC/PRIVATE
Example:
"PUBLIC"
Candidate who applied for the activity.
Example:
"018b4bfb-5ece-70b1-ad5e-862a9433aa65"
The subject of the activity.
Example:
"Interview with John Doe"
Response
201
application/json
Successful Response
The response is of type any
.