DEV Community · Example Payload

Getsegment Response 200

Developer CommunityArticlesBloggingSocialContentOpen Source

Getsegment 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": "getSegment",
  "method": "GET",
  "path": "/api/segments/{id}",
  "status": "200",
  "response": {
    "id": 36,
    "created_at": "2026-05-28T12:45:19.625-06:00",
    "name": null,
    "type_of": "manual",
    "updated_at": "2026-05-28T12:45:19.625-06:00",
    "user_count": 3
  }
}