DEV Community · Example Payload

Getsurveybyidorslug Response 404

Developer CommunityArticlesBloggingSocialContentOpen Source

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