A parsing job will be started on the files to detect their entities and connections and map assets.
Defines parsing options needed for symbol and tag detection jobs.
List of external IDs returned in a response
The response for a failed request.
{- "documents": [
- {
- "fileId": {
- "space": "string",
- "externalId": "my.known.id"
}, - "pageNumber": 0
}
], - "filters": {
- "Asset": { },
- "File": { }
}, - "libraryId": {
- "externalId": "my.known.id"
}, - "minTokens": 0,
- "nonce": "string",
- "partialMatch": true,
- "searchField": "string"
}
{- "items": [
- "my.known.id"
]
}