Get Committees

This endpoint returns a list of committees ordered by their names. It does not require any parameters and is accessible to all authenticated users. Returns a JSON response containing the list of committees.

GET
/Committee/GetCommittees
AuthorizationBearer <token>

Authorization header using the Bearer scheme. Example: "Bearer {token}"

In: header

Response Body

curl -X GET "https://loading/Committee/GetCommittees"
[
  {
    "name": "string"
  }
]
Empty
Empty