v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBe) Organisation Management
List organisation documents
Returns all documents linked to the organisation. Pass includeHistoricalDocument=true to include historical versions and includeInvalidDocument=true to include invalid uploads.
get/eclipse-conductor/rest/v1/tenants/{tenantId}/organisations/{organisationId}/documents
Path parameters
tenantIdinteger required
organisationIdinteger required
Query parameters
fieldsstring
Fields to be included. By default returns all fields. Specify onlyMetaData to receive metadata without document
includeHistoricalDocumentboolean
includeInvalidDocumentboolean
If true, will return up to 3 invalid uploaded documents for each document type
Response
OK
Example response
[
{
"created": "2022-03-10T12:15:50-04:00",
"lastModified": "2022-03-10T12:15:50-04:00",
"versionFrom": "2022-03-10T12:15:50-04:00",
"versionTo": "2022-03-10T12:15:50-04:00"
}
]