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 folder API

folder resource

Emory University folder 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 folder. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 2 JSON Schemas.

This API exposes 19 operations across 13 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.

19 operations 13 paths 2 schemas 3 DELETE9 GET2 POST5 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 folder API declares 1 security scheme for authenticating requests. An API key is passed in the header as Girder-Token (Girder-Token).

Paths & Operations 19

Across 13 paths, the API surfaces 19 operations — 3 DELETE, 9 GET, 2 POST, 5 PUT. Each is listed below with its method, path, parameters, and response codes.

folder 19

folder resource

GET
/folder
Search for folders by certain properties.
folder_find_folder 8 params → 200400403
POST
/folder
Create a new folder.
folder_createFolder_post_folder 9 params body → 200400403
GET
/folder/query
List folders that match a query.
folder_getFoldersByQuery_query 5 params → 200400
DELETE
/folder/{id}
Delete a folder by ID.
folder_deleteFolder_delete_id 2 params → 200400403
GET
/folder/{id}
Get a folder by ID.
folder_getFolder_id 1 param → 200400403
PUT
/folder/{id}
Update a folder or move it into a new parent.
folder_updateFolder_put_id 8 params body → 200400403
GET
/folder/{id}/access
Get the access control list for a folder.
folder_getFolderAccess_id_access 1 param → 200400403
PUT
/folder/{id}/access
Update the access control list for a folder.
folder_updateFolderAccess_put_id_access 6 params → 200400403
DELETE
/folder/{id}/contents
Remove all contents from a folder.
folder_deleteContents_delete_id_contents 2 params → 200400403
POST
/folder/{id}/copy
Copy a folder.
folder_copyFolder_post_id_copy 8 params → 200400403
GET
/folder/{id}/details
Get detailed information about a folder.
folder_getFolderDetails_id_details 1 param → 200400403
GET
/folder/{id}/download
Download an entire folder as a zip archive.
folder_downloadFolder_id_download 2 params → 200400403
DELETE
/folder/{id}/metadata
Delete metadata fields on a folder.
folder_deleteMetadata_delete_id_metadata 1 param body → 200400403
PUT
/folder/{id}/metadata
Set metadata fields on an folder.
folder_setMetadata_put_id_metadata 2 params body → 200400403
PUT
/folder/{id}/move
Move folder contents to an assetstore.
folder_moveFolder_put_id_move 3 params body → 200400
GET
/folder/{id}/position
Report the offset of a folder in a list or search.
folder_findPosition_id_position 7 params → 200400403
GET
/folder/{id}/rootpath
Get the path to the root of the folder's hierarchy.
folder_rootpath_id_rootpath 1 param → 200400403
GET
/folder/{id}/yaml_config/{name}
Get a config file.
folder_getYAMLConfigFile_id_yaml_config_name 2 params → 200400
PUT
/folder/{id}/yaml_config/{name}
Get a config file.
folder_putYAMLConfigFile_put_id_yaml_config_name 3 params body → 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.

Folder
object
string
string

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

emory-folder-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 collection API
Emory University dicomweb_assetstore API
Emory University file API
Emory University files API
Emory University group API
Emory University histomicsui API