Collections

IN DEVELOPMENT

Create a new collection with the given name and content based on the provided filter.

A collection is a group of models and/or assets that can be treated as a single entity. However, it is a virtual grouping and does not affect the actual models or assets.

post/collections

Query parameters

filterstring required

A string in the form <FilterProperty>(<FilterOperator>(<FilterValue>))[,FilterExpressions].

See the API Reference for more details.

Example:

id(between(1,1000)),createdAt(not(lt('2022-01-01T00:00:00.000Z')))

The filter to apply to the models and assets to add to the collection.

Headers

X-PHYSNA-TENANTIDstring

Request body

namestring required

Response

Ok

collectionIdstring required
affectednumber double required

Changes

No recorded changes to this endpoint across all 1 revision of this API.