Skip to main content
GET
Fetch readable attachment text

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

attachmentType
enum<string>
required
Available options:
opportunity,
workspace,
document
id
string
required

Query Parameters

startOffset
integer
default:0
Required range: x >= 0
maxChars
integer
default:100000
Required range: x <= 200000

Response

Attachment text, or a structured status if text is unavailable.

data
object
required