Skip to content

List Attachments ​

Endpoint ​

http
GET /unified/ats/attachments
Integrations supported
  • Breezy
  • JobScore
  • Lever
  • Zoho Recruit

Query parameters ​

integrated_account_id
string · uuid
REQUIRED · The ID of the integrated account to use for the request.
Example: 62f44730-dd91-461e-bd6a-aedd9e0ad79d
candidate_id
string
The ID of the candidate to filter the attachments by.
Required in
  • Breezy
  • JobScore
  • Lever
Supported in
  • Zoho Recruit
organization_id
string
The ID of the organization to filter the attachments by.
Supported in
  • Breezy
job_id
string
The ID of the job to filter the activities by.
Required in
  • Breezy
application_id
string
The ID of the application to filter the attachments by.
Supported in
  • Zoho Recruit

Response Body ​

result
object[]
List of Attachments
id
string
REQUIRED · The attachment's unique identifier
Supported in
  • Breezy
  • JobScore
  • Lever
  • Zoho Recruit
file_name
string
The attachment's file_name
Supported in
  • Breezy
  • JobScore
  • Lever
  • Zoho Recruit
file_url
string
The attachment's file_url
Supported in
  • Breezy
  • JobScore
  • Lever
  • Zoho Recruit
candidate
object
The attachment's candidate
Supported in
  • Breezy
  • Lever
  • Zoho Recruit
id
string
Unique identifier of the candidate
application
object
The attachment's application
Supported in
  • JobScore
  • Zoho Recruit
id
string
Unique identifier of the application
job
object
The attachment's job
Supported in
  • JobScore
id
string
Unique identifier of the job
attachment_type
string
The attachment's type
All possible enum values:
  • resume
  • cover_letter
  • other
Supported in
  • JobScore
  • Lever
  • Zoho Recruit
created_at
string · date-time
The date and time of the attachment's creation
Supported in
  • Breezy
  • JobScore
  • Lever
  • Zoho Recruit
updated_at
string · date-time
The date and time of the attachment's last update
Supported in
  • JobScore
  • Zoho Recruit
remote_data
object
Raw data returned from the remote API call.
next_cursor
string
The cursor to use for the next page of results. Pass this value as `next_cursor` in the query parameter in the next request to get the next page of results.