DEV Community · Example Payload

Getsurveys Response 200

Developer CommunityArticlesBloggingSocialContentOpen Source

Getsurveys 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": "getSurveys",
  "method": "GET",
  "path": "/api/surveys",
  "status": "200",
  "response": [
    {
      "type_of": "survey",
      "id": 43,
      "title": "dolores",
      "slug": "dolores-2875c66f",
      "active": true,
      "display_title": true,
      "allow_resubmission": false,
      "survey_type_of": "community_pulse",
      "created_at": "2026-05-28T18:45:29Z",
      "updated_at": "2026-05-28T18:45:29Z"
    },
    {
      "type_of": "survey",
      "id": 44,
      "title": "autem",
      "slug": "autem-1c9b1a12",
      "active": true,
      "display_title": true,
      "allow_resubmission": false,
      "survey_type_of": "community_pulse",
      "created_at": "2026-05-28T18:45:29Z",
      "updated_at": "2026-05-28T18:45:29Z"
    }
  ]
}