{ "operationId": "getHDSOrganizationDatabaseDetails", "method": "GET", "path": "/hds/organizations/{organizationId}/database", "summary": "Get database details for the HDS organization", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "context": { "orgId": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzFlYjY1ZmRmLTk2NDMtNDE3Zi05OTc0LWFkNzJVGNG" }, "databaseType": "PostgreSQL", "databaseVersion": "PostgreSQL 16.9 (Ubuntu 16.9-1.pgdg24.04+1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0, 64-bit" } } ] }