action evetech_get_characters_character_id_attributes { label: "Get character attributes" description: "Return attributes of a character\n\n---\nAlternate route: `/dev/characters/{character_id}/attributes/`\n\nAlternate route: `/legacy/characters/{character_id}/attributes/`\n\nAlternate route: `/v1/characters/{character_id}/attributes/`\n\n---\nThis route is cached for up to 3600 seconds" provider: evetech method: GET path: "/characters/{character_id}/attributes/" encoding: json output: { type: "object" additionalProperties: true } }