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
borderStyle
solid
titleIn this Section
borderStylesolid
Table of Contents
indent15px
stylenone

 

Column

Overview

API Requirements

Include Page
API Requirements
API Requirements

Getting Started

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.

Code Block
titleSample JSON Request
curl -i -H "Accept: application/json" https://iet-ws-test.ucdavis.edu/api/iam/orginfo/pps/divisions/search?orgOId=F80B657C9EFA23A0E0340003BA8A560D&key=myKey&v=1.0

The response to all of the above requests have a Content-Type of text/javascript.  An example response for the above request is shown below:

Code Block
titleSample JSON Response
langxml

{
"reponseData":
{
"results":
[{
orgOId: "F80B657C9EE123A0E0340003BA8A560D",
deptCode: "73",
deptOfficialName: "VICE CHANCELLOR - UNIVERSITY RELATIONS",
deptDisplayName: "UNIVERSITY RELATIONS",
deptAbbrev: "UNIV REL",
isUCDHS: false,
createDate: "2010-07-13 12:59:02",
modifyDate: "2013-01-28 15:37:27"

}]},
"responseDetails":"",
"responseStatus":0
}

JSON Reference

Include Page
JSON Reference
JSON Reference

Request Format

URL Base Addresses

The following URL patterns are supported by the IAM Identity Store Core People API:

Code Block
titleSupported URL Patterns
langxml

https://iet-ws.ucdavis.edu/api/iam/orginfo/pps/divisions
https://iet-ws.ucdavis.edu/api/iam/orginfo/pps/divisions/search

URL Arguments

Include Page
URL Arguments
URL Arguments
Required URL Arguments
Include Page
Required URL Arguments
Required URL Arguments
Supported URL arguments

Include Page
Supported URL Arguments
Supported URL Arguments

Response Format

Include Page
Response Format for IET-WS APIs
Response Format for IET-WS APIs

Results Array: guaranteed fields

The results array always contains the parameters listed in this section, even if the value is empty.

Property

Description

orgOId

Unique IAM guid for this PPS BOU

deptCode

PPS unique deptcode

deptOfficialName

The official name for this department

deptDisplayName

The display name for this department

deptAbbreviation

The abbreviation for this department

isUCDHS

true/false, is the department an UCDHS department

createDate

The date this record was created in the IAM system.

modifyDate

The last date this record was modified in the IAM system.

results[]

results[] contains an array of bulk load result objects, one for each result. Each time the API executes, this property is cleared, and each time a API completes, the array is populated. If there are no results to report, the .length property of this array will be set to 0. Therefore, results will never be null, and you can always safely check for results.length == 0.

Response Codes and Messages

Include Page
Response Codes and Messages
Response Codes and Messages

Troubleshooting

Include Page
Troubleshooting IET-WS APIs
Troubleshooting IET-WS APIs
Column
 
Section