📄️ addressesByCompanyId
AUTH: Role=[user.OWNER,user.EDITOR,user.VIEWER] OR (('user is authenticated') AND ('companyId(s) if present in input matches JWT'))
📄️ addressesByCustomerId
AUTH: Role=[user.OWNER,user.EDITOR,user.VIEWER] OR (('user is authenticated') AND ('customerId if present in input matches JWT'))
📄️ addressesByOrderId
Use orderAddresses
📄️ addressesByUserId
AUTH: Role=[user.OWNER,user.EDITOR,user.VIEWER] OR (('user is authenticated') AND ('userId if present in input matches JWT'))
📄️ adminUserTenant
Retrieve detailed information about a specific tenant.
📄️ adminUserViewer
Retrieve the currently authenticated administrative user's profile information.
📄️ adminUser
Retrieve detailed information about a specific administrative user by their email address.
📄️ adminUsers
Retrieve a paginated list of administrative users with optional filtering and sorting.
📄️ attributeDescription
Retrieve comprehensive information about a specific attribute description by its unique identifier.
📄️ attributeDescriptions
Search and retrieve attribute descriptions with comprehensive filtering and pagination capabilities.
📄️ attributeResultByCategoryId
Retrieve comprehensive attribute results for a specific category with optional default values.
📄️ attributeResultByClusterId
Retrieve comprehensive attribute results for a specific cluster with optional default values.
📄️ attributeResultByCompanyId
Retrieve comprehensive attribute results for a specific company with optional default values.