Irods Info API

The REST API for the iRODS Info app is described in this document.

API Views

class irodsinfo.views_api.IrodsEnvRetrieveAPIView(**kwargs)[source]

Retrieve iRODS environment file for the current user.

URL: /irods/api/environment

Methods: GET

Returns:

  • irods_environment: iRODS client environment (dict)

Versioning

For accept header versioning, the following header is expected in the current SODAR version:

Accept: application/vnd.bihealth.sodar+json; version=0.14.2