action pressassociation_get_platform { label: "Platform Detail" description: "Return the content of the selected platform." provider: pressassociation method: GET path: "/platform/{platformId}" encoding: json input: { type: "object" properties: { platformId: { type: "string" } } required: ["platformId"] additionalProperties: false } output: { type: "object" } }