GET v1/Topic/Name/{name}
This will return a single topic given a valid Topic ID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
Required |
Body Parameters
None.
Response Information
Resource Description
HTTP 200 with the Topic
Topic| Name | Description | Type | Additional information |
|---|---|---|---|
| TopicId | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| Slug | string |
None. |
|
| TopicTypeId | integer |
None. |
|
| ImageUrl | string |
None. |
|
| Updated | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| TopicType | Topic_Type |
None. |
|
| TopicRelationships | Collection of TopicRelationship |
None. |
|
| RecentRelationships | Collection of TopicRelationship |
None. |
|
| FeaturedRelationships | Collection of TopicRelationship |
None. |
|
| ObjectCount | integer |
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.