Bulk Asset Operations

View as Markdown

Execute multiple asset operations in a single atomic batch request. Supports add, update, delete, move, and get operations within one transaction. All operations succeed or fail together, ensuring data consistency. Ideal for large-scale imports, reorganizations, or synchronized updates across the asset hierarchy.

Authentication

X-Trebellar-Api-Keystring
API Key authentication via header
OR
AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
operationslist of objectsRequired

Response

All batch operations completed successfully as an atomic transaction
successboolean
operationslist of objects

Errors

400
Bad Request Error
500
Internal Server Error