GET
/
ats
/
tag
/
{id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-connection-token
string
required

The connection token

Path Parameters

id
string
required

id of the tag you want to retrieve.

Query Parameters

remote_data
boolean

Set to true to include data from the original Ats software.

Response

200 - application/json
name
string

The name of the tag

id_ats_candidate
string

The UUID of the candidate

field_mappings
object
required
id
string

The UUID of the tag

remote_id
string

The remote ID of the tag in the context of the 3rd Party

remote_data
object
required
created_at
string

The creation date of the tag

modified_at
string

The modification date of the tag

Was this page helpful?