- 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 /situations
Gets all webinar situations
Request
URI Parameters
none
Body Parameters
none
Example
curl https://api.fedpubseminars.com/v1/situations
Response
Collection of Situation
| Name | Type |
|---|---|
| situationId | integer |
| title | string |
| description | string |
Example
[
{
"situationId": 1,
"title": "sample string 2",
"description": "sample string 3"
},
{
"situationId": 1,
"title": "sample string 2",
"description": "sample string 3"
}
]