{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Jobs API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "Factset Returns the Job History of the Person.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-people/v1/jobs", "params": [ { "name": "ids", "value": "0DPHLH-E,07MZV9-E", "type": "query", "description": "List of FactSet Person Entity identifier." }, { "name": "status", "value": "", "type": "query", "description": "Select only Jobs with a certain status primary, active, or inactive." }, { "name": "level", "value": "", "type": "query", "description": "Select the level of detail only main Jobs or include other Jobs at a company." }, { "name": "type", "value": "", "type": "query", "description": "Select only Jobs of a certain type board member or employee." } ] }, "docs": "Returns the `Job` history of the person referenced by the entityId specified in the request.\n" }, { "info": { "name": "Factset Returns the Job History for the Large List of People.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-people/v1/jobs", "body": { "type": "json", "data": "{}" } }, "docs": "Returns the `Job` history of the person referenced by the entityId specified in the request.\n" }, { "info": { "name": "Factset Get Details for the Given Prb Job", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/jobs/:type/:name", "params": [ { "name": "type", "value": "", "type": "path", "description": "The jobs type" }, { "name": "name", "value": "", "type": "path", "description": "The jobs name" }, { "name": "attribute", "value": "", "type": "query", "description": "The attribute parameter accepts a list of the given enums, separated by commas. Each of them returns the respective data associated with the job. Runs returns the run history of the job." } ] }, "docs": "Use this endpoint to fetch the documents, tasks, accounts, and/or runs for the PRB job given in the path. Please note jobs with type PD will not return tasks nor accounts so this will be ignored if given as part of the array of attributes in the request." }, { "info": { "name": "GetAllActiveJobs", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v2/jobs" }, "docs": "Retrieve list of all active job ids started by requester's username-serial" }, { "info": { "name": "DeleteAllActiveJobs", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/v2/jobs" }, "docs": "Delete all active jobs started by the requester's username-serial" } ] } ], "bundled": true }