[POST] .../v1/entitytype/get
Returns shared API entity types. Use this method to discover entity types accepted by shared metadata APIs such as Filter/GetFields and action-log related workflows. The method has no request body, does not require entity-specific permissions and returns the current public EntityType registry as string enum values. The method requires a valid API request context and no request body; this is the only precondition for the current implementation. The registry is static application metadata and does not modify state or read customer records. The endpoint normally has no validation business error path, but unexpected framework errors still follow the HTTP 200 ErrorResult contract used by the API.
Request Parameters
No request body.
Request Example
{}
Response Parameters
| Name | Type | Description |
|---|---|---|
| ok | Boolean | Indicates whether the request completed successfully. |
| result | Array of String | Result array. Allowed values: Default, User, UserGroup, Role, RolePermission, Firm, FirmGroup, Stock, Translation, Partner, PartnerGroup, Unit, Brand, Producer, SizeChart, PriceType, DocPurchase, Color, UserStock, Account, OperatingCash, Item, ItemGroup, Department, DocPayment, Barcode, UserRole, UserGroupRole, SysConfig, PaymentType, DocPeriodClosing, AccountOperationCategory, Country, Currency, DocOrderFromPartner, DocSetPrice, DocContract, DocReturnsToPartner, DocInOut, RetailCustomerGroup, RetailCustomer, RetailReturnReason, DocWholeSale, DocWholeSaleReturn, RetailCardGroup, RetailCard, DocOrderToPartner, DocOrderToMovement, DocMovement, TaxVat, DocPrintForm, PromoProgram, DocInventory, InventoryOperation, Report, CashServer, DocStockAggregation, DocPaymentAggregation, AccessToken, DocAccountMovement, DocEnumerator, DocCommercialOffer, CommercialOfferOperation, Region, PersonalDocType, DocOpeningBalance, DeliveryFrom, AccessApp, Redefinition, DeliveryType, DeliveryCourier, UserOperatingCash, TelegramBotPaymentType, OperatingCashAccepted, OperatingCashReceiptTemplate, InvoiceOperation, TechMapOperation, ProductionOperation, RetailCardMigrationTask, DocAdditionalExpenses, UserAccount, Dashboard, Widget, UserDashboard, Target, Campaign, Field, Project, Task, Chat, ChatMessage, WorkSchedule, WorkScheduleInterval, WorkScheduleException, WorkUserSchedule, WorkGroupSchedule, WorkSession, WorkBreak, WorkAvailability, Channel, ChannelOperator, ChannelInterval, Pipeline, PipelineUser, PipelineGroup, PipelineStage, Lead, DealType, Deal, LeadUser, DealUser, QuickReply, Client, Ticket, TicketUser, Mention, PurchaseOperation, ReturnsToPartnerOperation, MovementOperation, InOutOperation, WholeSaleOperation, WholeSaleReturnOperation, DocAdditionalExpensesOperation, OrderFromPartnerOperation, OrderToPartnerOperation, OrderToMovementOperation, OrderDeliveryOperation, SetPriceOperation, StockAgregationOperation, DocContractFile, CustomerPersonalDocument. |
Response Example
{
"ok": true,
"result": [
"User",
"Partner",
"Item",
"DocPurchase"
]
}