Get list of transaction custom fieldsget https://gateway.stage.bill.com/connect/v3/spend/transactions/{transactionId}/custom-fieldsGet a list of custom field objects applied to an existing transaction.Path ParamstransactionIdstringrequiredlength ≥ 1BILL-generated ID or UUID of the transactionQuery Paramsfiltersstring | nullField name, operator, and value. You can set multiple filters. The format is filters={field_01}:{op}:{value},{field_02}:{op}:{value}. Example: filters=customFieldIds:in:"abc,def" The filterable fields are: customFieldIds - List of string IDs or UUIDs. Operators: eq, in. HeadersapiTokenstring | nullAccess token for Spend & Expense API authenticationResponses 200Get list of transaction custom fields response 4XXList of errors. 5XXList of errors.Updated 5 months ago