# Get all reconciliations on an statement transaction **GET /api/v1/statement-transaction/{statementTransaction_uuid}/reconciliations** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **statementTransaction_uuid** (string) ### Query parameters - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at, type, amount]. Negative sign to denote DESC. Defaults to '-created_at'. - **per_page** (integer) Number of results to return with pagination (Default 15. Max 500). ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **amount** (object) The amount that has been reconciled. - **statement_transaction** (object) The statement transaction the reconciliation has been made against. - **bank_transaction** (object) The bank transaction this reconciliation is for. - **account** (object) The account that created the reconciliation. [Powered by Bump.sh](https://bump.sh)