{ "opencollection": "1.0.0", "info": { "name": "HighBond API Reference Actions Results files API", "version": "1.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Results files", "type": "folder" }, "items": [ { "info": { "name": "Get results files", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{server}/v1/orgs/:org_id/projects/:project_id/results_files", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "project_id", "value": "", "type": "path", "description": "The ID of the project." }, { "name": "fields[results_files]", "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 results files that belong to a project." }, { "info": { "name": "Create a results file", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{server}/v1/orgs/:org_id/projects/:project_id/results_files", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "project_id", "value": "", "type": "path", "description": "The ID of the project." }, { "name": "fields[results_files]", "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 results file in an existing project.\n\nLimitations:\n* There can be a maximum of 1000 results files per project.\n" }, { "info": { "name": "Get a results file", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{server}/v1/orgs/:org_id/results_files/: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[results_files]", "value": "", "type": "query", "description": "Requesting the API to return only the specified fields. For more information, see Making requests" } ] }, "docs": "Get information about a results file.\n\nLimitation:\nExisting Citation Mode highlights and links are not displayed in the `description` field.\n" }, { "info": { "name": "Update a results file", "type": "http" }, "http": { "method": "PATCH", "url": "{protocol}://{server}/v1/orgs/:org_id/results_files/: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[results_files]", "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 results file, like renaming it or updating its description.\n\nLimitations:\n* You cannot update the results file if it is signed off.\n* Existing Citation Mode highlights and links are not displayed in the `description` field.\n" }, { "info": { "name": "Delete a results file", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{server}/v1/orgs/:org_id/results_files/: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 results file from a project.\n\n> **Caution —**\nDeleting a results file is permanent. Once deleted, you cannot access or restore the results file.\n" } ] } ], "bundled": true }