Building a query:
To access a collection of budget funds construct the URL in the following manner:
https://acq.sd00.worldcat.org/budgets/{budgetId}/funds?{query}
To access information on a specific budget fund construct the URL in the following manner::
https://acq.sd00.worldcat.org/budgets/{budgetId}/funds/{fundId}
where {budgetId} is the parent budget and {query} or {fundId} provide information about the budget funds you are requesting information for.
Examples:
Below are some sample URLs and an explanation of what they are querying using different HTTP methods:
| example uRL | http method | notes |
|---|---|---|
| https://acq.sd00.worldcat.org/budgets/BP-2012-22/funds | GET | Returns a collection of funds associated with the budget BP-2012.22 |
| https://acq.sd00.worldcat.org/budgets/BP-2012-22/funds/STBP3 | GET | Returns information about a specific fund STB3 used with budget BP-2012-22 |
Query options:
Below is a list of all the possible parameters that can be used as part of the budgets funds, all of them are optional:
| parameter | description |
|---|---|
| q | Available Queries are: fundName, fundCode |
| startIndex | What index item to start the collection at. |
| itemsPerPage | How many collection items to return per request. |
The OCLC Developer Network supports the use of OCLC Web Services—a set of tools and APIs that expose data and services for WorldCat and our member libraries and partner institutions or companies. learn more »
© 2010 OCLC Domestic and international trademarks and/or service marks of OCLC Online Computer Library Center, Inc. and its affiliates
Follow the OCLC Developer Network: