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
HomeBasic CallsTenant Information

Tenant Information

Number of APIs: 3

  1. Find Service Point by Name GET {{baseUrl}}/service-points?query=(name == "REPLACE WITH SERVICE POINT NAME*")

  2. List All Material Types GET {{baseUrl}}/material-types

  3. Find Location by FOLIO Name GET {{baseUrl}}/locations?query=(name == REPLACE WITH LOCATION NAME*)

Previous
Basic Calls
Next
Find Service Point by Name