Podcasts

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageintegerOptional

A page number within the paginated result set.

page_sizeintegerOptional

Number of results to return per page.

Responses
chevron-right
200Success
application/json
get
/api/media/podcasts
200Success
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstring · uuidRead-onlyRequired
speakerstring · uuidOptional
categoriesstring · uuid[]Required
play_countstringRead-onlyRequired
last_played_atstringRead-onlyRequired
positionstringRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
namestring · max: 255Required
urlstring · uri · max: 255 · nullableOptional
descriptionstring · nullableOptional
bannerstring · nullableOptional
durationinteger · max: 2147483647Optional
published_atstring · date-time · nullableOptional
albumstring · uuid · nullableOptional
Responses
post
/api/media/podcasts
201Success
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this podcast.

Responses
chevron-right
200Success
application/json
get
/api/media/podcasts/{id}
200Success
put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this podcast.

Body
idstring · uuidRead-onlyRequired
speakerstring · uuidOptional
categoriesstring · uuid[]Required
play_countstringRead-onlyRequired
last_played_atstringRead-onlyRequired
positionstringRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
namestring · max: 255Required
urlstring · uri · max: 255 · nullableOptional
descriptionstring · nullableOptional
bannerstring · nullableOptional
durationinteger · max: 2147483647Optional
published_atstring · date-time · nullableOptional
albumstring · uuid · nullableOptional
Responses
chevron-right
200Success
application/json
put
/api/media/podcasts/{id}
200Success
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this podcast.

Responses
delete
/api/media/podcasts/{id}
204

No response body

No content

patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this podcast.

Body
idstring · uuidRead-onlyOptional
speakerstring · uuidOptional
categoriesstring · uuid[]Optional
play_countstringRead-onlyOptional
last_played_atstringRead-onlyOptional
positionstringRead-onlyOptional
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyOptional
namestring · max: 255Optional
urlstring · uri · max: 255 · nullableOptional
descriptionstring · nullableOptional
bannerstring · nullableOptional
durationinteger · max: 2147483647Optional
published_atstring · date-time · nullableOptional
albumstring · uuid · nullableOptional
Responses
chevron-right
200Success
application/json
patch
/api/media/podcasts/{id}
200Success