Metadata
get/metadata
Query parameters
modelIdsstring[]
The modelIds property has been deprecated. Please use the filter property instead.
filterstring
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')))
A FilterExpression. See the API Reference for more details.
orderstring
A string in the form [-]<OrderProperty>[,OrderProperties].
See the API Reference for more details.
Example:
-id,name
An OrderExpression. See the API Reference for more details.
pageinteger
A 1 based page number used in conjunction with perPage.
perPageinteger
The number of items to return per page.
Headers
X-PHYSNA-TENANTIDstring
Response
Ok
Changes
No recorded changes to this endpoint across all 1 revision of this API.