{ "info": { "_postman_id": "8efc1721-7ed0-4be6-9014-54009b9455e7", "name": "Remote Address Details Jobs API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "lastUpdatedBy": "35240", "uid": "35240-8efc1721-7ed0-4be6-9014-54009b9455e7" }, "item": [ { "name": "v1", "item": [ { "name": "employments", "item": [ { "name": "{employment_id}", "item": [ { "name": "job", "item": [ { "name": "Show employment job", "id": "e8de5623-8617-4b0a-9c65-ba9ae617b6fe", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/employments/:employment_id/job", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employments", ":employment_id", "job" ], "variable": [ { "id": "81ba0027-7167-49f6-9d76-1496e517de74", "key": "employment_id", "value": "", "description": "(Required) Employment ID" } ] }, "description": "Shows an employment job details.\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | View employments (`employment:read`) | Manage employments (`employment:write`) |\n" }, "response": [ { "id": "cb70b412-52be-44a4-a34f-90903eaee7ac", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/employments/:employment_id/job", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employments", ":employment_id", "job" ], "variable": [ { "key": "employment_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"identifier\": \"\",\n \"label\": \"\",\n \"career_track\": {\n \"id\": \"\",\n \"label\": \"\"\n },\n \"code\": \"\",\n \"custom_field_values\": [\n {\n \"definition\": {\n \"id\": \"\",\n \"title\": \"\",\n \"type\": \"\"\n },\n \"value\": \"\"\n },\n {\n \"definition\": {\n \"id\": \"\",\n \"title\": \"\",\n \"type\": \"\"\n },\n \"value\": \"\"\n }\n ],\n \"description\": \"\",\n \"job_family\": {\n \"id\": \"\",\n \"label\": \"\"\n },\n \"job_level\": {\n \"id\": \"\",\n \"label\": \"\"\n },\n \"job_sub_family\": {\n \"id\": \"\",\n \"label\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-cb70b412-52be-44a4-a34f-90903eaee7ac" }, { "id": "4fc750a4-6106-4c65-b541-8108c922772e", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/employments/:employment_id/job", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employments", ":employment_id", "job" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-4fc750a4-6106-4c65-b541-8108c922772e" }, { "id": "60c99691-e6ad-4f82-889f-dd2c345dd0d6", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/employments/:employment_id/job", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employments", ":employment_id", "job" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-60c99691-e6ad-4f82-889f-dd2c345dd0d6" }, { "id": "0249bf1c-76bd-4553-b275-be81b91062ac", "name": "Unprocessable Entity", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/employments/:employment_id/job", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employments", ":employment_id", "job" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {}\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-0249bf1c-76bd-4553-b275-be81b91062ac" } ], "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-e8de5623-8617-4b0a-9c65-ba9ae617b6fe" } ], "id": "7d8d40c0-99d1-4a39-b1d7-19a3d196cc5b", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-7d8d40c0-99d1-4a39-b1d7-19a3d196cc5b" } ], "id": "c82e9c75-6561-4c26-ad7a-c238f6795633", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-c82e9c75-6561-4c26-ad7a-c238f6795633" } ], "id": "ce2ad42f-762b-4765-9976-70806555f001", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-ce2ad42f-762b-4765-9976-70806555f001" } ], "id": "f34da5ca-dee8-420c-9ccf-b69a2416a406", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-f34da5ca-dee8-420c-9ccf-b69a2416a406" } ], "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "company_department:read webhook:write magic_link:write offboarding:write custom_field:write address:write expense:read employment:write identity_verification:write timesheet:write travel_letter:write incentive:read personal_detail:read invoices:write work_authorization:write timeoff:write company_structure:read benefit_renewal:write benefit_offer:read employment_documents onboarding:write payroll_run:read risk_reserve:write invoices resignation_letter:read resignation:read convert_currency:read employments probation_document:read company_admin payroll help_center_article:read timesheet:read custom_field_value:write company_currencies:read payslip:read pay_item:write resignation:write custom_field:read payroll_calendar:read contract_amendment:write offboarding:read timeoff:read probation_document:write country:read webhook:read company_department:write company_manager:read pay_item:read contract_amendment:read company:read sso_configuration:write benefit_offer:write contract_eligibility:write benefit_renewal:read background_check:read custom_field_value:read expense:write identity_verification:read address:read document:write time_and_attendance employment_payments form:read work_authorization:read invoices:read incentive:write employment:read contract:read company_manager:write travel_letter:read document:read sso_configuration:read", "type": "string" }, { "key": "accessTokenUrl", "value": "/auth/oauth2/token", "type": "string" }, { "key": "authUrl", "value": "/auth/oauth2/authorize", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://gateway.remote.com/" } ] }