Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.
Johnathan Ludwig edited this page Jan 27, 2015 · 1 revision

Actions

List

List a pageable response of 25 records per page.

Example

api.teams.list
> [
    {
      "id"                       => 1,
      "email"                    => "me@gmail.com",
      "created_at"               => "2015-01-18T18:41:53.307Z",
      "updated_at"               => "2015-01-18T18:41:53.307Z",
      "time_zone"                => "UTC"
    }
  ]

Clone this wiki locally