v1

latestSwagger 2.02026-07-13107162315.5 KB
Account

Retrieves configuration details for the authenticated Avaza account, including timesheet settings, currency, branding, and feature flags.

get/api/Account

Response

Returns the account configuration details.

AccountIDinteger

Unique identifier for the Avaza account.

CompanyNamestring

The registered company/organisation name for the account.

Subdomainstring

The unique subdomain for the account (e.g. 'mycompany' in mycompany.avaza.com).

AccountEmailstring

The primary email address associated with the account.

hasStartEndTimesheetsboolean

Whether the account is configured to track start and end times on timesheet entries.

has24HourTimesheetFormatboolean

Whether the account displays times in 24-hour format (true) or 12-hour format (false).

WeeklyTimesheetReminderboolean

Whether weekly timesheet reminder emails are enabled for the account.

LockApprovedTimesheetsboolean

Whether approved timesheets are locked from further editing by standard users.

TimesheetDayOfWeekinteger

The day of the week that starts the timesheet week (0=Sunday, 1=Monday, etc.).

TimesheetDisplayFormatCodestring

The display format for timesheets (e.g. decimal hours vs hours:minutes).

AllowHidingCompletedTasksOnTimesheetboolean

Whether users can hide completed tasks when selecting tasks on timesheets.

CurrentServerTimeISOstring

Format: ISO "YYYY-MM-DD HH:mm:ss.SSS"

SCstring
DefaultCurrencyCodestring

ISO 3 letter base Currency Code for the account

ExpenseApprovalRequiredboolean

Whether the account requires expenses be approved.

LockApprovedExpensesboolean

Approved expenses get locked from subsequent editing by standard expense users.

BrandPrimaryColorstring

A custom branding color for the account. Available on paid accounts.

BrandPrimaryColorLuminancestring

A determination of the luminance of the Brand Primary Color (possible values: 'Dark', 'Medium', 'Light'). This can be used to determine appropriate font colors to sit on top of the brand color.

All 107 operations