GET Tasks/GetContent?startIndex={startIndex}&chunkSize={chunkSize}&taskAttachmentId={taskAttachmentId}&taskFieldValueId={taskFieldValueId}

Retrieves a specified chunk of a task attachment's or task field value's content

Request Information

URI Parameters

NameDescriptionTypeAdditional information
startIndex

Start index of the requested data chunk

integer

Required

chunkSize

Size of the requested data chunk in bytes

integer

Required

taskAttachmentId

Id of the task attachment

globally unique identifier

None.

taskFieldValueId

Id of the task field value

globally unique identifier

None.

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"
}