Skip to main content
Narendra_Lohar1
Level 1
January 27, 2020
Question

"Possible Duplicates" Smart list not found when using REST API

  • January 27, 2020
  • 1 reply
  • 1688 views

We are trying to export data from "Possible Duplicates" smart list using REST API but getting error smart list not found. Any help on why this is happening.

    "filter": {

        "smartListName": "Possible Duplicates"

    }

}

 

  

Response:

{

    "requestId": "db0f#16fd83b03b3",

    "success": false,

    "errors": [

        {

            "code": "1003",

            "message": "Smart list 'Possible Duplicates' not found"

        }

    ]

}

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Amit_Jain
Community Advisor
Community Advisor
January 27, 2020

According to documents, the APIs are not supported for system lists. The possible solution would be creating a custom smart lists and have filter "Duplicate fields" like below and pull that instead.