Skip to content

Retrieve dependent profile for a job

Retrieve information of a dependent that was provided for a job.

This endpoint retrieves the version of the dependent profile that has been provided for a specific job.

Endpoint

MethodUrl
GET/v1.0/jobs/:job_id/dependent-profiles/:dependent_profile_id

Path Parameters

job_id
string
required

The identifier of the job from which to retrieve the associated dependent profile once provided.

dependent_profile_id
string
required

The identifier of the dependent profile to retrieve.

Sample Request

Copied
1curl -X GET 'https://api.worklayer.com/v1.0/jobs/3b31f309-93ad-463a-ad1d-c39cac1c0a3d/dependent-profiles/e7b513b9-d795-4475-9382-96710ca61622' \
2-H 'Authorization: Bearer {token}'

Errors

  • 404: the job was not found
  • 403: you're not allowed to retrieve the profiles
Last updated on December 9, 2024