Identity Store Organization Info APIs - Overview

 

 

In this Section

Overview

These APIs provide search capability for organizational information about UC Davis and UC Davis Health System that is published from the IAM Identity Store.  These APIs will return general information about departments, divisions, cost centers, titles, colleges and majors. The information provided is about these organizational structures and associations themselves, such as department or division codes, major codes, title codes, etc. Information about the people in departments, colleges, etc. and information about people's titles, majors, etc. are NOT provided by these APIs.   This information can be found in the Associations API <INSERT LINK>.

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

The following list of APIs are available to provide access to information about organizational structures and associations (e.g. employee titles and title codes, student majors).

  • PPS Departments
  • PPS Business Organizational Units (Divisions)
  • PPS Titles
  • Health System Cost Centers
  • Health System Titles
  • SIS Colleges
  • SIS Majors

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 information about the department with department code, 12345.

Sample JSON Requests
curl -i -H "Accept: application/json" https://iet-ws.ucdavis.edu/api/iam/orginfo/pps/depts/12345?key=myKey&v=1.0

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