...
Table of Contents |
---|
Data Types
Object Topic
Field name | Type | Description |
---|---|---|
Id | int | Id of theme |
Name | string | Display name |
Response Object
Field name | Type | Description |
---|---|---|
Topic | Topic | Topic object |
Success | bool | Indicates whether a request was successful (true) or not (false) |
Message | string | Error message if success is false |
Request/Response
Path Parameters
Parameter Name | Type | Description |
---|---|---|
id | string | Id of desired theme |
name | string | Name of desired theme |
Note: Only one parameter is required
HTTP Request
To retrieve theme by ID:
...