List Topics

Retrieve a list of existing notification topics.

HTTP GET

GET /api/2013-12-01/Topics/[Agency ID]
Returns a list of existing notification topics.

Example Request

$ curl -G https://[Site Name].readyop.com/api/2013-12-01/Topics/[Agency ID] \
-u "[API Account ID]:[API Token]"

Request Result


{
    "code": 0,
    "status": 200,
    "detail": "Success",
    "timestamp": "2018-10-11T15:43:52+00:00",
    "topics": [
        {
            "Name": "test",
            "Agency ID": 54,
        }
    ],
    "results": 1,
    "pages": 1,
    "page": 0,
    "page_start": 0,
    "page_end": 0,
    "page_size": 100
}