{ "opencollection": "1.0.0", "info": { "name": "HighBond API Reference Actions Narratives API", "version": "1.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Narratives", "type": "folder" }, "items": [ { "info": { "name": "Get narratives", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{server}/v1/orgs/:org_id/objectives/:objective_id/narratives", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "objective_id", "value": "", "type": "path", "description": "The ID of the objective." }, { "name": "fields[narratives]", "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." } ] }, "docs": "Get all narratives in an objective.\n" }, { "info": { "name": "Create a narrative", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{server}/v1/orgs/:org_id/objectives/:objective_id/narratives", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "objective_id", "value": "", "type": "path", "description": "The ID of the objective." }, { "name": "fields[narratives]", "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 narrative in an existing objective.\n\nLimitations:\n* Each objective in a project or framework can contain a maximum of 1000 narratives.\n* You cannot update narrative title to value that has more than 60 characters\n" }, { "info": { "name": "Get a narrative", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{server}/v1/orgs/:org_id/narratives/: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[narratives]", "value": "", "type": "query", "description": "Requesting the API to return only the specified fields. For more information, see Making requests" } ] }, "docs": "Get information about a narrative.\n\nLimitation:\nExisting Citation Mode highlights and links are not displayed in the `description` field.\n" }, { "info": { "name": "Update a narrative", "type": "http" }, "http": { "method": "PATCH", "url": "{protocol}://{server}/v1/orgs/:org_id/narratives/: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[narratives]", "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 narrative in objective, like renaming the narrative title or updating the narrative description.\n\nLimitations:\n* You cannot update narrative title to value that has more than 60 characters\n" }, { "info": { "name": "Delete a narrative", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{server}/v1/orgs/:org_id/narratives/: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": "Permanently delete a narrative from an objective.\n\nLimitations:\n* You cannot delete the narrative if it is included in an existing certification program.\n* You cannot delete the narrative if the objective it belongs to has been checked out using\nOffline " } ] } ], "bundled": true }