Endpoint
Parameters
Array of objects to create. Each item contains:
Response
Array of results, one for each item in the input. Each result contains:
Examples
Create Multiple Folders
Create Mixed Object Types
Handling Partial Failures
Notes
- Each object is created independently; one failure does not stop others from being created
- Results are returned in the same order as the input items
- For creating objects with properties, use
mass_create_objects_with_properties - This is more efficient than calling
create_objectmultiple times