PPylon Developers
ApiContent Duplicates

List Pending Duplicates

GET
/api/admin/v1/content/duplicates
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Query Parameters

page?integer
Default1
Formatint32
pageSize?integer
Default20
Formatint32

Response 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
}