Dms Sharepoint Sync Logs
Alle Operationen rund um Dms Sharepoint Sync Logs.
Datenmodell
Die Endpoints dieses Moduls arbeiten auf folgender Entität. Die Schema-Referenz listet jedes Feld mit Typ, Validierung und Beziehungen:
| Entität | Schema-ID | Felder | Sequenz | Permissions |
|---|---|---|---|---|
| dms_sharepoint_sync_log | dms_sharepoint_sync_log |
19 | — | dms_sharepoint_sync_* |
Endpoints
| Methode | Pfad | Operation | Beschreibung |
|---|---|---|---|
POST |
/v1/dms_sharepoint_sync_logs |
Create dms_sharepoint_sync_log | Create a new dms_sharepoint_sync_log in the active tenant. |
DELETE |
/v1/dms_sharepoint_sync_logs/{id} |
Delete dms_sharepoint_sync_log | Soft delete entity. |
GET |
/v1/dms_sharepoint_sync_logs/{id} |
Get dms_sharepoint_sync_log by id | Fetch a single dms_sharepoint_sync_log. |
GET |
/v1/dms_sharepoint_sync_logs/{id}/linked |
Get linked entities | CodeMeta OS API endpoint. |
GET |
/v1/dms_sharepoint_sync_logs/{id}/timeline |
Get timeline | CodeMeta OS API endpoint. |
GET |
/v1/dms_sharepoint_sync_logs/{id}/transitions |
List transitions | CodeMeta OS API endpoint. |
GET |
/v1/dms_sharepoint_sync_logs |
List dms_sharepoint_sync_logs | List dms_sharepoint_sync_logs for the active tenant. |
PATCH |
/v1/dms_sharepoint_sync_logs/{id} |
Patch dms_sharepoint_sync_log | JSON Merge Patch update. |
POST |
/v1/dms_sharepoint_sync_logs/bulk |
Bulk operation | CodeMeta OS API endpoint. |
POST |
/v1/dms_sharepoint_sync_logs/{id}/transition |
POST /v1/dms_sharepoint_sync_logs/{id}/transition | CodeMeta OS API endpoint. |
POST |
/v1/dms_sharepoint_sync_logs/{id}/transitions/{transitionKey} |
Execute transition | CodeMeta OS API endpoint. |
PUT |
/v1/dms_sharepoint_sync_logs/{id} |
Replace dms_sharepoint_sync_log | Full replace with optimistic locking. |