Skip to main content
POST
/
v1
/
analysis-sources
/
query
Query Analysis Source
curl --request POST \
  --url https://localtest.mindbridge.ai/api/v1/analysis-sources/query \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "pageNumber": 123,
  "totalPages": 123,
  "content": [
    {
      "version": 123,
      "engagementId": {},
      "analysisId": {},
      "analysisSourceTypeId": {},
      "fileManagerFileId": {},
      "id": {},
      "creationDate": "2023-11-07T05:31:56Z",
      "lastModifiedDate": "2023-11-07T05:31:56Z",
      "createdUserInfo": {
        "userId": {},
        "userName": "<string>"
      },
      "lastModifiedUserInfo": {
        "userId": {},
        "userName": "<string>"
      },
      "analysisPeriodId": {},
      "additionalDataColumnField": "<string>",
      "warningsIgnored": true,
      "warnings": [
        {
          "code": "<string>",
          "defaultMessage": "<string>"
        }
      ],
      "errors": [
        {
          "code": "<string>",
          "defaultMessage": "<string>"
        }
      ],
      "workflowState": "COMPLETED",
      "targetWorkflowState": "COMPLETED",
      "detectedFormat": "QUICKBOOKS_JOURNAL",
      "applyDegrouper": true,
      "degrouperApplied": true,
      "fileInfo": {
        "version": 123,
        "id": {},
        "creationDate": "2023-11-07T05:31:56Z",
        "lastModifiedDate": "2023-11-07T05:31:56Z",
        "createdUserInfo": {
          "userId": {},
          "userName": "<string>"
        },
        "lastModifiedUserInfo": {
          "userId": {},
          "userName": "<string>"
        },
        "type": "FILE_INFO",
        "name": "<string>",
        "formatDetected": true,
        "format": "QUICKBOOKS_JOURNAL"
      },
      "proposedColumnMappings": [
        {
          "columnPosition": 123,
          "virtualColumnIndex": 123,
          "mindbridgeField": "<string>",
          "additionalColumnName": "<string>"
        }
      ],
      "columnMappings": [
        {
          "position": 123,
          "field": "<string>",
          "mindbridgeField": "<string>",
          "mappingType": "AUTO",
          "additionalColumnName": "<string>"
        }
      ],
      "proposedVirtualColumns": [
        {
          "columnIndex": 123,
          "name": "<string>",
          "type": "DUPLICATE"
        }
      ],
      "virtualColumns": [
        {
          "version": 123,
          "name": "<string>",
          "type": "DUPLICATE",
          "columnIndex": 123,
          "id": {},
          "creationDate": "2023-11-07T05:31:56Z",
          "lastModifiedDate": "2023-11-07T05:31:56Z",
          "createdUserInfo": {
            "userId": {},
            "userName": "<string>"
          },
          "lastModifiedUserInfo": {
            "userId": {},
            "userName": "<string>"
          },
          "index": 123
        }
      ],
      "proposedAmbiguousColumnResolutions": [
        {
          "position": 1,
          "selectedFormat": "<string>"
        }
      ],
      "ambiguousColumnResolutions": [
        {
          "position": 123,
          "ambiguousFormats": [
            "<string>"
          ],
          "selectedFormat": "<string>"
        }
      ],
      "proposedTransactionIdSelection": {
        "type": "COMBINATION",
        "columnSelection": [
          123
        ],
        "virtualColumnSelection": [
          123
        ],
        "applySmartSplitter": true
      },
      "transactionIdSelection": {
        "type": "COMBINATION",
        "columnSelection": [
          123
        ],
        "virtualColumnSelection": [
          123
        ],
        "applySmartSplitter": true
      },
      "fileInfoVersions": {},
      "fileManagerFiles": {}
    }
  ],
  "numberOfElements": 123,
  "totalElements": 123,
  "pageable": {
    "pageNumber": 123,
    "pageSize": 123,
    "offset": 123,
    "sort": {
      "empty": true,
      "unsorted": true,
      "sorted": true
    }
  },
  "pageSize": 123,
  "sort": {
    "empty": true,
    "unsorted": true,
    "sorted": true
  },
  "first": true,
  "last": true,
  "size": 123,
  "number": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer<int32>
Required range: x >= 0
size
integer<int32>
Required range: x >= 1
sort
string[]

Body

application/json
{key}

Response

OK

pageNumber
integer<int32>
totalPages
integer<int32>
content
Analysis Source · object[]
numberOfElements
integer<int32>
totalElements
integer<int64>
pageable
object
pageSize
integer<int32>
deprecated
sort
object
first
boolean
deprecated
last
boolean
deprecated
size
integer<int32>
deprecated
number
integer<int32>
deprecated