Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Emory University collection API

collection resource

Emory University collection API is one of 25 APIs that Emory University publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include collection. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 2 JSON Schemas.

This API exposes 14 operations across 8 paths, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version 3.2.14.

Requests are made against a single base URL, https://computablebrain.emory.edu/api/v1.

14 operations 8 paths 2 schemas 2 DELETE7 GET1 POST4 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
3.2.14
Base URL
https://computablebrain.emory.edu/api/v1
Authentication
API Key
License
Resource Areas
1

Authentication & Security 1

Emory University collection API declares 1 security scheme for authenticating requests. An API key is passed in the header as Girder-Token (Girder-Token).

Paths & Operations 14

Across 8 paths, the API surfaces 14 operations — 2 DELETE, 7 GET, 1 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.

collection 14

collection resource

GET
/collection
List or search for collections.
collection_find_collection 5 params → 200400
POST
/collection
Create a new collection.
collection_createCollection_post_collection 3 params → 200400403
GET
/collection/details
Get detailed information of accessible collections.
collection_getCollectionsDetails_details → 200400
DELETE
/collection/{id}
Delete a collection by ID.
collection_deleteCollection_delete_id 1 param → 200400403
GET
/collection/{id}
Get a collection by ID.
collection_getCollection_id 1 param → 200400403
PUT
/collection/{id}
Edit a collection by ID.
collection_updateCollection_put_id 3 params → 200400403
GET
/collection/{id}/access
Get the access control list for a collection.
collection_getCollectionAccess_id_access 1 param → 200400403
PUT
/collection/{id}/access
Set the access control list for a collection.
collection_updateCollectionAccess_put_id_access 6 params → 200400403
GET
/collection/{id}/details
Get detailed information about a collection.
collection_getCollectionDetails_id_details 1 param → 200400403
GET
/collection/{id}/download
Download an entire collection as a zip archive.
collection_downloadCollection_id_download 2 params → 200400403
DELETE
/collection/{id}/metadata
Delete metadata fields on a collection.
collection_deleteMetadata_delete_id_metadata 1 param body → 200400403
PUT
/collection/{id}/metadata
Set metadata fields on a collection.
collection_setMetadata_put_id_metadata 2 params body → 200400403
GET
/collection/{id}/quota
Get quota and assetstore policies for the collection.
collection_getCollectionQuota_id_quota 1 param → 200400
PUT
/collection/{id}/quota
Set quota and assetstore policies for the collection.
collection_setCollectionQuota_put_id_quota 2 params → 200400

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. Each schema is shown below with its type and property counts.

Collection
object
string
string

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

emory-collection-api-openapi.yml Raw ↑

Other APIs Emory University publishes across the network.

Emory Canvas LMS REST API
Emory Identity (Shibboleth / SAML)
Emory Libraries Digital Repository Software
Emory University annotation API
Emory University api_key API
Emory University assetstore API
Emory University dicomweb_assetstore API
Emory University file API
Emory University files API
Emory University folder API
Emory University group API
Emory University histomicsui API