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