{ "opencollection": "1.0.0", "info": { "name": "Joblogic Assets Visits API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://uatidentityserver.joblogic.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Visits", "type": "folder" }, "items": [ { "info": { "name": "Retrieve all visits", "type": "http" }, "http": { "method": "POST", "url": "https://api.joblogic.com/api/v1/Visit/GetAll", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve all visits" }, { "info": { "name": "Create a visit", "type": "http" }, "http": { "method": "POST", "url": "https://api.joblogic.com/api/v1/Visit", "body": { "type": "json", "data": "{}" } }, "docs": "Create a visit" }, { "info": { "name": "Update a visit", "type": "http" }, "http": { "method": "PUT", "url": "https://api.joblogic.com/api/v1/Visit", "body": { "type": "json", "data": "{}" } }, "docs": "Update a visit" }, { "info": { "name": "Delete a visit", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.joblogic.com/api/v1/Visit", "params": [ { "name": "id", "value": "", "type": "query", "description": "The resource's unique identifier (GUID)." }, { "name": "tenantId", "value": "", "type": "query", "description": "The caller's Joblogic tenant identifier (GUID)." } ] }, "docs": "Delete a visit" }, { "info": { "name": "Retrieve a visit by integer ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.joblogic.com/api/v1/Visit/GetById", "params": [ { "name": "id", "value": "", "type": "query", "description": "The resource's integer identifier." }, { "name": "tenantId", "value": "", "type": "query", "description": "The caller's Joblogic tenant identifier (GUID)." } ] }, "docs": "Retrieve a visit by integer ID" }, { "info": { "name": "Deploy a visit to an engineer", "type": "http" }, "http": { "method": "POST", "url": "https://api.joblogic.com/api/v1/Visit/Deploy", "body": { "type": "json", "data": "{}" } }, "docs": "Deploy a visit to an engineer" } ] } ], "bundled": true }