v1

latestOpenAPI 3.1.02026-08-0420819698.7 KB
Routes
General Ledgers

Get General Ledgers

This request returns your GLs in Limble.

Return data description

Property: glID, Description: The GL's unique identifier. Property: abbr, Description: An abbreviation for the GL. Property: name, Description: The full name of the GL. Property: locationID, Description: Which Location this GL belongs to. Property: description, Description: An optional bit of descriptive text for the GL. Property: assetID, Description: Which Asset this GL belongs to.

get/v2/gl

Query parameters

cursorinteger

This parameter is a cursor that selects what glID you want to start receiving results at. e.g. passing 137 here will only get you GLs 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.

namestring

This is a parameter used to string search for a name or partial name of a GL. This parameter expects a string with the wildcard %.

abbrstring

This is a parameter used to string search for an abbreviation or partial abbreviation of a GL. This parameter expects a string with the wildcard %.

locationsstring

This parameter is used to only get GLs that are linked to a location. This parameter accepts a comma delimited list of location IDs.

glsstring

This parameter is used to only get specific GLs. This parameter accepts a comma delimited list of GL IDs.

assetsstring

This parameter is used to only get GLs that are linked to an asset. This parameter accepts a comma delimited list of asset IDs.

Response

Get General Ledgers

glIDinteger
abbrstring
namestring
locationIDinteger
descriptionstring
assetIDinteger