Get video scores result

Beta
Retrieve video scores based on an existing aggregation ID with pagination support.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

group_idstringRequiredformat: "uuid"
The ID of the Dynamic Tag group.
tag_idstringRequiredformat: "uuid"
The ID of the tag within the group.
aggregation_idstringRequiredformat: "uuid"
The ID of the aggregation to retrieve results for.

Query parameters

pageintegerOptional>=1Defaults to 1

Page number (1-indexed).

per_pageintegerOptional1-1000Defaults to 100
Number of items per page.
sort_orderenumOptionalDefaults to desc

Sort order for scores (ascending or descending).

Allowed values:

Response

Successful Response
metaobject
Metadata for pagination.
datalist of objects
The paginated data.
sortlist of objects
Sort details.

Errors

422
Unprocessable Entity Error