# GetAccounts

Allows you to retrieve the full chart of accounts.

## Properties

#### Authentication

Authentication values used to connect to the Xero server.

#### Account Id

Unique identifier of the account to filter by.

#### Modified after

Only return items that were created or modified after this UTC date value.

#### Where

Restrict the returned items using the specified criteria. See Where filter.

#### Order by

Return items in a specific order. See Order by filter.

#### Return options

Return Options: Select how the data is to be returned. Possible values are:

* Only the first item.
* The first item or an empty item.
* All the items one by one.
* All of the items at once.

## Output

#### Return type of Accounts

A list of accounts or a single account depending on the selected Return option (see above).

## Links

[Xero Developer: Accounts (GET)](https://developer.xero.com/documentation/api/accounts#GET)
