Folders: List

Returns a list of Location Folders in an Account.

path Parameters
accountId
required
string
query Parameters
offset
integer
Default: 0

Number of results to skip. Used to page through results. Cannot be used together with pageToken.

limit
integer <= 1000
Default: 100

Number of results to return.

v
required
string

A date in YYYYMMDD format.

Responses

Response samples

Content type
application/json
{
  • "meta": {
    • "uuid": "4f72b877-e2d0-4de4-9324-b9cf2c03e1a0"
    },
  • "response": {
    • "count": 0,
    • "folders": [
      • {
        • "id": "string",
        • "parentId": "string",
        • "name": "string"
        }
      ]
    }
}