Skip to main content
Question

WebFormAPI missing inProgress Tag


Forum|alt.badge.img+1

When paging for a response on an instance ID well a user is working on the form, there is only INITATED and SUBMITTED, Why isn’t there a way to see if they are filling in the form under INPROGRESS. So we can see if the user left mid form.

data: {
    id: '',
    clientUserId: 'guest_user',
    formId: '',
    accountId: '',
    tags: [],
    status: 'INITIATED',
    instanceMetadata: {
      expirationDateTime: '2026-03-29T08:24:26.078Z',
      createdDateTime: '2025-02-05T16:24:26.078Z',
      createdBy: [Object],
      lastModifiedDateTime: '2025-02-05T16:24:26.078Z',
      lastModifiedBy: [Object]
    },
    envelopes: [],
    formValues: {
      Language_Difficulty: [],
      Legal_Guardian_Emergency_Contact: [],
      Primary_Insurance_Coverage: [],
      Secondary_Insurance_Coverage: [],
      Contact_Preference: []
    }
  }
}

3 replies

Forum|alt.badge.img+1
  • Author
  • Newcomer
  • 2 replies
  • February 5, 2025

https://support.docusign.com/s/document-item?language=en_US&bundleId=gmi1660583110357&topicId=uwd1725382029336.html&_LANG=enus

See this link says it can be finished later, but I’m unable to see this as an option.


Forum|alt.badge.img+3

@Skullsquishe If the webform is used to create an envelope you can make the below request to get more details on the status of the overall envelope. 
https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/get/


Forum|alt.badge.img+1
  • Author
  • Newcomer
  • 2 replies
  • February 6, 2025

So currently, there is no way to see if a user is InProgress in filling in the form with out a generated envelope?