Module: apis/areaType

Methods

(async, inner) getAreaTypeById(areaTypeId) → {Promise.<response>}

Get a specific area type given its ID.
Parameters:
Name Type Description
areaTypeId string ID of the area type to retrieve.
Source:
Returns:
response to the request.
Type
Promise.<response>

(async, inner) getAreaTypes(params) → {Promise.<response>}

Get all area types.
Parameters:
Name Type Default Description
params object {} Optional params to be passed to request.
Source:
Returns:
response to the request.
Type
Promise.<response>