Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
envelopeDocumentId |
The envelope document identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The envelope document, if it exists.
Nano.EnvelopeDocumentName | Description | Type | Additional information |
---|---|---|---|
name |
Gets or sets the name. |
string |
None. |
order |
Gets or sets the order. |
integer |
None. |
id |
Gets or sets the envelope document identifier. |
integer |
None. |
envelope |
Gets or sets the envelope identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "name": "sample String 1", "order": 2, "id": "3", "envelope": "4" }
text/html
Sample:
{"name":"sample String 1","order":2,"id":"3","envelope":"4"}
application/xml, text/xml
Sample:
<EnvelopeDocument xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Name>sample String 1</Name> <Order>2</Order> <EnvelopeDocumentId>3</EnvelopeDocumentId> <EnvelopeId>4</EnvelopeId> </EnvelopeDocument>
application/vnd.api+json
Sample:
Sample not available.