Open logicsandeep opened 4 years ago
As discussed in Friday's meeting, I will populate effective date with created date if its not explicitly passed on and thus API will always return effective date. This should resolve your issue. Thanks !
@suryayadavalli Will this change impact any existing client?
@logicsandeep : This will not impact any existing clients. However, we will discuss this briefly in the meeting tomorrow and then before I proceed with the changes.
Look into all the survey APIs and provide the create_date and modified date fields .
For example: The below API does not return any audit fields like create_date and modified date . This becomes really hard to track when a submission really occurred if the effectiveDate was not populated.
GET /clientsurveysubmission
PS: Need to look into all the APIs in the survey api project and make sure we provide createDate and modifiedDate.