List Slack integration mappings
GET https://{{api.box.com}}/2.0/integration_mappings/slack
Lists Slack integration mappings in a users' enterprise.
https://developer.box.com/reference/get-integration-mappings-slack
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
marker | string | Defines the position marker at which to begin returning results. This is | |
used when paginating using marker-based pagination. |
This requires usemarker
to be set to true
. |
| limit
| number | | The maximum number of items to return per page. |
| partner_item_type
| string | | Mapped item type, for which the mapping should be returned |
| partner_item_id
| number | | ID of the mapped item, for which the mapping should be returned |
| box_item_id
| number | | Box item ID, for which the mappings should be returned |
| box_item_type
| string | | Box item type, for which the mappings should be returned |
| is_manually_created
| boolean | | Whether the mapping has been manually created |
RESPONSES
status: OK
{"limit":1000,"next_marker":"JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii","entries":[{"id":"12345","integration_type":"slack","type":"integration_mapping","partner_item":{"type":"channel","id":"C12378991223","slack_workspace_id":"T12352314","slack_org_id":"E1234567"},"box_item":{"id":"12345","etag":"1","type":"folder","sequence_id":"3","name":"Contracts"},"is_manually_created":true,"options":{},"created_by":{"id":"11446498","type":"user","name":"Aaron Levie","login":"ceo@example.com"},"modified_by":{"id":"11446498","type":"user","name":"Aaron Levie","login":"ceo@example.com"},"created_at":"2012-12-12T10:53:43-08:00","modified_at":"2012-12-12T10:53:43-08:00"}]}