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
Key | Datatype | Required | Description |
---|---|---|---|
model | string | The image recognition model used to extract features from the image | |
collection | string | A virtual data partition for entity management | |
key | string | A user-defined key, the uniqueness of which is not guaranteed by the service | |
limit | string | The number limit of face entities to return | |
after | string | The 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":[]}