Is the location obtained from the headers for a 202 response valid till it is extracted or is there an expiry on this?
For a deeper look into our DataScope Select SOAP API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials
Is the location obtained from the headers for a 202 response valid till it is extracted or is there an expiry on this?
The url will expire after a successful fetch. Subsequent requests will return 404 Not Found.
According to the Async section in Key Machanism, a job's results are available for seven days after the request was initiated , so I think the url will also be valid for seven days.
I have re-checked the result again. You are correct. As the Christiaan's comment, the url will expire after a successful fetch. Subsequent requests will return 404 Not Found. I'm sorry about that.
Thanks for the answer. I guess that 7 days should then be the validity.
But from Christiaan's comment on the answer here - https://community.developers.refinitiv.com/questions/7388/dss-rest-when-does-a-response-with-status-code-202.html - I figure that the request expires after a successful fetch.