List face entities

GET {{protocol}}://{{service}}.{{region}}.{{base_url}}/api/v1/entities/faces?model={{modelName}}&collection={{collectionName}}&key={{KeyName}}&limit={{limit}}&after={{afterId}}

List all entities under filtering conditions. If no hit, the response will be a 200 with 0 counts.

Request Params

KeyDatatypeRequiredDescription
modelstringThe image recognition model used to extract features from the image
collectionstringA virtual data partition for entity management
keystringA user-defined key, the uniqueness of which is not guaranteed by the service
limitstringThe number limit of face entities to return
afterstringThe uuid used as a list starting point but itself is not included in the response

RESPONSES

status: OK

{"total":0,"count":0,"limit":20,"nextAfter":0,"entities":[]}