ManifestView
Manifest containing contextual details about the file upload. All fields are optional.
asset object
- Asset
- null
Optional unique identifier for the asset. Known by the system.
123e4567-e89b-12d3-a456-426614174003externalIds objectrequired
Optional external asset identifiers. Prefer uid when known. Otherwise, provide a generic code such as { "code": "0018" }.
documentation object
- Documentation
- null
Optional unique identifier for the documentation. Known by the system.
123e4567-e89b-12d3-a456-426614174004Optional unique identifier for the documentation template. Known by the system.
123e4567-e89b-12d3-a456-426614174005tags object
- TagsView
- null
Documentation tags linked to the documentation
['EDP 2024']properties object
- JsonNode
- null
Possible values: [ARRAY, BINARY, BOOLEAN, MISSING, NULL, NUMBER, OBJECT, POJO, STRING]
linkedAssets object[]
Linked assets to associate, provided as a list of references by uid or code.
Linked asset uid
123e4567-e89b-12d3-a456-426614174999Linked asset code
RU-001Flag indicating if the file is uploaded without asset context
falsefolder object
- Folder
- null
Optional unique identifier of the target folder
123e4567-e89b-12d3-a456-426614174005Optional template ID to apply to the folder
123e4567-e89b-12d3-a456-426614174006Existing DocumentClass ID to link
123e4567-e89b-12d3-a456-426614174007Temporary flag allow to delete a file after processing
falsetrue{
"asset": {
"uid": "123e4567-e89b-12d3-a456-426614174003",
"externalIds": {
"code": "0018"
}
},
"documentation": {
"uid": "123e4567-e89b-12d3-a456-426614174004",
"template": "123e4567-e89b-12d3-a456-426614174005"
},
"tags": {
"documentation": "['EDP 2024']"
},
"properties": {
"empty": true,
"array": true,
"null": true,
"object": true,
"float": true,
"integralNumber": true,
"floatingPointNumber": true,
"container": true,
"missingNode": true,
"pojo": true,
"bigDecimal": true,
"bigInteger": true,
"valueNode": true,
"boolean": true,
"double": true,
"int": true,
"long": true,
"short": true,
"binary": true,
"number": true,
"string": true,
"nodeType": "ARRAY",
"embeddedValue": true
},
"linkedAssets": [
{
"code": "RU-001"
},
{
"uid": "123e4567-e89b-12d3-a456-426614174999"
}
],
"disconnected": false,
"folder": {
"uid": "123e4567-e89b-12d3-a456-426614174005",
"template": "123e4567-e89b-12d3-a456-426614174006"
},
"documentClass": "123e4567-e89b-12d3-a456-426614174007",
"temporary": true
}