Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

titleDRAFT * DRAFT * DRAFT

...

 

 

Section
Column
width20%
Panel
borderColor#BF9900
bgColor#FFFFFF
titleBGColor#E5D699

...

titleIn this Section
borderStylesolid
Table of Contents
indent15px
stylenone
Column

Overview

 <WRITE OVERVIEW>

Audience

Excerpt

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

 <WRITE SUMMARY AND INCLUDE LIST OF ORGINFO 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.

Code Block
titleSample JSON Requests

...

curl -i -H "Accept: application/json" https://iet-ws

...

.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.