ApiContent Duplicates
List Pending Duplicates
Authorization
Bearer AuthorizationBearer <token>
Enter your bearer token from the Pylon Auth API.
In: header
Query Parameters
page?integer
Default
1Format
int32pageSize?integer
Default
20Format
int32Response Body
application/json
curl -X GET "https://loading/api/admin/v1/content/duplicates"{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"matchKey": "string",
"contentItemAId": "3d5d8681-927c-4e77-8212-6c75bd7f125f",
"titleA": "string",
"contentItemBId": "5fc5cfa5-9d07-4c82-83a1-3d3b9fe27313",
"titleB": "string",
"similarity": 0,
"createdAt": "2019-08-24T14:15:22Z"
}
],
"meta": {
"totalCount": 0,
"page": 0,
"pageSize": 0,
"totalPages": 0,
"hasNext": true,
"hasPrevious": true
},
"links": null
}