Attachment
Object

A profile attachment stored at an external URL.

Fields

Name
Description
descriptions* 
[String!]!
An array of human readable descriptions of the attachment.Resumes & cover letters can be programmatically identified using the seekRoleCode field.
The identifier for the Attachment.This is unique across all attachments.
url* 
String!
A download URL for the attachment.This URL accepts partner tokens or browser tokens that include the download:candidate-profile-attachments scope. This is guaranteed to be an absolute URL with an origin of https://graphql.seek.com.
seekRoleCode 
String
The role of the attachment within a profile.Currently, three codes are defined:
  • CoverLetter is used for a candidate's cover letter for a specific position.
  • Resume is used for a candidate's resume or CV.
  • SelectionCriteria is used for a candidate's selection criteria for a specific position.
Additional documents will have a null role code. They can be distinguished by their free text descriptions.
Deprecated: Use seekRoleCode instead.
The role of the attachment within a profile.

Seen in

Parent name
Parent type
Description
Object
attachments field