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.

Path Parameters

agencyId
string
required

The agency id.

Pattern: ^[A-Z]{3,6}_[a-zA-Z0-9-._~:@!$,]+$
Example:

"LND_Agency-42"

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.

[TO_VALIDATE] Description pending review by a Kardinal engineer.

items
object[]
agencyId
string

The agency id.

Pattern: ^[A-Z]{3,6}_[a-zA-Z0-9-._~:@!$,]+$
Example:

"LND_Agency-42"

paging
object

[TO_VALIDATE] Description pending review by a Kardinal engineer.