{ "opencollection": "1.0.0", "info": { "name": "HighBond API Reference Actions Frameworks API", "version": "1.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Frameworks", "type": "folder" }, "items": [ { "info": { "name": "Get frameworks", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{server}/v1/orgs/:org_id/frameworks", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "fields[frameworks]", "value": "", "type": "query", "description": "Requesting the API to return only the specified fields. For more information, see Making requests" }, { "name": "page[size]", "value": "", "type": "query", "description": "The number of items returned per page. Default is 50. Maximum is 100." }, { "name": "page[number]", "value": "", "type": "query", "description": "The Base64-encoded page number of records to return." }, { "name": "filter[name]", "value": "", "type": "query", "description": "Filter by name. Response will include partial matches and ignore case." } ] }, "docs": "Get a list of all frameworks in an account." }, { "info": { "name": "Create a framework", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{server}/v1/orgs/:org_id/frameworks", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "fields[frameworks]", "value": "", "type": "query", "description": "Requesting the API to return only the specified fields. For more information, see Making requests" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new framework from scratch.\n\nLimitations:\n* There can be a maximum of 1000 frameworks per HighBond instance.\n* You cannot enable risk assurance (`risk_assurance: true`) when you first create a framework.\nHowever, you can enable risk assurance when you update a framework.\n" }, { "info": { "name": "Get a framework", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{server}/v1/orgs/:org_id/frameworks/:id", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "id", "value": "", "type": "path", "description": "The ID of the requested resource." }, { "name": "fields[frameworks]", "value": "", "type": "query", "description": "Requesting the API to return only the specified fields. For more information, see Making requests" } ] }, "docs": "Get information about a framework." }, { "info": { "name": "Update a framework", "type": "http" }, "http": { "method": "PATCH", "url": "{protocol}://{server}/v1/orgs/:org_id/frameworks/:id", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "id", "value": "", "type": "path", "description": "The ID of the requested resource." }, { "name": "fields[frameworks]", "value": "", "type": "query", "description": "Requesting the API to return only the specified fields. For more information, see Making requests" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Make changes to a framework.\n" }, { "info": { "name": "Delete a framework", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{server}/v1/orgs/:org_id/frameworks/:id", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "id", "value": "", "type": "path", "description": "The ID of the requested resource." } ] }, "docs": "Delete a framework that you no longer require.\n\n> **Caution —**\nOnce a framework is permanently deleted, you cannot access or restore the framework.\n\nFor more information, see Deleting frameworks.\n" }, { "info": { "name": "Create framework entity link", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{server}/v1/orgs/:org_id/frameworks/:framework_id/entities", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "framework_id", "value": "", "type": "path", "description": "The ID of the framework." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Link entity to a framework.\n\n> **Note**\n> * Tagging a framework to an entity automatically tags a framework with all ancestor entities and descendant entities.\n> * Request Get a framework with `entities` query param to get the whole list of entities linked to a framework.\n\nLimitations:\n * Only 1 entity can be sent in the request payload.\n\n **Note -**\nUntagging a framework from an entity automatically untags a framework from all descendant entities.\n" } ] } ], "bundled": true }