DEV Community · Example Payload

Getsurveypolltextresponses Response 404

Developer CommunityArticlesBloggingSocialContentOpen Source

Getsurveypolltextresponses Response 404 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": "getSurveyPollTextResponses",
  "method": "GET",
  "path": "/api/surveys/{id_or_slug}/poll_text_responses",
  "status": "404",
  "response": {
    "error": "not found",
    "status": 404
  }
}