Sermons

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/sermons 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",
      "speakers": [
        "123e4567-e89b-12d3-a456-426614174000"
      ],
      "position": "text",
      "legacy_id": "text",
      "nextgen_legacy_id": "text",
      "created_at": "2025-07-23T12:21:59.559Z",
      "updated_at": "2025-07-23T12:21:59.559Z",
      "name": "text",
      "url": "https://example.com",
      "description": "text",
      "banner": "text",
      "views": 1,
      "source": "system",
      "is_featured": true,
      "youtube_id": "text",
      "statistics": null,
      "type": "text",
      "is_livestream": true,
      "scheduled_start": "2025-07-23T12:21:59.559Z",
      "visibility": "text"
    }
  ]
}
post
Authorizations
Body
idstring · uuidRead-onlyRequired
speakersstring · uuid[]Required
positionstringRead-onlyRequired
legacy_idstring | nullableOptional
nextgen_legacy_idstring | nullableOptional
created_atstring · date-time | nullableOptional
updated_atstring · date-timeRead-onlyRequired
namestring · max: 255Required
urlstring · uri | nullableOptional
descriptionstring | nullableOptional
bannerstring | nullableOptional
viewsinteger · max: 2147483647Optional
sourcestring · enumOptional
  • system - System
  • youtube - YouTube
Possible values:
is_featuredbooleanOptional
youtube_idstring | nullableOptional

ID of the YouTube video

statisticsany | nullableOptional
typestring | nullableOptional
is_livestreambooleanOptional
scheduled_startstring · date-time | nullableOptional
visibilitystring | nullableOptional
Responses
201Success
application/json
post
POST /api/media/sermons HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 403

{
  "speakers": [
    "123e4567-e89b-12d3-a456-426614174000"
  ],
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:21:59.559Z",
  "name": "text",
  "url": "https://example.com",
  "description": "text",
  "banner": "text",
  "views": 1,
  "source": "system",
  "is_featured": true,
  "youtube_id": "text",
  "statistics": null,
  "type": "text",
  "is_livestream": true,
  "scheduled_start": "2025-07-23T12:21:59.559Z",
  "visibility": "text"
}
201Success
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "speakers": [
    "123e4567-e89b-12d3-a456-426614174000"
  ],
  "position": "text",
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:21:59.559Z",
  "updated_at": "2025-07-23T12:21:59.559Z",
  "name": "text",
  "url": "https://example.com",
  "description": "text",
  "banner": "text",
  "views": 1,
  "source": "system",
  "is_featured": true,
  "youtube_id": "text",
  "statistics": null,
  "type": "text",
  "is_livestream": true,
  "scheduled_start": "2025-07-23T12:21:59.559Z",
  "visibility": "text"
}
get
Authorizations
Path parameters
idstring · uuidRequired

A UUID string identifying this sermon.

Responses
200Success
application/json
get
GET /api/media/sermons/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Accept: */*
200Success
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "speakers": [
    "123e4567-e89b-12d3-a456-426614174000"
  ],
  "position": "text",
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:21:59.559Z",
  "updated_at": "2025-07-23T12:21:59.559Z",
  "name": "text",
  "url": "https://example.com",
  "description": "text",
  "banner": "text",
  "views": 1,
  "source": "system",
  "is_featured": true,
  "youtube_id": "text",
  "statistics": null,
  "type": "text",
  "is_livestream": true,
  "scheduled_start": "2025-07-23T12:21:59.559Z",
  "visibility": "text"
}
put
Authorizations
Path parameters
idstring · uuidRequired

A UUID string identifying this sermon.

Body
idstring · uuidRead-onlyRequired
speakersstring · uuid[]Required
positionstringRead-onlyRequired
legacy_idstring | nullableOptional
nextgen_legacy_idstring | nullableOptional
created_atstring · date-time | nullableOptional
updated_atstring · date-timeRead-onlyRequired
namestring · max: 255Required
urlstring · uri | nullableOptional
descriptionstring | nullableOptional
bannerstring | nullableOptional
viewsinteger · max: 2147483647Optional
sourcestring · enumOptional
  • system - System
  • youtube - YouTube
Possible values:
is_featuredbooleanOptional
youtube_idstring | nullableOptional

ID of the YouTube video

statisticsany | nullableOptional
typestring | nullableOptional
is_livestreambooleanOptional
scheduled_startstring · date-time | nullableOptional
visibilitystring | nullableOptional
Responses
200Success
application/json
put
PUT /api/media/sermons/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 403

{
  "speakers": [
    "123e4567-e89b-12d3-a456-426614174000"
  ],
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:21:59.559Z",
  "name": "text",
  "url": "https://example.com",
  "description": "text",
  "banner": "text",
  "views": 1,
  "source": "system",
  "is_featured": true,
  "youtube_id": "text",
  "statistics": null,
  "type": "text",
  "is_livestream": true,
  "scheduled_start": "2025-07-23T12:21:59.559Z",
  "visibility": "text"
}
200Success
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "speakers": [
    "123e4567-e89b-12d3-a456-426614174000"
  ],
  "position": "text",
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:21:59.559Z",
  "updated_at": "2025-07-23T12:21:59.559Z",
  "name": "text",
  "url": "https://example.com",
  "description": "text",
  "banner": "text",
  "views": 1,
  "source": "system",
  "is_featured": true,
  "youtube_id": "text",
  "statistics": null,
  "type": "text",
  "is_livestream": true,
  "scheduled_start": "2025-07-23T12:21:59.559Z",
  "visibility": "text"
}
delete
Authorizations
Path parameters
idstring · uuidRequired

A UUID string identifying this sermon.

Responses
204
No response body
delete
DELETE /api/media/sermons/{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 sermon.

Body
idstring · uuidRead-onlyOptional
speakersstring · uuid[]Optional
positionstringRead-onlyOptional
legacy_idstring | nullableOptional
nextgen_legacy_idstring | nullableOptional
created_atstring · date-time | nullableOptional
updated_atstring · date-timeRead-onlyOptional
namestring · max: 255Optional
urlstring · uri | nullableOptional
descriptionstring | nullableOptional
bannerstring | nullableOptional
viewsinteger · max: 2147483647Optional
sourcestring · enumOptional
  • system - System
  • youtube - YouTube
Possible values:
is_featuredbooleanOptional
youtube_idstring | nullableOptional

ID of the YouTube video

statisticsany | nullableOptional
typestring | nullableOptional
is_livestreambooleanOptional
scheduled_startstring · date-time | nullableOptional
visibilitystring | nullableOptional
Responses
200Success
application/json
patch
PATCH /api/media/sermons/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 403

{
  "speakers": [
    "123e4567-e89b-12d3-a456-426614174000"
  ],
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:21:59.559Z",
  "name": "text",
  "url": "https://example.com",
  "description": "text",
  "banner": "text",
  "views": 1,
  "source": "system",
  "is_featured": true,
  "youtube_id": "text",
  "statistics": null,
  "type": "text",
  "is_livestream": true,
  "scheduled_start": "2025-07-23T12:21:59.559Z",
  "visibility": "text"
}
200Success
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "speakers": [
    "123e4567-e89b-12d3-a456-426614174000"
  ],
  "position": "text",
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:21:59.559Z",
  "updated_at": "2025-07-23T12:21:59.559Z",
  "name": "text",
  "url": "https://example.com",
  "description": "text",
  "banner": "text",
  "views": 1,
  "source": "system",
  "is_featured": true,
  "youtube_id": "text",
  "statistics": null,
  "type": "text",
  "is_livestream": true,
  "scheduled_start": "2025-07-23T12:21:59.559Z",
  "visibility": "text"
}