DEV Community · Example Payload

Getfollowedtags Response 200

Developer CommunityArticlesBloggingSocialContentOpen Source

Getfollowedtags 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": "getFollowedTags",
  "method": "GET",
  "path": "/api/follows/tags",
  "status": "200",
  "response": [
    {
      "id": 2315,
      "name": "tag3",
      "points": 1.0
    },
    {
      "id": 2316,
      "name": "tag4",
      "points": 1.0
    }
  ]
}