Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer
default:1

The page number of a paginated list of records.

Required range: x >= 1
Example:

1

itemsPerPage
integer
default:20

The number of items per page in a paginated list of records.

Required range: 1 <= x <= 100
Example:

30

archived
enum<string>
default:excluded

Indicates if and how archived items should be part of the result.

Available options:
excluded,
included,
only

Response

Plan collection response in a light representation.

items
object[]
agencyId
string
read-only

The agency id.

Pattern: ^BLD[0-9]{7}_[a-zA-Z0-9-._~:@!$,]+$
Example:

"BLD1234567_production"

paging
object