getting "invalidTemporalParam" for temporal query of more then 10 days
Opened this issue · 0 comments
rshekhar534 commented
Currently,
When a consumer queries the resource using temporal API - say "between" query and the start_date and end_date has the difference of more then 10days, the consumer gets the below as response:
Suggestion: Instead of consumer getting a message which says "urn:dx:rs:invalidTemporalParam" in response, can we have a response which mentions that the #days cannot be more then 10 for temporal data or some other relevant URN.
This will save some confusion at the consumer's side.