Enterprises
Get all enterprises
Returns all enterprises within scope of the Access Token
, optionally filtered by enterprise identifiers and external identifiers. Note this operation uses Pagination and supports Portfolio Access Tokens.
Request
[PlatformAddress]/api/connector/v1/enterprises/getAll
ClientToken
string
required
Token identifying the client application.
AccessToken
string
required
Access token of the client application.
Client
string
required
Name and version of the client application.
EnterpriseIds
array of string
optional, max 1000 items
ExternalIdentifiers
array of string
optional, max 1000 items
LinkedUtc
optional, max length 3 months
UpdatedUtc
optional, max length 3 months
Limitation
required
Limitation on the quantity of data returned.
Response
Enterprises
required
The filtered enterprises.
Cursor
string
optional
Enterprise
Id
string
required
Unique identifier of the enterprise.
ExternalIdentifier
string
optional, max length 255 characters
Identifier of the enterprise from external system.
ChainId
string
required
Unique identifier of the chain to which the enterprise belongs.
CreatedUtc
string
required
Creation date and time of the enterprise in UTC timezone in ISO 8601 format.
UpdatedUtc
string
required
Creation date and time of the enterprise in UTC timezone in ISO 8601 format.
Name
string
required
Name of the enterprise.
TimeZoneIdentifier
string
required
IANA timezone identifier of the enterprise.
LegalEnvironmentCode
string
required
Unique identifier of the legal environment where the enterprise resides.
AccommodationEnvironmentCode
string
required
Unique code of the accommodation environment where the enterprise resides.
AccountingEnvironmentCode
string
required
Unique code of the accounting environment where the enterprise resides.
TaxEnvironmentCode
string
required
Unique code of the tax environment where the enterprise resides.
DefaultLanguageCode
string
required
Language-culture codes of the enterprise default Language
.
AccountingEditableHistoryInterval
string
required
Editable history interval for accounting data in ISO 8601 duration format.
OperationalEditableHistoryInterval
string
required
Editable history interval for operational data in ISO 8601 duration format.
WebsiteUrl
string
optional
URL of the enterprise website.
Email
string
optional
Email address of the enterprise.
Phone
string
optional
Phone number of the enterprise.
LogoImageId
string
optional
Unique identifier of the Image
of the enterprise logo.
CoverImageId
string
optional
Unique identifier of the Image
of the enterprise cover.
Pricing
required
Pricing of the enterprise.
TaxPrecision
integer
optional
Tax precision used for financial calculations in the enterprise. If null
, Currency
precision is used.
AddressId
string
required
Unique identifier of the Address
of the enterprise.
Address
required
Address of the enterprise.
GroupNames
array of string
required
A list of the group names of the enterprise.
Subscription
required
Subscription information of the enterprise.
LinkedUtc
string
required
Date and time when enterprise was added to the portfolio in UTC timezone in ISO 8601 format.
EditableHistoryInterval
string
required
Deprecated! Use AccountingEditableHistoryInterval
and OperationalEditableHistoryInterval
instead.
Enterprise subscription
TaxIdentifier
string
optional
Tax identifier of the Enterprise
.
Last updated
Was this helpful?