Skip to main content

externalAddress

DEPRECATED

External addresses are deprecated and will be removed in a future version.

Retrieve an external address by identifier (deprecated).

Returns external address data for legacy integrations. This functionality is deprecated and will be removed in future versions. Use entity-specific address queries instead.

Possible errors:

  • ADDRESS_RESPONSE_ERROR: Failed to retrieve external address from the backend service
  • ADDRESS_UNKNOWN_ERROR: Unknown error occurred during external address retrieval
  • FORBIDDEN: Insufficient permissions to access external addresses

AUTH: Role=[configuration.OWNER,configuration.EDITOR,configuration.VIEWER] OR ('user is authenticated')

externalAddress(
id: Float!
): ExternalAddress! @deprecated

Arguments

externalAddress.id ● Float! non-null scalar

Unique identifier of the external address.

Must be a positive integer representing a valid external address ID in the system.

Type

ExternalAddress object

External address entity for legacy integrations (deprecated).

Represents address data for external systems without type, default status, or active status fields. This functionality is deprecated and will be removed in future versions.