DEV Community · Example Payload

Post_Api_Reactions Response 200

Developer CommunityArticlesBloggingSocialContentOpen Source

Post_Api_Reactions 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": "post_api_reactions",
  "method": "POST",
  "path": "/api/reactions",
  "status": "200",
  "response": {
    "result": "none",
    "category": "like",
    "id": 163,
    "reactable_id": 2262,
    "reactable_type": "Article"
  }
}