action pressassociation_get_catalogue_asset { label: "Catalogue Asset Collection" description: "Return the content of the selected catalogue." provider: pressassociation method: GET path: "/catalogue/{catalogueId}/asset" encoding: json input: { type: "object" properties: { aliases: { type: "boolean" } catalogueId: { type: "string" } end: { type: "string" } limit: { type: "number" } start: { type: "string" } title: { type: "string" } updatedAfter: { type: "string" } } required: ["catalogueId"] additionalProperties: false } output: { type: "object" } }