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 2 Next »

DRAFT * DRAFT * DRAFT

This documentation is a work in progress and should not be use for production applications.


In this Section

Overview

Audience

This documentation is intended for developers who wish to perform a basic search on the public data within the IAM system from within their application via the REST with JSON interface.


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

Summary of Organization Info APIs

Accessing this data is as easy as passing your search parameters as query parameters in the url. For example, the following curl command would return all known PPS associations for the user with IAMId = 1234567890.

Sample JSON Requests
curl -i -H "Accept: application/json" https://iet-ws-test.ucdavis.edu/api/iam/associations/pps/1234567890&key=myKeyv&v=1.0

If you need assistance with this APIs, please email middleware-api@ucdavis.edu.

  • No labels