Models

get/models/{id}/part-matches

Path parameters

idstring required

Query parameters

thresholdnumber float

A float number (0-1) that is the minimum percentage a match must be to be returned.

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.

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.