Cloud Talent Solution API

Cloud Talent Solution provides the capability to create, read, update, and delete job postings, as well as search jobs based on keywords and filters.

Service: jobs.googleapis.com

We recommend that you call this service using Google-provided client libraries. If your application needs to call this service using your own libraries, you should use the following information when making the API requests.

Discovery document

A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:

Service endpoint

A service endpoint is a base URL that specifies the network address of an API service. One service may have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:

  • https://jobs.googleapis.com

REST Resource: v4beta1.projects

Methods
complete GET /v4beta1/{parent=projects/*}:complete
Completes the specified prefix with keyword suggestions.

REST Resource: v4beta1.projects.clientEvents

Methods
create POST /v4beta1/{parent=projects/*}/clientEvents
Report events issued when end user interacts with customer's application that uses Cloud Talent Solution.

REST Resource: v4beta1.projects.companies

Methods
create POST /v4beta1/{parent=projects/*}/companies
Creates a new company entity.
delete DELETE /v4beta1/{name=projects/*/companies/*}
Deletes specified company.
get GET /v4beta1/{name=projects/*/companies/*}
Retrieves specified company.
list GET /v4beta1/{parent=projects/*}/companies
Lists all companies associated with the project.
patch PATCH /v4beta1/{company.name=projects/*/companies/*}
Updates specified company.

REST Resource: v4beta1.projects.jobs

Methods
batchCreate POST /v4beta1/{parent=projects/*}/jobs:batchCreate
Begins executing a batch create jobs operation.
batchDelete POST /v4beta1/{parent=projects/*}/jobs:batchDelete
Deletes a list of Jobs by filter.
batchUpdate POST /v4beta1/{parent=projects/*}/jobs:batchUpdate
Begins executing a batch update jobs operation.
create POST /v4beta1/{parent=projects/*}/jobs
Creates a new job.
delete DELETE /v4beta1/{name=projects/*/jobs/*}
Deletes the specified job.
get GET /v4beta1/{name=projects/*/jobs/*}
Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.
list GET /v4beta1/{parent=projects/*}/jobs
Lists jobs by filter.
patch PATCH /v4beta1/{job.name=projects/*/jobs/*}
Updates specified job.
search POST /v4beta1/{parent=projects/*}/jobs:search
Searches for jobs using the provided SearchJobsRequest.
searchForAlert POST /v4beta1/{parent=projects/*}/jobs:searchForAlert
Searches for jobs using the provided SearchJobsRequest.

REST Resource: v4beta1.projects.operations

Methods
get GET /v4beta1/{name=projects/*/operations/*}
Gets the latest state of a long-running operation.

REST Resource: v4beta1.projects.tenants

Methods
complete GET /v4beta1/{parent=projects/*/tenants/*}:complete
Completes the specified prefix with keyword suggestions.
create POST /v4beta1/{parent=projects/*}/tenants
Creates a new tenant entity.
delete DELETE /v4beta1/{name=projects/*/tenants/*}
Deletes specified tenant.
get GET /v4beta1/{name=projects/*/tenants/*}
Retrieves specified tenant.
list GET /v4beta1/{parent=projects/*}/tenants
Lists all tenants associated with the project.
patch PATCH /v4beta1/{tenant.name=projects/*/tenants/*}
Updates specified tenant.

REST Resource: v4beta1.projects.tenants.clientEvents

Methods
create POST /v4beta1/{parent=projects/*/tenants/*}/clientEvents
Report events issued when end user interacts with customer's application that uses Cloud Talent Solution.

REST Resource: v4beta1.projects.tenants.companies

Methods
create POST /v4beta1/{parent=projects/*/tenants/*}/companies
Creates a new company entity.
delete DELETE /v4beta1/{name=projects/*/tenants/*/companies/*}
Deletes specified company.
get GET /v4beta1/{name=projects/*/tenants/*/companies/*}
Retrieves specified company.
list GET /v4beta1/{parent=projects/*/tenants/*}/companies
Lists all companies associated with the project.
patch PATCH /v4beta1/{company.name=projects/*/tenants/*/companies/*}
Updates specified company.

REST Resource: v4beta1.projects.tenants.jobs

Methods
batchCreate POST /v4beta1/{parent=projects/*/tenants/*}/jobs:batchCreate
Begins executing a batch create jobs operation.
batchDelete POST /v4beta1/{parent=projects/*/tenants/*}/jobs:batchDelete
Deletes a list of Jobs by filter.
batchUpdate POST /v4beta1/{parent=projects/*/tenants/*}/jobs:batchUpdate
Begins executing a batch update jobs operation.
create POST /v4beta1/{parent=projects/*/tenants/*}/jobs
Creates a new job.
delete DELETE /v4beta1/{name=projects/*/tenants/*/jobs/*}
Deletes the specified job.
get GET /v4beta1/{name=projects/*/tenants/*/jobs/*}
Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.
list GET /v4beta1/{parent=projects/*/tenants/*}/jobs
Lists jobs by filter.
patch PATCH /v4beta1/{job.name=projects/*/tenants/*/jobs/*}
Updates specified job.
search POST /v4beta1/{parent=projects/*/tenants/*}/jobs:search
Searches for jobs using the provided SearchJobsRequest.
searchForAlert POST /v4beta1/{parent=projects/*/tenants/*}/jobs:searchForAlert
Searches for jobs using the provided SearchJobsRequest.