DEV Community · Example Payload

Gettags Response 200

Developer CommunityArticlesBloggingSocialContentOpen Source

Gettags 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": "getTags",
  "method": "GET",
  "path": "/api/tags",
  "status": "200",
  "response": [
    {
      "id": 2353,
      "name": "tag5",
      "bg_color_hex": null,
      "text_color_hex": null,
      "short_summary": null
    },
    {
      "id": 2354,
      "name": "tag6",
      "bg_color_hex": null,
      "text_color_hex": null,
      "short_summary": null
    },
    {
      "id": 2355,
      "name": "tag7",
      "bg_color_hex": null,
      "text_color_hex": null,
      "short_summary": null
    }
  ]
}