Skip to main content

Show Employee File


GET services/api/v1/employee_files/{employee_file_id}

Returns the requested employee file.

Parameters

ParameterTypeDescription
employee_file_idstringThe ID of the employee file.

Response

Requested employee file.

{
"id": "A96ey16n",
"employee_file_category_id": "KZBGNQz4",
"date": "2024-07-27",
"type_of": "custom",
"display_name": "MY CV",
"name": "MY CV",
"file_url": "http://assets.onboard.org/uploads/employee_file/file/vM7WRbqLmEjpOQyag6P0/cv.pdf",
"file_filename": "cv.pdf",
"file_size": 75637,
"file_content_type": "application/pdf"
}