action akeneo_measure_families_get_list { label: "Get list of measure familiy" description: "This endpoint allows you to get a list of measure families. Measure families are paginated and sorted by code." provider: akeneo method: GET path: "/api/rest/v1/measure-families" encoding: json output: { type: "object" additionalProperties: true } }