List Attributes

This endpoint retrieves a list of attributes that can be associated with a membership entity.

Path parameters

tenantstringRequired

Your Entra Tenant ID. More details.

environmentstringRequired

Your Business Central Environment. More details.

companystringRequired

Your Business Central Company. More details.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

x-api-versiondateOptional

Used for API versioning. More details.

Response

This endpoint returns a list of objects.
codestring
The key code for the attribute. This is a unique identifier for the attribute.
namestring
The common name of the attribute.
captionstring
The caption of the attribute.
blockedboolean
Indicates if the attribute is blocked.
datatypeenum
The datatype of the attribute.
validateAsenum
The validation type for the attribute.
Allowed values:
formatAsenum
The format type for the attribute.
Allowed values:
descriptionstring or null
The description of the attribute.
lookupTableboolean or null
Indicates if the attribute uses a lookup table.
lookupTableIdinteger or null
The ID of the lookup table.
lookupFieldIdinteger or null
The ID of the lookup field.