GET v1/Topic/{topicId}/Rows/{startIndex}-{count}/{sort}-{order}
This will return a single topic given a valid Topic ID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| topicId | integer |
Required |
|
| startIndex | integer |
Required |
|
| count | integer |
Required |
|
| sort | string |
Required |
|
| order | string |
Required |
Body Parameters
None.
Response Information
Resource Description
HTTP 200 with the Topic
TopicRelationship| Name | Description | Type | Additional information |
|---|---|---|---|
| TopicRelationshipId | integer |
None. |
|
| TopicId | integer |
None. |
|
| ObjectKey | integer |
None. |
|
| ObjectTypeId | integer |
None. |
|
| Title | string |
None. |
|
| TopicObjectType | Topic_ObjectType |
None. |
|
| Topic | Topic |
None. |
|
| Article | Topic_Article |
None. |
|
| Media | Media |
None. |
|
| Page | IssuePage |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.