Permissions
Get asset permissions
Retrieves permissions for a specific asset by its identifier (inode or identifier). Returns asset metadata, a paginated list of roles with their permission levels, and pagination information. Supports all permissionable asset types including hosts, folders, contentlets, templates, containers, categories, links, and rules.
get/api/v1/permissions/{assetId}
Path parameters
assetIdstring required
Asset identifier (inode or identifier)
Query parameters
pageinteger
Page number for pagination (1-indexed)
per_pageinteger
Number of roles to return per page (max: 100)
Response
Permissions retrieved successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.