Skip to main content
GET
/
payment-controls
/
imports
/
{id}
Get a single payment-control import
curl --request GET \
  --url https://lens-api.tic.io/payment-controls/imports/{id} \
  --header 'x-api-key: <api-key>'
{
  "warnings": [
    {
      "rowNumber": 123,
      "warningMessage": "<string>"
    }
  ],
  "i_TeamFileImportGuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "i_FileName": "<string>",
  "i_FileContentType": "<string>",
  "i_TeamFileImportStatus": "submitted",
  "statusDescription": "<string>",
  "i_ErrorMessage": "<string>",
  "i_LastUpdatedAtUtc": "2023-11-07T05:31:56Z",
  "i_ImportedCount": 123,
  "i_WarningCount": 123,
  "i_TotalRows": 123,
  "p_TeamPaymentControlId": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.tic.io/llms.txt

Use this file to discover all available pages before exploring further.

Enterprise+ tier

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Import GUID returned by the upload endpoint

Response

Import details with warnings

warnings
null | object[]
i_TeamFileImportGuid
string<uuid>
i_FileName
null | string
i_FileContentType
null | string
i_TeamFileImportStatus
enum<string>
Available options:
submitted,
warning,
failed,
success,
processing
statusDescription
null | string
i_ErrorMessage
null | string
i_LastUpdatedAtUtc
string<date-time>
i_ImportedCount
null | integer<int32>
i_WarningCount
null | integer<int32>
i_TotalRows
null | integer<int32>
p_TeamPaymentControlId
null | integer<int32>