ADAS Test

Search for documents within a defined document folder.

Version 2.0.0
download iconDownload spec

Endpoint

GET
undefined/search/documents

Allows to search documents, based on a query sent, on all documentGroups associated with the specified documentFolder, resulting zero to many metadata items related to uploaded documents, each with all its details.

arrowRequest

Query Parameters

            Body Parameters

            Responses

            successful operation.

            arrowBody

            application/json

            REQUEST

            1
            2
            3
            curl --request GET \
                 --url 'https://example.com/search/documents?folderName=contracts_folder&groupName=contracts&$filter=%24filter%3Daccounts%20gt%203%20and%20CustomerName%20like%20%27ATT%2AUSA%2A%27&$limit=integer&invisibleOnly=boolean' \
                 --header 'accept: application/json'

            RESPONSE

            1
            2
            3
            4
            5
            6
            7
            8
            9
            10
            11
            12
            13
            14
            15
            16
            17
            18
            19
            20
            21
            22
            23
            {
              "hasMore": true,
              "results": [
                {
                  "_id": "d8283ab3-8886-4346-835f-cdac4f54e542-31920",
                  "filename": "testFlowAfp-file-1683029295844.ard",
                  "documentGroupId": "g1",
                  "documentGroupName": "contracts",
                  "uploadDate": "2026-01-26",
                  "docType": "ard",
                  "docSize": 749,
                  "cmodDocId": "v7126-6273-6354-6623-YKA11-6423FAAC%24-0-956-9416790-33336-78-79-3-39-0-%5E",
                  "relationId": "bf983ab3-8526-6fjk-9d7f-4736ef74e542-cgodj",
                  "metadata": [
                    {
                      "Language": "English",
                      "bill_date": "07/19/2007",
                      "PAGECNT": 2
                    }
                  ]
                }
              ]
            }