GET api/documentgeneration/bagcontent

Returns the detail of the sack of correspondence that has just been prepared Processes this document generation API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

The response returned after the operation completes.

Collection of GeneratededSackSummaryDataContract
NameDescriptionTypeAdditional information
Reference

The reference value.

string

None.

FriendlyName

The friendly name value.

string

None.

PackTypeName

The pack type name value.

string

None.

PackSummary

The pack summary value.

string

None.

Created

The created, expressed as a date and time.

date

None.

BrandId

The unique identifier of the related brand resource.

integer

None.

PreviewOnly

Indicates whether preview only is true.

boolean

None.

EnvelopeTemplatePackId

The unique identifier of the related envelope template pack resource.

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Reference": "sample string 1",
    "FriendlyName": "sample string 2",
    "PackTypeName": "sample string 3",
    "PackSummary": "sample string 4",
    "Created": "2026-07-23T08:11:39.3187581Z",
    "BrandId": 6,
    "PreviewOnly": true,
    "EnvelopeTemplatePackId": 8
  },
  {
    "Reference": "sample string 1",
    "FriendlyName": "sample string 2",
    "PackTypeName": "sample string 3",
    "PackSummary": "sample string 4",
    "Created": "2026-07-23T08:11:39.3187581Z",
    "BrandId": 6,
    "PreviewOnly": true,
    "EnvelopeTemplatePackId": 8
  }
]