{ "opencollection": "1.0.0", "info": { "name": "Google Cloud Talent Solution Companies Jobs API", "version": "4.0.0" }, "items": [ { "info": { "name": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud Talent Solution List jobs", "type": "http" }, "http": { "method": "GET", "url": "https://jobs.googleapis.com/v4/projects/:projectId/tenants/:tenantId/jobs", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "tenantId", "value": "", "type": "path" } ] }, "docs": "Lists jobs within a tenant." }, { "info": { "name": "Google Cloud Talent Solution Create a job", "type": "http" }, "http": { "method": "POST", "url": "https://jobs.googleapis.com/v4/projects/:projectId/tenants/:tenantId/jobs", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "tenantId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new job posting within a tenant." }, { "info": { "name": "Google Cloud Talent Solution Get a job", "type": "http" }, "http": { "method": "GET", "url": "https://jobs.googleapis.com/v4/projects/:projectId/tenants/:tenantId/jobs/:jobId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "tenantId", "value": "", "type": "path" }, { "name": "jobId", "value": "", "type": "path" } ] }, "docs": "Retrieves a specific job posting by ID." }, { "info": { "name": "Google Cloud Talent Solution Update a job", "type": "http" }, "http": { "method": "PATCH", "url": "https://jobs.googleapis.com/v4/projects/:projectId/tenants/:tenantId/jobs/:jobId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "tenantId", "value": "", "type": "path" }, { "name": "jobId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing job posting." }, { "info": { "name": "Google Cloud Talent Solution Delete a job", "type": "http" }, "http": { "method": "DELETE", "url": "https://jobs.googleapis.com/v4/projects/:projectId/tenants/:tenantId/jobs/:jobId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "tenantId", "value": "", "type": "path" }, { "name": "jobId", "value": "", "type": "path" } ] }, "docs": "Deletes a specific job posting." }, { "info": { "name": "Google Cloud Talent Solution Search jobs", "type": "http" }, "http": { "method": "POST", "url": "https://jobs.googleapis.com/v4/projects/:projectId/tenants/:tenantId/jobs:search", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "tenantId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Searches for jobs using filters and query parameters." } ] } ], "bundled": true }