# LIST RAOs

Get the list of RAOs. The result can be filtered with the following query parameters: given_name, surname_1, surname_2, certificate, registration_authority, registration_authority_master

Endpoint: GET /api/v1/rao
Version: v1

## Query parameters:

  - `filter1` (string)
    Filter string

  - `filter2` (string)
    Filter string

  - `filterN` (string)
    Filter string

## Response 200 fields (application/json):

  - `count` (string)
    The number of associated RAOs

  - `next` (string)
    The list next page endpoint

  - `previous` (string)
    The list previous page endpoint

  - `results` (array)
    Array of JSON objects containing RAOs information


