Qodex.ai
Qodex.ai
IntroductionAsk Anything
Basic Calls
Tenant Information
Find Service Point by NameList All Material TypesFind Location by FOLIO Name
Circulation
In-House Use by Date RangeLoans by Service Point and Date RangeFind User by Date Updated
Inventory
Count InstancesCount Items by LocationFind items by Location and Call number Prefix from STORAGEFind Location by Discovery Display Name
Acquisitions
List Fiscal Years
Remove Automated Patron Blocks
Find User by BarcodeFind User by Last NameCheck for Automated Patron Blocks by User UUIDCheck for Manual Patron Blocks by User UUIDRun Patron Block Sync by User UUID
Write to a File (Sample)
TEST Web Server File creation
Write to a File: Orders Information (using data from Invoices)
Write Order DataGet Material TypesGet Classification TypesGet Expense ClassesFind POLGet Instance Info
Write to a file: Fees Fines Report
Step 1 - Get Fees/Fines Info
Get Open Accounts by Remaining AmountWrite to Temp File
Step 2 - Get User Info
Get Patron GroupsGet User by IdWrite to Report
IntroductionAsk Anything
Basic Calls
Tenant Information
Find Service Point by NameList All Material TypesFind Location by FOLIO Name
Circulation
In-House Use by Date RangeLoans by Service Point and Date RangeFind User by Date Updated
Inventory
Count InstancesCount Items by LocationFind items by Location and Call number Prefix from STORAGEFind Location by Discovery Display Name
Acquisitions
List Fiscal Years
Remove Automated Patron Blocks
Find User by BarcodeFind User by Last NameCheck for Automated Patron Blocks by User UUIDCheck for Manual Patron Blocks by User UUIDRun Patron Block Sync by User UUID
Write to a File (Sample)
TEST Web Server File creation
Write to a File: Orders Information (using data from Invoices)
Write Order DataGet Material TypesGet Classification TypesGet Expense ClassesFind POLGet Instance Info
Write to a file: Fees Fines Report
Step 1 - Get Fees/Fines Info
Get Open Accounts by Remaining AmountWrite to Temp File
Step 2 - Get User Info
Get Patron GroupsGet User by IdWrite to Report
HomeWrite to a file: Fees Fines ReportStep 1 - Get Fees/Fines Info

Step 1 - Get Fees/Fines Info

Number of APIs: 2

  1. Get Open Accounts by Remaining Amount GET {{baseUrl}}/accounts?limit=100&offset={{offset}}&query=(status.name = "Open" and remaining >=/number {{minimumRemainingFine}}) sortBy id

  2. Write to Temp File GET http://localhost:3000/

Previous
Write to a file: Fees Fines Report
Next
Get Open Accounts by Remaining Amount