RemoteDocumentView
Status of the classification process.
COMPLETED
documentClass object
Class code of the document.
DPE
Unique identifier of the class.
aaaa-bbbb-cccc-dddd
documentClassNames object[]
Names of the class
documentReferences object[]
If the reference is in a documentation, it is the identifier of the documentation.
aaaa-bbbb-cccc-dddd
Identifier of the targeted reference.
aaaa-bbbb-cccc-dddd
folder object
Unique identifier of a folder.
aaaa-bbbb-cccc-dddd
names 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
ASSET
fileResource object
Content type of the file.
application/pdf
Identifier of stored file. This identifier is the AWS S3 identifier
aaaa-bbbb-cccc-dddd
Date at which the file was imported in the system. It is in ISO 8601 format.
YYYY-MM-DDTHH:MM:SSZ
Name of the file. It is the same as the name of the document
My file.pdf
Hash generated from the document content with SHA-256 algorithm.
e2994d1d2a0c9ef00fc77870216e3b078a8d8befd7023e742b16cc10325b56f7
Unique identifier of a document.
aaaa-bbbb-cccc-dddd
Boolean that indicates if the document has been filed, meaning it has at least one reference that is a folder.
true
Boolean that indicates if the document has been filed by an AI or manually.
true
metadata object
Metadata are information that have been extracted from the document and manually inserted.
Name of the document.
My document.pdf
predictedDocumentClass object
Confidence rate of the prediction.
0.97
Class code of the class that has been predicted by our IA.
DPE
Identifier of the class that has been predicted by our IA.
aaaa-bbbb-cccc-dddd
predictedFolder object
Identifier of the folder of the document that has been predicted by our IA.
aaaa-bbbb-cccc-dddd
names 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 Doe
Unique identifier of a rented unit.
aaaa-bbbb-cccc-dddd
suggestedMetadata 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
purple
Unique name of a tag for a given documentation.
tag 2000
tenants object[]
Information about tenant(s) concerned by the document.
Name of the tenant.
John Doe
Unique identifier of a tenant.
aaaa-bbbb-cccc-dddd
Url 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"
}