action akeneo_get_asset_categories { label: "Get list of PAM asset categories" description: "This endpoint allows you to get a list of PAM asset categories. PAM asset categories are paginated and sorted by `root/left`." provider: akeneo method: GET path: "/api/rest/v1/asset-categories" encoding: json input: { type: "object" properties: { limit: { type: "string" } page: { type: "string" } with_count: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }