avniproject / avni-server

Backend APIs for Avni
https://avniproject.org
GNU Affero General Public License v3.0
5 stars 25 forks source link

locations should not need lastModifiedDateTime to be mentioned #726

Closed mahalakshme closed 2 months ago

mahalakshme commented 2 months ago

Context/Issue:

As part of this card, we introduced the locations api. Though documentation says, lastModifiedDateTime is optional, it breaks when not mentioned.

AC:

When lastModifiedDateTime not mentioned, need to fetch all locations till date pagewise consistent with the format of the current /locations api.

Why we need this fix:

Workaround of mentioning a very old date will not work since Airbyte connector developed for Avni doesn't support this.

AchalaBelokar commented 2 months ago