Forums
Hi , Currently we are sending the Value for the date as mentioned below but still getting the date as 2017-04-20 (yyyy-mm-dd) format. { "binding" : "{approval.signed}", "extract" : "true", "name" : "DateAuthPropIns1", "subtype" : "LABEL", "type" : "INPUT", "value": "yyyy-MM-dd HH:mm:ss 'GMT'" } Please share me the sample json request for displaying signing date in customized format (JJ/MMM/AAAA) for french. Also, need the format to display for English application as DD/MMM/YYYY. Please refer attached screenshot for your reference
Forums
Hi, We are planning to implement a purge process to purge packages that's too old. But since the purge API takes package id and we don't have it, should we call Get /packages to get all the package ids that meet our requirements? Is there any other API that returns only package id (but not the package itself) based on our search criteria? Thanks, Jing
Forums
Hi, Reading older posts I could gather that following are the IP addresses for Sandbox and Production environment. v11.0 Sandbox US: Environment URL: https://sandbox.esignlive.com Primary IP: 54.85.59.26 Secondary IP: 54.164.84.186 Outbound IP: 54.84.89.182 v10.13.3 Production US: Environment URL: https://apps.e-signlive.com Primary IP : 54.85.79.26 Secondary backup IP: 54.85.78.62 Outbound IP : 54.85.128.97 Please confirm if these are correct. If there is a v11.0 for production environment can you please share the IP addresses. Thanks, Abhijit
Forums
Hi, This is a followup question for: https://developer.esignlive.com/forums/topic/urgent-delegation-role_reassign/ In role_reassign assume that role A reassigns to role B. I have to store the email of the role A in role B. Which field would be advisable to hold this information. Can I create new field for this in the JSON. Thanks, Abhijit
Forums
Hi, In the JSON retrieved for a Package is there a way to figure out Who (Role/Email) has delegated to Who (Role/Email). After delegation we get the ROLE_REASSIGN event. { "@class": "com.silanis.esl.packages.event.ESLRoleReassignEvent", "sessionUser": "4f124151-9ab9-4956-bf8b-c67454f2b63d", "packageId": "u4aKSxuKuDbI3JtPm1mAjsvYSIc=", "newRoleId": "2bb31fae-fe60-4200-a469-3e71e0c9f81e", "message": null, "name": "ROLE_REASSIGN", "documentId": null } I know we get the link the old Role to the new Role.