### GET Ranks [GET /ranks{?q,fractFilter}] List all ranks + Parameters + q: `Gefr` (string, optional) - filter string which filters for partial rank name + fractFilter: `BLUFOR` (enum[string], optional) Field to filter by fraction + Members + `BLUFOR` + `OPFOR` + `GLOBAL` + Response 200 + Attributes (array[Rank], fixed-type) ### GET Rank [GET /ranks/{id}] Retrieve single rank data + Parameters + id: `5aba5504eadcce6332c6a775` (string, required) - unique id of the rank to fetch + Response 200 + Attributes (Rank, fixed-type)