API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

List vault_access_grants

GET/v1/vault_access_grants

List vault_access_grants for the active tenant.

Datenmodell

Diese Operation arbeitet auf der Entität Vault Access Grant (vault_access_grant). Alle 15 Felder — Typ, Validierung, Pflichtangabe, Beziehungen — stehen in der Schema-Referenz.

  • Pflichtfelder: secretId, subjectType, subjectId, actions, validFrom, validUntil, channel
  • Server-verwaltet: _id, schema, schemaVersion, tenantId, version, createdAt, updatedAt, createdBy, updatedBy, deletedAt, deletedBy, approvedBy, approvalRequestId, delegatedBy — diese Felder vergibt die Plattform; im Request werden sie verworfen.

Query-Parameter

NameTypBeschreibung
cursorstring
limitnumber
includeDeletedboolean

Beispiel

curl -X GET https://api.codemeta-os.de/v1/vault_access_grants \
  -H "X-Tenant-Id: $TENANT" \
  -b cookies.txt
const result = await cm.vault_access_grants.list();

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche