action id4i_get_properties { label: "Retrieve ID4n properties" description: "List all properties of an id4n." provider: id4i method: GET path: "/api/v1/id4ns/{id4n}/properties" encoding: json input: { type: "object" properties: { id4n: { type: "string" } organizationId: { type: "string" } } required: ["id4n"] additionalProperties: false } output: { type: "object" } }