v5

latestOpenAPI 3.1.02026-07-31151195455.5 KB
resources

Gets the visibility of this resource.

get/resources/{resource_id}/visibility

Path parameters

resource_idstring uuid required

The ID of the resource.

Response

The visibility info of this resource.

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"
  ]
}