question

Upvotes
Accepted
1 0 0 0

usage of the RawExtractionResults when I tried to call it I got error

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."

}

}

#technologyextraction
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hello @TNB

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,


AHS


Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,
AHS

1 Answer

· Write an Answer
Upvotes
Accepted
79.2k 251 52 74

@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

1673338603057.png

You can use the /Jobs/Jobs endpoints to get job descriptions.

1673338700159.png



1673338603057.png (46.5 KiB)
1673338700159.png (27.7 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.