v1

latestOpenAPI 3.0.12026-07-243124341009.5 KB
Talent
Jobs

Get Multiple Pipelines By Pipeline IDs

Returns details about the specified pipelines.

post/v1/pipeline/multi-query

Headers

RequestIdstring uuid

The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.

Unique request identifier (UUID) used to correlate request data with log entries and events.

FrontOfficeTenantIdinteger

An integer identifier for the tenant that the request is being made for. Required when Tenant header is not provided.

Tenantstring

Tenant company code that determines data access scope during the request. Required when FrontOfficeTenantId header is not provided.

Request body

IntegerSchema[] required

Response

A list of talent pipeline details.

talentIdinteger

The identifier for the pipelined talent.

jobIdinteger

The identifier for the job.

sourceinteger

The identifier for the source.

pipelineStagestring

The current pipeline stage for the talent for a specific job.

pipelinedDatestring date-time

The date the talent was pipelined for a job. The field follows the YYYY-MM-DDTHH:mm:ss.sssZ format for UTC time. For example, 2024-12-01T14:30:00.546Z.

pipelinedUserinteger

The identifier for the user that added the talent to the pipeline stage for a job.

nominatedDatestring date-time

The date when the talent was nominated for a job. The field follows the YYYY-MM-DD or YYYY-MM-DDTHH:mm:ss formats and also supports fractional seconds, such as YYYY-MM-DDTHH:mm:ss.sss. For example, 2024-12-01, 2024-12-01T14:30:00, and 2024-12-01T14:30:00.546.

declinedDatestring date-time

The date when the nomination was declined. The field follows the YYYY-MM-DD or YYYY-MM-DDTHH:mm:ss formats and also supports fractional seconds, such as YYYY-MM-DDTHH:mm:ss.sss. For example, 2024-12-01, 2024-12-01T14:30:00, and 2024-12-01T14:30:00.546.

Example response

[
  {
    "talentId": 189482,
    "jobId": 175529,
    "source": 488,
    "pipelineStage": "Pipelined",
    "pipelinedDate": "2024-12-01T14:30:00.546Z",
    "pipelinedUser": 24398
  }
]