v5

latestOpenAPI 3.1.02026-07-31151195455.5 KB
bundles

Gets the visibility of the bundle.

get/bundles/{bundle_id}/visibility

Path parameters

bundle_idstring uuid required

The ID of the bundle.

Response

The visibility details of a bundle.

visibility'GLOBAL' | 'LIMITED' required

The visibility level of the entity.

visibility_group_idsstring[]

Example response

{
  "visibility": "LIMITED",
  "visibility_group_ids": [
    "7870617d-e72a-47f5-a84c-693817ab4567",
    "1520617d-e72a-47f5-a84c-693817ab48ad2"
  ]
}