v1

latestOpenAPI 3.1.02026-08-0420819698.7 KB
Routes
Regions

Regions

This request returns your Regions in Limble.

Return data description

Property: regionID, Description: The ID of the Region Property: regionName, Description: The name of the Region Property: parentRegionID, Description: The regionID of the parent of a region.

get/v2/regions

Query parameters

regionsinteger

This parameter is used to only get regions in the list provided. This parameter accepts a comma delimited list of Region IDs.

namestring

This parameter is used to only get specific regions by name. This parameter expects a string- the full name of a region or partial name with the wildcard %.

cursorinteger

This parameter is a cursor that selects what regionID you want to start receiving results at. e.g. passing 137 here will only get you regions with an id greater than 137.

limitinteger

This parameter is a result limiter. The default is set to return no more than 100 results at one time.

Response

Regions

regionIDinteger
regionNamestring
parentRegionIDinteger