I have seen in the envelope status changes API in DocuSign, the lastModifiedDateTime is ahead of the statusChangesDateTime. I was expecting it must be same or in some case lastModifiedDateTime
may greater than statusChangesDateTime
when the enveloped is updated.
"lastModifiedDateTime": "2021-10-19T13:54:08.4670000Z",
"initialSentDateTime": "2021-10-19T13:54:09.0930000Z",
"sentDateTime": "2021-10-19T14:28:09.9470000Z",
"statusChangedDateTime": "2021-10-19T14:02:38.4800000Z",
I have to use the date in the listEnvelopeStatusChange API so that I will get the latest modified or status changed envelope always... Can I missing something here? Here is the request I am hitting for getting envelopes list: