- Certificates GET /certificates
- Courses GET /courses
- Experts GET /experts
- Roles GET /roles
- Situations GET /situations
- Topics GET /topics
- Webinars GET /webinars GET /webinars/series
GET /topics
Gets all topics
Request
URI Parameters
none
Body Parameters
none
Example
curl https://api.fedpubseminars.com/v1/topics
Response
Collection of Topic
| Name | Type |
|---|---|
| topicId | integer |
| title | string |
| description | string |
Example
[
{
"topicId": 1,
"title": "sample string 2",
"description": "sample string 3"
},
{
"topicId": 1,
"title": "sample string 2",
"description": "sample string 3"
}
]