GET
/
accounts
{
  "$schema": "https://example.com/schemas/ListAccountsOutputBody.json",
  "pagination": {
    "continue": "<string>"
  },
  "results": [
    {
      "$schema": "https://example.com/schemas/Account.json",
      "created_by": "<string>",
      "created_on": "2023-11-07T05:31:56Z",
      "description": "<string>",
      "id": "ac_260fc3e8-1acb-4268-8a63-447792b0c2f4",
      "last_modified_by": "<string>",
      "last_modified_on": "2023-11-07T05:31:56Z",
      "title": "Account Name"
    }
  ]
}

Query Parameters

continue
string

Continuation token value (used when retrieving the next page of results).

n
integer

Number of records to show per page of results.

Required range: 0 <= x <= 100
filter
string

Record filter.

Response

200
application/json

OK

The response is of type object.