v1

latestSwagger 2.0MIT2026-07-1310778293.3 KB
Public Services
Storage

Retrieve a public document (meta-data only, no content)

get/api/v1/public/documents/{id4n}/{organizationId}/{fileName}/metadata

Path parameters

organizationIdstring required

organizationId

id4nstring required

id4n

fileNamestring required

fileName

Response

OK

filenamestring

File Name

mimeTypestring

Mime Type

ownerOrganizationIdstring

The organization's namespace which owns the document

Example response

{
  "filename": "publicInfo.pdf",
  "mimeType": "text/plain",
  "ownerOrganizationId": "de.bluerain",
  "visibility": {
    "public": true,
    "sharedOrganizationIds": [
      "de.acme",
      "com.porsche",
      "de.bluerain"
    ]
  }
}