Collections

IN DEVELOPMENT

Add to an existing collection the content based on the provided filter.

post/collections/{id}/add

Path parameters

idstring required

The ID of the collection to add to.

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

Response

Ok

collectionIdstring required
affectednumber double required

Changes

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