usage of the RawExtractionResults when I tried to call it I got error
{
"error": {
"message": "Cannot get all RawExtractionResult entities. Please provide an ID with the request."
}
@TNB
Thanks for reaching out to us.
You need to specify a job Id in the URL. For example:
/Extractions/RawExtractionResults('0x084f375b0d38732d')
0x084f375b0d38732d is a job Id.
To download an extracted result, you need to use the following endpoint.
/Extractions/RawExtractionResults('0x084f375b0d38732d')/$value
You can use the /Jobs/Jobs endpoints to get job descriptions.