v1

latestOpenAPI 3.0.02026-07-2412592575.3 KB
projects

Retrieve all projects for a user

Requires projects:read scope.

get/projects

Query parameters

limitinteger

The total number of records to retrieve

offsetinteger

The offset at which to start retrieving records

Response

Successful Projects Response

metaobject

Example response

{
  "data": [
    {
      "name": "Home Improvement",
      "accountIds": [
        "c390a94f-2309-4cdf-8d02-b0c5304d9f66"
      ],
      "type": "RentalProject",
      "dateCreated": "2018-07-11T03:51:08.000Z",
      "archived": false
    }
  ]
}