Skip to main content
GET
/
coa
/
api
/
v2
/
reconciliation
/
{id}
/
source-transactions
List GL Transactions for Reconciliation
curl --request GET \
  --url https://api.meetcampfire.com/coa/api/v2/reconciliation/{id}/source-transactions \
  --header 'Authorization: <api-key>'
{
  "count": 123,
  "results": [
    {
      "id": 123,
      "currency": "<string>",
      "debit_amount_in_currency": "<string>",
      "credit_amount_in_currency": "<string>",
      "reconciliation_transaction": [
        {
          "id": 123,
          "transaction": {
            "id": 123,
            "is_deleted": false,
            "deleted_at": "2023-11-07T05:31:56Z",
            "entity_name": "<string>",
            "entity_currency": "<string>",
            "account_name": "<string>",
            "account_number": "<string>",
            "vendor_name": "<string>",
            "vendor_id": "<string>",
            "department_name": "<string>",
            "parent_department_name": "<string>",
            "parent_department": 123,
            "tags": [
              {
                "id": 123,
                "group_name": "<string>",
                "parent_name": "<string>",
                "is_deleted": false,
                "deleted_at": "2023-11-07T05:31:56Z",
                "name": "<string>",
                "created_at": "2023-11-07T05:31:56Z",
                "last_modified_at": "2023-11-07T05:31:56Z",
                "customer": 123,
                "parent": 123,
                "is_active": true,
                "group": 123
              }
            ],
            "journal": 123,
            "journal_order": "<string>",
            "journal_memo": "<string>",
            "journal_type": "<string>",
            "intercompany_journal": 123,
            "created_automatically": true,
            "journal_attachments": [
              {
                "id": 123,
                "customer": 123,
                "created_at": "2023-11-07T05:31:56Z",
                "created_by": 123,
                "created_by_name": "<string>",
                "created_by_email": "<string>",
                "last_modified_at": "2023-11-07T05:31:56Z",
                "name": "<string>",
                "url": "<string>",
                "s3_path": "<string>",
                "app": "<string>",
                "model": "<string>",
                "is_deleted": false,
                "deleted_at": "2023-11-07T05:31:56Z",
                "s3_content_type": "<string>",
                "s3_content_length": 1073741823,
                "object_id": 1073741823
              }
            ],
            "journal_type_name": "<string>",
            "invoice": "<string>",
            "bill": "<string>",
            "date_month": "<string>",
            "date_year": "<string>",
            "balance_after_transaction": 123,
            "bank_account": "<string>",
            "bank_account_name": "<string>",
            "last_modified_by_name": "<string>",
            "account_type": "<string>",
            "account_subtype": "<string>",
            "parent_account_name": "<string>",
            "files": "<string>",
            "invoice_id": 123,
            "invoice_number": "<string>",
            "bill_id": 123,
            "bill_number": "<string>",
            "file_names": "<string>",
            "has_matches": true,
            "has_ai": true,
            "has_rules": true,
            "has_merges": true,
            "has_fixed_asset_rule_matches": true,
            "suggested_account": 123,
            "suggested_account_name": "<string>",
            "suggested_account_number": "<string>",
            "amount": 0,
            "amount_native": 0,
            "amount_book": 0,
            "amortization_schedule": [
              {
                "id": 123,
                "journal_entry_order": "<string>",
                "date": "2023-12-25",
                "amount": 0,
                "amortization": 123,
                "customer": 123,
                "posted": true,
                "transaction": 123,
                "bill_line": 123,
                "journal_entry": 123
              }
            ],
            "created_fixed_assets": "<string>",
            "reconciliation_report": "<string>",
            "opposing_account_name": "<string>",
            "opposing_account_number": "<string>",
            "transaction_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
            "balance_before_transaction": 0,
            "created_at": "2023-11-07T05:31:56Z",
            "last_modified_at": "2023-11-07T05:31:56Z",
            "customer": 123,
            "entity": 123,
            "account": 123,
            "debit_amount": 0,
            "credit_amount": 0,
            "debit_amount_book": 0,
            "credit_amount_book": 0,
            "debit_amount_native": 0,
            "credit_amount_native": 0,
            "currency": "<string>",
            "exchange_rate": 0,
            "exchange_rate_book": 0,
            "posted_at": "2023-12-25",
            "merchant_name": "<string>",
            "bank_description": "<string>",
            "note": "<string>",
            "receipt_url": "<string>",
            "external_id": "<string>",
            "needs_review": true,
            "draft_matches": "<unknown>",
            "last_lam_prediction_attempt": "2023-11-07T05:31:56Z",
            "parent_bank_transaction": 123,
            "vendor": 123,
            "department": 123,
            "last_modified_by": 123
          },
          "suggestion": {
            "id": 123,
            "page_number": 123,
            "reconciliation_transaction_id": "<string>",
            "date": "2023-12-25",
            "created_at": "2023-11-07T05:31:56Z",
            "last_modified_at": "2023-11-07T05:31:56Z",
            "customer": 123,
            "reconciliation_report": 123,
            "page": 123,
            "deposit": 0,
            "withdrawal": 0,
            "description": "<string>"
          },
          "created_at": "2023-11-07T05:31:56Z",
          "last_modified_at": "2023-11-07T05:31:56Z",
          "customer": 123,
          "reconciliation_report": 123,
          "status": "DRAFT",
          "suggested_transaction": "<string>",
          "suggested_transaction_data": "<unknown>"
        }
      ],
      "journal_id": 123,
      "journal_order": "<string>",
      "posted_at": "2023-12-25",
      "bank_description": "<string>"
    }
  ],
  "next": "http://api.example.org/accounts/?offset=400&limit=100",
  "previous": "http://api.example.org/accounts/?offset=200&limit=100"
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

id
integer
required

Query Parameters

bank
integer

Filter by bank account ID

currency
string

Filter by currency code (e.g., USD, EUR)

department
integer

Filter by department ID

end_date
string

Filter by maximum posted date (YYYY-MM-DD)

group
integer

Filter by tag group ID

limit
integer

Number of results to return per page.

offset
integer

The initial index from which to return the results.

q
string

Search term for bank description, journal memo, journal order, or amount

reconciled_only
string

Set to 'true' to show only reconciled transactions for this report

sort
string

Sort field(s), comma-separated (prefix with - for descending). Default: posted_at

start_date
string

Filter by minimum posted date (YYYY-MM-DD)

tag
integer

Filter by tag ID

unreconciled
string

Set to 'true' to show only unreconciled transactions

vendor
integer

Filter by vendor/payee ID

Response

200 - application/json
count
integer
required
Example:

123

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=400&limit=100"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=200&limit=100"