{ "opencollection": "1.0.0", "info": { "name": "Box Authorize Authorization Integration Mappings API", "version": "1.0" }, "items": [ { "info": { "name": "Integration Mappings", "type": "folder" }, "items": [ { "info": { "name": "Box List Slack integration mappings", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/integration_mappings/slack", "params": [ { "name": "marker", "value": "JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii", "type": "query", "description": "Defines the position marker at which to begin returning results. This is\nused when paginating using marker-based pagination.\n\nThis requires `usemarker` to be set to `true`." }, { "name": "limit", "value": "1000", "type": "query", "description": "The maximum number of items to return per page." }, { "name": "partner_item_type", "value": "channel", "type": "query", "description": "Mapped item type, for which the mapping should be returned" }, { "name": "partner_item_id", "value": "12345", "type": "query", "description": "ID of the mapped item, for which the mapping should be returned" }, { "name": "box_item_id", "value": "12345", "type": "query", "description": "Box item ID, for which the mappings should be returned" }, { "name": "box_item_type", "value": "folder", "type": "query", "description": "Box item type, for which the mappings should be returned" }, { "name": "is_manually_created", "value": "true", "type": "query", "description": "Whether the mapping has been manually created" } ] }, "docs": "Lists [Slack integration mappings](https://support.box.com/hc/en-us/articles/4415585987859-Box-as-the-Content-Layer-for-Slack) in a users' enterprise.\n\nYou need Admin or Co-Admin role to\nuse this endpoint." }, { "info": { "name": "Box Create Slack integration mapping", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/integration_mappings/slack", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a [Slack integration mapping](https://support.box.com/hc/en-us/articles/4415585987859-Box-as-the-Content-Layer-for-Slack)\nby mapping a Slack channel to a Box item.\n\nYou need Admin or Co-Admin role to\nuse this endpoint." }, { "info": { "name": "Box Update Slack integration mapping", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/integration_mappings/slack/:integration_mapping_id", "params": [ { "name": "integration_mapping_id", "value": "11235432", "type": "path", "description": "An ID of an integration mapping" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a [Slack integration mapping](https://support.box.com/hc/en-us/articles/4415585987859-Box-as-the-Content-Layer-for-Slack).\nSupports updating the Box folder ID and options.\n\nYou need Admin or Co-Admin role to\nuse this endpoint." }, { "info": { "name": "Box Delete Slack integration mapping", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/integration_mappings/slack/:integration_mapping_id", "params": [ { "name": "integration_mapping_id", "value": "11235432", "type": "path", "description": "An ID of an integration mapping" } ] }, "docs": "Deletes a [Slack integration mapping](https://support.box.com/hc/en-us/articles/4415585987859-Box-as-the-Content-Layer-for-Slack).\n\n\nYou need Admin or Co-Admin role to\nuse this endpoint." } ] } ], "bundled": true }