Roster
List by groups
The roster endpoint returns a list of groups with their associated units and users already included. The personnel are then sorted by rank, specialty, position and name to assist with creating a roster-like UI.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The API version to use.
Available options:
v1
, v2
Query Parameters
Available options:
image
, units
, units.image
, units.users
, units.users.position
, units.users.rank
, units.users.rank.image
, units.users.specialty
, units.users.status
, units.*
Was this page helpful?