GET Forms/GetContent?formFieldValueId={formFieldValueId}&startIndex={startIndex}&chunkSize={chunkSize}

Retrieves a specified chunk of an attachment form field value's content

Request Information

URI Parameters

NameDescriptionTypeAdditional information
formFieldValueId

Id of the form field value

globally unique identifier

Required

startIndex

Start index of the requested data chunk

integer

Required

chunkSize

Size of the requested data chunk in bytes

integer

Required

Body Parameters

None.

Response Information

Resource Description

NameDescriptionTypeAdditional information
Data

Collection of byte

None.

Total

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": "QEA=",
  "Total": 1,
  "Message": "sample string 1"
}