{ "opencollection": "1.0.0", "info": { "name": "Bench AccountActivities AccountCertifications API", "version": "1.0" }, "items": [ { "info": { "name": "AccountCertifications", "type": "folder" }, "items": [ { "info": { "name": "Gets the certifications for the given account", "type": "http" }, "http": { "method": "GET", "url": "https://bench.gobridgit.com/rp/api/v1/accounts/:accountId/certifications", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The Account ID" }, { "name": "offset", "value": "", "type": "query", "description": "Offset for pagination" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results in this page" } ] }, "docs": "
Permissions
Account: Read" }, { "info": { "name": "Adds a certification on the given account.", "type": "http" }, "http": { "method": "POST", "url": "https://bench.gobridgit.com/rp/api/v1/accounts/:accountId/certifications", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The Account ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "
Permissions
Account: Write" }, { "info": { "name": "Gets the the specified certification for the given account by ID", "type": "http" }, "http": { "method": "GET", "url": "https://bench.gobridgit.com/rp/api/v1/accounts/:accountId/certifications/:id", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The Account ID" }, { "name": "id", "value": "", "type": "path", "description": "The Certification's ID" } ] }, "docs": "
Permissions
Account: Read" }, { "info": { "name": "Updates a certification for the given account", "type": "http" }, "http": { "method": "PATCH", "url": "https://bench.gobridgit.com/rp/api/v1/accounts/:accountId/certifications/:id", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The Account ID" }, { "name": "id", "value": "", "type": "path", "description": "Id of the certification to update" } ], "body": { "type": "json", "data": "{}" } }, "docs": "
Permissions
Account: Write" }, { "info": { "name": "Deletes a certification from the given account", "type": "http" }, "http": { "method": "DELETE", "url": "https://bench.gobridgit.com/rp/api/v1/accounts/:accountId/certifications/:id", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The Account ID" }, { "name": "id", "value": "", "type": "path", "description": "Id of the certification to remove" } ] }, "docs": "NOTE: this will delete all linked attachments to person certifications.
Permissions
Account: Write
Private: Read" } ] } ], "bundled": true }