- 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 /webinars
Gets all on-demand and upcoming live webinars
Request
URI Parameters
none
Body Parameters
none
Example
curl https://api.fedpubseminars.com/v1/webinars
Response
Collection of Webinar
Name | Type |
---|---|
webinarId | integer |
sessionId | integer |
type | Webinar.Type |
title | string |
description | string |
fee | integer |
cleAccreditation | boolean |
cpeAccreditation | boolean |
productionDate | date |
startDate | date |
endDate | date |
detailUrl | string |
accessUrl | string |
topics | Collection of Topic |
roles | Collection of Role |
situations | Collection of Situation |
experts | Collection of Expert |
Example
[ { "webinarId": 1, "sessionId": 1, "type": 1, "title": "sample string 1", "description": "sample string 2", "fee": 3, "cleAccreditation": true, "cpeAccreditation": true, "productionDate": "2024-11-21T05:20:46.6730884-06:00", "startDate": "2024-11-21T05:20:46.6730884-06:00", "endDate": "2024-11-21T05:20:46.6730884-06:00", "detailUrl": "sample string 6", "accessUrl": "sample string 7", "topics": [ { "topicId": 1, "title": "sample string 2", "description": "sample string 3" }, { "topicId": 1, "title": "sample string 2", "description": "sample string 3" } ], "roles": [ { "roleId": 1, "title": "sample string 2", "description": "sample string 3" }, { "roleId": 1, "title": "sample string 2", "description": "sample string 3" } ], "situations": [ { "situationId": 1, "title": "sample string 2", "description": "sample string 3" }, { "situationId": 1, "title": "sample string 2", "description": "sample string 3" } ], "experts": [ { "expertId": 1, "name": "sample string 1", "title": "sample string 2", "bio": "sample string 3", "education": "sample string 4", "imageUrl": "sample string 5", "image2xUrl": "sample string 6" }, { "expertId": 1, "name": "sample string 1", "title": "sample string 2", "bio": "sample string 3", "education": "sample string 4", "imageUrl": "sample string 5", "image2xUrl": "sample string 6" } ] }, { "webinarId": 1, "sessionId": 1, "type": 1, "title": "sample string 1", "description": "sample string 2", "fee": 3, "cleAccreditation": true, "cpeAccreditation": true, "productionDate": "2024-11-21T05:20:46.6730884-06:00", "startDate": "2024-11-21T05:20:46.6730884-06:00", "endDate": "2024-11-21T05:20:46.6730884-06:00", "detailUrl": "sample string 6", "accessUrl": "sample string 7", "topics": [ { "topicId": 1, "title": "sample string 2", "description": "sample string 3" }, { "topicId": 1, "title": "sample string 2", "description": "sample string 3" } ], "roles": [ { "roleId": 1, "title": "sample string 2", "description": "sample string 3" }, { "roleId": 1, "title": "sample string 2", "description": "sample string 3" } ], "situations": [ { "situationId": 1, "title": "sample string 2", "description": "sample string 3" }, { "situationId": 1, "title": "sample string 2", "description": "sample string 3" } ], "experts": [ { "expertId": 1, "name": "sample string 1", "title": "sample string 2", "bio": "sample string 3", "education": "sample string 4", "imageUrl": "sample string 5", "image2xUrl": "sample string 6" }, { "expertId": 1, "name": "sample string 1", "title": "sample string 2", "bio": "sample string 3", "education": "sample string 4", "imageUrl": "sample string 5", "image2xUrl": "sample string 6" } ] } ]