Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

In this Section

Overview

These APIs provide a basic search and bulk load API for data that is publish from the Online Directory system. If you need assistance with these APIs, please email middleware-api@ucdavis.edu.

Audience

This documentation is intended for developers who wish to search the Online Directory system from within their application via the REST with JSON interface.

This is currently the only interface available for these APIs. If you would like to see an XML interface please email middleware-api@ucdavis.edu.

Application requirements

Using the JSON interface

The easiest way to start learning about this interface is to try it out. This section shows how to use the curl command line tool to execute sample queries.

Sample JSON Request
curl -i -H "Accept: application/json" http://iet-ws-test/ondir/load

This command performs a bulk load request (/ondir/load). The response has a Content-Type of text/javascript.

Sample JSON Response
[
{"firstName":"Curtis","lastName":"Bray","phone":"754-6199","deptNum":12345}
]

JSON reference

Request format

Response format

Trouble shooting

  • No labels