Search all documents

  • Search all your company's documents list.

  • Enter only token values issued to HEADERS using GET-based APIs.

Search all documents

GET https://docs.esignon.net/worklists/new?page={value}&rows={value}

You can check the status, type, level, etc. of the progress document.

Path Parameters

NameTypeDescription

rows

string

How many to search per page / Default 50

page

string

The list on which page to be searched / Default 1

Headers

NameTypeDescription

Authorization

string

esignon {accesstoken}

{
	"header":{
		"response_code": "/worklists/new",
		"result_code": "00",
		"result_msg": "",
		"session_id": ""
	},
	"body":{
		"comp_id": "{Company ID}",
		"isManager": true,
		"memb_email": "{Logged-in email}",
		"page": "{Number of the page to be displayed}",
		"rows": "{Number of lists to be shown per page}",
		"total": "{Total Documents}",
		"workflow_list":[{
			"wfuid": "{Documents ID}",
			"wfname": "{Documents Title}",
			"wftype": "{Documents Type}",
			"status": "{Documents Status}",
			"step": "{Documents Step}",
			"nickname": "{Document starter's name}",
			"currentactionid": "{Process step number of document}",
			"email": "{Document starter's email}",
			"startdate": "{Document Start Time}",
			"totalprocesscount": "{Total number of steps in the document}",
			"currentprocesscount": "{Completion Process Step Number}",
			"confirmdate": "{Document finished time}",
			"preactionid": {},
			"preactionemail":"{Referer Email}"
			}]
	}
}

Parameter Info

Name

Value

Description

Workflow_list.status

Playing

Playing

Canceled

Canceled

Complete

Complete

Truncate

Truncate

Workflow_list.wftype

NORMAL

Email sending document

BULKWEB

Bulk sending document

Workflow_list.step

Myturn

Myturn

Progress

in Progress

Complete

Complete

Last updated