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 2 - Get User Info

Step 2 - Get User Info

Number of APIs: 3

  1. Get Patron Groups GET {{baseUrl}}/groups?limit=500

  2. Get User by Id GET {{baseUrl}}/users/{{userId}}

  3. Write to Report GET http://localhost:3000/

Previous
Write to Temp File
Next
Get Patron Groups