action akeneo_get_reference_entities { label: "Get list of reference entities" description: "This endpoint allows you to get a list of reference entities. Reference entities are paginated." provider: akeneo method: GET path: "/api/rest/v1/reference-entities" encoding: json input: { type: "object" properties: { search_after: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }