UC Riverside Org Structure
Mock the UC Riverside organization-structure API to prototype campus directory tools, HR integrations, and reporting dashboards without sandbox access.
[01]
About
Mock the two endpoints of the UC Riverside Organization Structure API: list the campus hierarchy and look up a single org by code. Mock responses model the organization, division, and department levels that the live UCR API returns. Useful for building campus directory views or any client that walks the UCR org tree.
Endpoints
2 across 1 resource group
Methods
GET 2 none deprecated
OpenAPI
3.0.1 spec version v1
Source spec
5 KB · YAML
[02]
Endpoints
| GET |
/api/org-api/v1/organization/{acctStructureCode}
|
Get Organization Structure By Code
|
| GET |
/api/org-api/v1/organization
|
Get Organization Structure List acctStructureCode list or a searchTerm are optional to filter the results. Not providing either parameter will result in the entire organizational hierarchy. Mocked via Mockzilla.
|