Skip to main content
GET
List Attachments

Authorizations

Authorization
string
header
required

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

Path Parameters

team_id
string
required

Query Parameters

media_id
string | null
target_type
enum<string> | null
Available options:
content_node,
hub_branding,
page_section,
email_message,
playlist,
comment,
discussion,
message
target_id
string | null
page[size]
integer
default:20
Required range: 1 <= x <= 100
page[after]
string | null

Response

Successful Response

Collection JSON:API response wrapping a list of AttachmentResources.

data
JsonApiResource[AttachmentAttributes] · object[]
required
included
any[] | null
meta
Meta · object | null