v1
latestOpenAPI 3.1.02026-08-0420819698.7 KBGet 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.
Query parameters
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.
This parameter is a result limiter. The default is set to return no more than 100 results at one time.
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 %.
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 %.
This parameter is used to only get GLs that are linked to a location. This parameter accepts a comma delimited list of location IDs.
This parameter is used to only get specific GLs. This parameter accepts a comma delimited list of GL IDs.
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