retrieve - Region Module Reference
This documentation provides a reference to the retrieve
method. This belongs to the Region Module.
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
stringRequiredThe ID of the region.
config
FindConfig<RegionDTO>The configurations determining how the region is retrieved. Its properties, such as select
or relations
, accept the
attributes or relations associated with a region.
config
FindConfig<RegionDTO>select
or relations
, accept the
attributes or relations associated with a region.Returns
The retrieved region.
Was this section helpful?