Albums
get
Authorizations
Query parameters
pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.
Responses
200Success
application/json
get
GET /api/media/albums HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Accept: */*
200Success
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"podcasts": [
"123e4567-e89b-12d3-a456-426614174000"
],
"speakers": [
"123e4567-e89b-12d3-a456-426614174000"
],
"podcast_count": "text",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:43:09.149Z",
"updated_at": "2025-07-23T12:43:09.149Z",
"name": "text",
"description": "text",
"banner": "text",
"frequency": "text"
}
]
}
post
Authorizations
Body
idstring · uuidRead-onlyRequired
podcastsstring · uuid[]Required
speakersstring · uuid[]Required
podcast_countstringRead-onlyRequired
legacy_idstring | nullableOptional
nextgen_legacy_idstring | nullableOptional
created_atstring · date-time | nullableOptional
updated_atstring · date-timeRead-onlyRequired
namestring · max: 255Required
descriptionstring | nullableOptional
bannerstring | nullableOptional
frequencystring | nullableOptional
Responses
201Success
application/json
post
POST /api/media/albums HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 261
{
"podcasts": [
"123e4567-e89b-12d3-a456-426614174000"
],
"speakers": [
"123e4567-e89b-12d3-a456-426614174000"
],
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:43:09.149Z",
"name": "text",
"description": "text",
"banner": "text",
"frequency": "text"
}
201Success
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"podcasts": [
"123e4567-e89b-12d3-a456-426614174000"
],
"speakers": [
"123e4567-e89b-12d3-a456-426614174000"
],
"podcast_count": "text",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:43:09.149Z",
"updated_at": "2025-07-23T12:43:09.149Z",
"name": "text",
"description": "text",
"banner": "text",
"frequency": "text"
}
get
Authorizations
Path parameters
idstring · uuidRequired
A UUID string identifying this album.
Responses
200Success
application/json
get
GET /api/media/albums/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Accept: */*
200Success
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"podcasts": [
"123e4567-e89b-12d3-a456-426614174000"
],
"speakers": [
"123e4567-e89b-12d3-a456-426614174000"
],
"podcast_count": "text",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:43:09.149Z",
"updated_at": "2025-07-23T12:43:09.149Z",
"name": "text",
"description": "text",
"banner": "text",
"frequency": "text"
}
put
Authorizations
Path parameters
idstring · uuidRequired
A UUID string identifying this album.
Body
idstring · uuidRead-onlyRequired
podcastsstring · uuid[]Required
speakersstring · uuid[]Required
podcast_countstringRead-onlyRequired
legacy_idstring | nullableOptional
nextgen_legacy_idstring | nullableOptional
created_atstring · date-time | nullableOptional
updated_atstring · date-timeRead-onlyRequired
namestring · max: 255Required
descriptionstring | nullableOptional
bannerstring | nullableOptional
frequencystring | nullableOptional
Responses
200Success
application/json
put
PUT /api/media/albums/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 261
{
"podcasts": [
"123e4567-e89b-12d3-a456-426614174000"
],
"speakers": [
"123e4567-e89b-12d3-a456-426614174000"
],
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:43:09.149Z",
"name": "text",
"description": "text",
"banner": "text",
"frequency": "text"
}
200Success
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"podcasts": [
"123e4567-e89b-12d3-a456-426614174000"
],
"speakers": [
"123e4567-e89b-12d3-a456-426614174000"
],
"podcast_count": "text",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:43:09.149Z",
"updated_at": "2025-07-23T12:43:09.149Z",
"name": "text",
"description": "text",
"banner": "text",
"frequency": "text"
}
delete
Authorizations
Path parameters
idstring · uuidRequired
A UUID string identifying this album.
Responses
204
No response body
delete
DELETE /api/media/albums/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Accept: */*
204
No response body
No content
patch
Authorizations
Path parameters
idstring · uuidRequired
A UUID string identifying this album.
Body
idstring · uuidRead-onlyOptional
podcastsstring · uuid[]Optional
speakersstring · uuid[]Optional
podcast_countstringRead-onlyOptional
legacy_idstring | nullableOptional
nextgen_legacy_idstring | nullableOptional
created_atstring · date-time | nullableOptional
updated_atstring · date-timeRead-onlyOptional
namestring · max: 255Optional
descriptionstring | nullableOptional
bannerstring | nullableOptional
frequencystring | nullableOptional
Responses
200Success
application/json
patch
PATCH /api/media/albums/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 261
{
"podcasts": [
"123e4567-e89b-12d3-a456-426614174000"
],
"speakers": [
"123e4567-e89b-12d3-a456-426614174000"
],
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:43:09.149Z",
"name": "text",
"description": "text",
"banner": "text",
"frequency": "text"
}
200Success
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"podcasts": [
"123e4567-e89b-12d3-a456-426614174000"
],
"speakers": [
"123e4567-e89b-12d3-a456-426614174000"
],
"podcast_count": "text",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:43:09.149Z",
"updated_at": "2025-07-23T12:43:09.149Z",
"name": "text",
"description": "text",
"banner": "text",
"frequency": "text"
}