action id4i_get_guid_aliases { label: "Get all aliases for the given GUID or Collection." description: "Looks up the alias for each alias type (group and single) and returns a map of all aliases found." provider: id4i method: GET path: "/api/v1/id4ns/{id4n}/alias" encoding: json input: { type: "object" properties: { id4n: { type: "string" } } required: ["id4n"] additionalProperties: false } output: { type: "object" } }