- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
retrieveRegion - Region Module Reference
This documentation provides a reference to the retrieveRegion
method. This belongs to the Region Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
This method retrieves a region by its ID.
Example#
A simple example that retrieves a region by its ID:
To specify relations that should be retrieved:
Parameters#
id
stringThe ID of the region.
The configurations determining how the region is retrieved. Its properties, such as select
or relations
, accept the
attributes or relations associated with a region.
select
or relations
, accept the
attributes or relations associated with a region.Returns#
Promise
Promise<RegionDTO>The retrieved region.
Promise
Promise<RegionDTO>Was this page helpful?