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