DEV Community · Example Payload

Getsegments Response 200

Developer CommunityArticlesBloggingSocialContentOpen Source

Getsegments 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": "getSegments",
  "method": "GET",
  "path": "/api/segments",
  "status": "200",
  "response": [
    {
      "id": 34,
      "created_at": "2026-05-28T12:45:19.104-06:00",
      "name": null,
      "type_of": "manual",
      "updated_at": "2026-05-28T12:45:19.104-06:00",
      "user_count": 1
    },
    {
      "id": 33,
      "created_at": "2026-05-28T12:45:19.016-06:00",
      "name": null,
      "type_of": "manual",
      "updated_at": "2026-05-28T12:45:19.016-06:00",
      "user_count": 3
    }
  ]
}