Storage
List organization specific documents
Listing documents of an id4n seen by a specified organization
get/api/v1/documents/{id4n}/{organizationId}
Path parameters
organizationIdstring required
organizationId
id4nstring required
id4n
Query parameters
ownerstring
Filter by owner organization
offsetinteger
Start with the n-th element
limitinteger
The maximum count of returned elements
Response
OK
Example response
{
"elements": [
{
"filename": "publicInfo.pdf",
"mimeType": "text/plain",
"ownerOrganizationId": "de.bluerain",
"visibility": {
"public": true,
"sharedOrganizationIds": [
"de.acme",
"com.porsche",
"de.bluerain"
]
}
}
],
"limit": 100,
"total": 200
}