v1

latestOpenAPI 3.0.02026-07-24161168406.5 KB
Applications

Creating a comment in candidate timeline

Creates a comment in the candidate timeline, visible to company users.

post/jobs/{jobId}/applications/{applicationId}/comments

Path parameters

jobIdinteger required

Job ID

applicationIdinteger required

Application ID

Request body

textstring required

Comment text

hiddenboolean

Comment is hidden (visible only to API)

attachedFileDatastring

Base64-encoded file data (max decoded size 10MB). Must be valid base64 format.

attachedFileNamestring

File name for the attachment. Required if attachedFileData is provided.

Response

A confirmation of successful insertion of the comment

idinteger

Timeline comment id

userIdinteger

User id

textstring

Comment text

hiddenboolean

Comment is hidden (visible only to API or user who created)

createdAtstring date-time

Data of creation

updatedAtstring date-time

Date of update