DEV Community · Example Payload

Get_Api_Pages_{Id} Response 200

Developer CommunityArticlesBloggingSocialContentOpen Source

Get_Api_Pages_{Id} 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": "get_api_pages_{id}",
  "method": "GET",
  "path": "/api/pages/{id}",
  "status": "200",
  "response": {
    "id": 52,
    "title": "I Will Fear No Evil",
    "slug": "agree_strict",
    "description": "At qui et illum.",
    "is_top_level_path": false,
    "landing_page": false,
    "body_html": null,
    "body_json": null,
    "body_markdown": "Aut quia eaque sapiente.",
    "processed_html": "<p>Aut quia eaque sapiente.</p>\n\n",
    "social_image": {
      "url": null
    },
    "template": "contained",
    "subforem_id": null,
    "page_template_id": null,
    "template_data": {},
    "redirect_to_url": null
  }
}