Hi Narendra Kumar,
Below are the API details for Fetch Sign :
[GET] URL : api/Person/GetPersonSign/{personID}
for eg: api/Person/GetPersonSign/10
For success, the api will return the saved string from db.
for eg: it will return "ramya.tantry" from db if present
Incase of no sign is present in DB, then status code will be 204 No content.
Note: with 204 status code, we cannot send custom message. Custom message need to be handled from Angular side. Also this message need to be in localization as well.
Tasks in this Jira :
1. API to return base 64 encoded string from DB as per the personId passed.