API / Reference / Custom Properties
Get custom property group
GET
https://api.light.inc/v1/custom-properties/groups/{groupId}
Returns a custom property group by ID
Authorization
Send one of these on every request. See Authentication for how to get credentials.
- API key
Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.
- Bearer token
Path parameters
-
groupIdstring · uuidrequired
Response
-
idstring · uuid -
companyIdstring · uuid -
labelstring -
internalNamestring -
inputTypestring⚠️ This enum is not exhaustive; new values may be added in the future.
One of
SINGLE_SELECTMULTI_SELECTNUMERICTEXTBOOLEANDATE -
objectLevelstring⚠️ This enum is not exhaustive; new values may be added in the future.
One of
HEADERLINE -
objectTypesarray of stringOne of
BILLCARD_TRANSACTIONCREDIT_NOTECONTRACTCUSTOMERCUSTOMER_CREDITINVOICEJOURNAL_ENTRYLEDGER_ACCOUNTPRODUCTPURCHASE_ORDERPURCHASE_REQUESTREIMBURSEMENTVENDOR -
objectTypeStatusesobject -
isRequiredboolean -
contextstring -
valuesarray of object-
idstring · uuidUnique identifier for the object
-
groupIdstring · uuidID of the custom property group
-
groupInternalNamestringInternal name of the custom property group
-
companyIdstring · uuidID of the company
-
internalNamestringInternal name of the custom property value
-
labelstringLabel of the custom property value
-
contextstringContext/description of the custom property value
-
createdAtstring · date-timeTimestamp when the custom property value was created
-
updatedAtstring · date-timeTimestamp when the custom property value was last updated
-
-
createdAtstring · date-time -
updatedAtstring · date-time