Contents
Get topic tags
Get all tags in a topic.
Method
GET
URL
https://typetalk.com/api/v1/topics/:topicId/talks
Scope
topic.read
URL parameters
Name | Type | Description |
---|---|---|
topicId | Number | Topic ID |
Response Example
{
"talks": [
{
"id": 901,
"topicId": 208,
"name": "2nd talk",
"suggestion": "2nd talk",
"createdAt": "2014-07-02T03:52:29Z",
"updatedAt": "2014-07-02T03:55:29Z",
"backlog": null
},
{
"id": 900,
"topicId": 208,
"name": "About us",
"suggestion": "About us",
"createdAt": "2014-07-02T03:42:29Z",
"updatedAt": "2014-07-02T03:52:29Z",
"backlog": null
}
]
}
All responses are formatted in JSON and include an ETag. If you call an API with an If-None-Match header, the server will return a 304 status code if the data is unchanged. The date and time format is ISO 8601, and the timezone is UTC (eg. 2014-01-09T06:20:08Z).