DEV Community · Example Payload

Getpodcastepisodes Response 200

Developer CommunityArticlesBloggingSocialContentOpen Source

Getpodcastepisodes Response 200 is an example object payload from DEV Community, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathstatusresponse

Example Payload

Raw ↑
{
  "operationId": "getPodcastEpisodes",
  "method": "GET",
  "path": "/api/podcast_episodes",
  "status": "200",
  "response": [
    {
      "type_of": "podcast_episodes",
      "class_name": "PodcastEpisode",
      "id": 42,
      "path": "/codenewbie/slug-2",
      "title": "2",
      "image_url": "/uploads/podcast/image/55/d8d761be-e588-4e8c-90af-5dbbebb3abfa.jpeg",
      "podcast": {
        "title": "Hennepin",
        "slug": "codenewbie",
        "image_url": "/uploads/podcast/image/55/d8d761be-e588-4e8c-90af-5dbbebb3abfa.jpeg"
      }
    }
  ]
}