Get the details for a specific notification topic.
HTTP GET
GET /api/2013-12-01/Topics/[Agency ID]/[Topic Name]
Returns information for the given Topic Name for the given Agency ID
Example Request
$ curl -G https://[Site Name].readyop.com/api/2013-12-01/Topics/[Agency ID]/[Topic Name] \
-u "[API Account ID]:[API Token]"
Request Result
{
"code": 0,
"status": 200,
"detail": "Success",
"timestamp": "2015-09-21T16:08:10+00:00",
"topic": {
"Name":'my-topic-name',
"Agency ID": 54,
"Contacts": [
3858158,
3858159
],
"Objects": [
2042,
9932
]
}
}