title: "ApiKey" category: reference tags: [entity, api-key, datamodel] source: Entities.xml date: 2026-04-17 status: published
ApiKey
Type: Entity Properties: 22 Contexts: 1 Statussen: 4
Contextsbewerken
- 0: Standaard (
ApiKeyContext.None)
Statussenbewerken
- -1: Trash (
ApiKeyStatus.Trash) - 0: None (
ApiKeyStatus.None) - 1: Inactief (
ApiKeyStatus.Inactive) - 2: Actief (
ApiKeyStatus.Active)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | SAPIID | 32 | false | |
| CompanyForUser | Company | SAPIUSERCOMPID | true | ||
| Context | Context | SAPICONTEXT | false | 0 | |
| CreateDate | DateTime? | SAPICREATEDATE | true | ||
| DailyRateLimit | Int32 | SAPIDAILYRATELIMIT | false | 10000 | |
| DataProvider | UltimoString | SAPIDATAPROVIDER | 50 | true | |
| Description | UltimoString | SAPIDESCR | 250 | true | |
| EntityPermissions | List[ApiKeyEntityPermission] | SAKEPSAPIID | false | ||
| ExpiryDate | Date? | SAPIEXPIRYDATE | true | ||
| Exported | Boolean | SAPIEXPORTED | false | 0 | |
| IpAddressRangeValidationV4 | UltimoString | SAPIIPADDRESSRANGEVALIDATIONV4 | true | ||
| IpAddressRangeValidationV6 | UltimoString | SAPIIPADDRESSRANGEVALIDATIONV6 | true | ||
| IsCustom | Boolean | SAPIISCUSTOM | false | 0 | |
| LastRequestDate | DateTime? | SAPILASTREQUESTDATE | true | ||
| Multilingual | Boolean | SAPIMULTILINGUAL | false | 0 | |
| RequestCount | Int32 | SAPIREQUESTCOUNT | false | 0 | |
| Secret | UltimoString | SAPISECRET | 32 | true | |
| Status | Status | SAPIRECSTATUS | false | 0 | |
| Template | UltimoString | SAPITEMPLATE | 50 | true | |
| Thumbprint | UltimoString | SAPITHUMBPRINT | true | ||
| User | User | SAPISUSEID | true | ||
| WorkflowPermissions | List[ApiKeyWorkflowPermission] | SAKWPSAPIID | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("ApiKey")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - Workflows —
find_workflows("", entity="ApiKey")Before/After Save events voor ApiKey. Bron:workflows.xml.