What can we help you find?
Products
Total Spend Management Platform
Integration Playbooks and Resources
Other Integration Playbooks
ERP Integration Adapters
Integration Scenarios
10. Budget Integration Scenarios
10.4 Fetch Budget Line Query Options
10.4 Fetch Budget Line Query Options
Using API
The following query returns all Budget Lines with a budget period name already defined:
https://<instance>.coupa.com/api/budget_lines?period[name]=Q3 FY09
The following query returns all budget lines for the budget owner with the last name of "Carlton" and that this owner is also part of the approval process with any requisitions affecting the owner's budgets:
https://<instance>.coupahost.com/api/budget_lines?owner[lastname]=Carlton&owner_is_approver=true
The following query returns all budget lines that belong to the set of accounts named Chart of Accounts and where the accounting period is open.
https://<instance>.coupahost.com/api/budget_lines?period[account-type][name]=chart+of+accounts&period[is_open]=true
Using CSV
Not applicable.