Retrieve an ECC Collection

This topic shows how to retrieve an ECC Collection by Path by using a sample endpoint.

http://127.0.0.1:8080/api/ecc/v2/collectionsByPath

Start a Collection from the folder D:\SampleData on the computer specified by the UUID E6FEAFA3-4C84-F543-0D6F-9D9B73993EAE. Exclude the folder D:\SampleData\Small set, the file D:\SampleData\DataFile1.txt, and all PDF files. The resulting Collection is written to a destination specified in Configuration 100. The Collection will be stored and reported under Case 100.

{
  "caseId": 100,
  "name": "Movies Ex 6",
  "computerId": "E6FEAFA3-4C84-F543-0D6F-9D9B73993EAE",
  "configurationId": 100,
  "location": "",
  "folders": [],
  "files": [],
  "folderSpec": [
    {
      "folder": "D:\\SampleData",
      "excludeFolders": [
        "Small Set"
      ],
      "excludeFiles": [
        "DataFile1.txt"
      ],
      "excludeWildcards": [
        "*.pdf"
      ]
    }
  ]
}