action evetech_get_corporations_corporation_id_roles_history { label: "Get corporation member roles history" description: "Return how roles have changed for a coporation's members, up to a month\n\n---\nAlternate route: `/dev/corporations/{corporation_id}/roles/history/`\n\nAlternate route: `/legacy/corporations/{corporation_id}/roles/history/`\n\nAlternate route: `/v1/corporations/{corporation_id}/roles/history/`\n\n---\nThis route is cached for up to 3600 seconds\n\n---\nRequires one of the following EVE corporation role(s): Director\n" provider: evetech method: GET path: "/corporations/{corporation_id}/roles/history/" encoding: json output: { type: "object" additionalProperties: true } }