List Attributes
This endpoint retrieves a list of attributes that can be associated with a member entity.
Path parameters
tenant
Your Entra Tenant ID. More details.
environment
Your Business Central Environment. More details.
company
Your Business Central Company. More details.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-api-version
Used for API versioning. More details.
Response
This endpoint returns a list of objects.
code
The key code for the attribute. This is a unique identifier for the attribute.
name
The common name of the attribute.
caption
The caption of the attribute.
blocked
Indicates if the attribute is blocked.
datatype
The datatype of the attribute.
validateAs
The validation type for the attribute.
Allowed values:
formatAs
The format type for the attribute.
Allowed values:
description
The description of the attribute.
lookupTable
Indicates if the attribute uses a lookup table.
lookupTableId
The ID of the lookup table.
lookupFieldId
The ID of the lookup field.