RemoteDocumentView
Status of the classification process.
COMPLETEDdocumentClass object
Class code of the document.
DPEUnique identifier of the class.
aaaa-bbbb-cccc-dddddocumentClassNames object[]
Names of the class
documentReferences object[]
If the reference is in a documentation, it is the identifier of the documentation.
aaaa-bbbb-cccc-ddddIdentifier of the targeted reference.
aaaa-bbbb-cccc-ddddfolder object
Unique identifier of a folder.
aaaa-bbbb-cccc-ddddnames object[]
Names of the folder in different languages.
As a document can be in different location called "references", this field indicates the type of the reference like ASSET, ORGANIZATION, CONTRACT
ASSETfileResource object
Content type of the file.
application/pdfIdentifier of stored file. This identifier is the AWS S3 identifier
aaaa-bbbb-cccc-ddddDate at which the file was imported in the system. It is in ISO 8601 format.
YYYY-MM-DDTHH:MM:SSZName of the file. It is the same as the name of the document
My file.pdfHash generated from the document content with SHA-256 algorithm.
e2994d1d2a0c9ef00fc77870216e3b078a8d8befd7023e742b16cc10325b56f7Unique identifier of a document.
aaaa-bbbb-cccc-ddddBoolean that indicates if the document has been filed, meaning it has at least one reference that is a folder.
trueBoolean that indicates if the document has been filed by an AI or manually.
truemetadata object
Metadata are information that have been extracted from the document and manually inserted.
Name of the document.
My document.pdfpredictedDocumentClass object
Confidence rate of the prediction.
0.97Class code of the class that has been predicted by our IA.
DPEIdentifier of the class that has been predicted by our IA.
aaaa-bbbb-cccc-ddddpredictedFolder object
Identifier of the folder of the document that has been predicted by our IA.
aaaa-bbbb-cccc-ddddnames object[]
Names of the folder in different languages.
rentedUnits object[]
Information about rented unit(s) associated to the document.
Name of the rented unit.
John DoeUnique identifier of a rented unit.
aaaa-bbbb-cccc-ddddsuggestedMetadata object
Metadata are information that have been extracted from the document by our IA like the note of a DPE document.
tags object[]
Tags are related to the documentation. They are use to give more specification about documents.
Color associated to the tag
purpleUnique name of a tag for a given documentation.
tag 2000tenants object[]
Information about tenant(s) concerned by the document.
Name of the tenant.
John DoeUnique identifier of a tenant.
aaaa-bbbb-cccc-ddddUrl that give a read only access of the document.
https://platform.stonal.io/organization/STONAL/documents/aaaa-bbbb-cccc-dddd/consult{
"classificationStatus": "COMPLETED",
"documentClass": {
"documentClassCode": "DPE",
"documentClassIdentifier": "aaaa-bbbb-cccc-dddd",
"documentClassNames": [
{
"language": "fr",
"name": "Dossier de diagnostic de performance énergétique"
}
]
},
"documentReferences": [
{
"documentationIdentifier": "aaaa-bbbb-cccc-dddd",
"entityIdentifier": "aaaa-bbbb-cccc-dddd",
"folder": {
"identifier": "aaaa-bbbb-cccc-dddd",
"names": "[{language: 'fr', name: 'Nom'}, {language: 'en', name: 'Name'}]"
},
"referencedEntityType": "ASSET"
}
],
"fileResource": {
"contentType": "application/pdf",
"identifier": "aaaa-bbbb-cccc-dddd",
"importDate": "YYYY-MM-DDTHH:MM:SSZ",
"name": "My file.pdf"
},
"hash": "e2994d1d2a0c9ef00fc77870216e3b078a8d8befd7023e742b16cc10325b56f7",
"identifier": "aaaa-bbbb-cccc-dddd",
"isFiled": true,
"isFiledByAI": true,
"metadata": "{‘key1’: ‘value1’, ‘key2’: ‘value2’}",
"name": "My document.pdf",
"predictedDocumentClass": {
"confidentIndex": 0.97,
"predictedDocumentClassCode": "DPE",
"predictedDocumentClassIdentifier": "aaaa-bbbb-cccc-dddd"
},
"predictedFolder": {
"identifier": "aaaa-bbbb-cccc-dddd",
"names": [
{
"language": "en",
"name": "My folder"
}
]
},
"rentedUnits": "[{‘aaaa-bbbb-cccc-dddd’:‘RENTED_UNIT A’}, {‘aaaa-bbbb-cccc-dddd’:‘RENTED_UNIT B’}]",
"suggestedMetadata": "{‘key1’: ‘value1’, ‘key2’: ‘value2’}",
"tags": "[{'name': 'value', 'color': 'purple'}]",
"tenants": "[{'COMPANY_UID':'company_name'}]",
"urlAccess": "https://platform.stonal.io/organization/STONAL/documents/aaaa-bbbb-cccc-dddd/consult"
}