{ "opencollection": "1.0.0", "info": { "name": "Peakon Actions Audits API", "version": "1.1.0" }, "items": [ { "info": { "name": "Audits", "type": "folder" }, "items": [ { "info": { "name": "Get audits", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.peakon.com/api/v1/audits/company/:companyId", "params": [ { "name": "companyId", "value": "", "type": "path", "description": "The id of the company" }, { "name": "filter[createdAt]", "value": "2019-11-04$gte", "type": "query", "description": "Used to filter events based on dates. The operator should follow the value. Operators can f.ex. be $gte for \"Greater than or equal\" and $lte for \"Less than or equal\"." }, { "name": "filter[event]", "value": "", "type": "query", "description": "The event to filter the audits by. Some events will not be available for 3rd party access." }, { "name": "filter[objectType]", "value": "", "type": "query", "description": "The type of object to filter the audits by. Some types of objects will not be available for 3rd party access." } ] }, "docs": "Get audits" } ] } ], "bundled": true }