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