Developers
  • 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

NameType
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": "2025-05-09T03:15:54.1323312-05:00",
    "startDate": "2025-05-09T03:15:54.1323312-05:00",
    "endDate": "2025-05-09T03:15:54.1323312-05: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": "2025-05-09T03:15:54.1323312-05:00",
    "startDate": "2025-05-09T03:15:54.1323312-05:00",
    "endDate": "2025-05-09T03:15:54.1323312-05: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"
      }
    ]
  }
]
  • © 2025 Federal Publications Seminars
  • fedpubseminars.com