Get an attachment
GET
/attachments/{attachment_id}Request
Path Params
attachment_id
string
required
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
success
boolean
optional
data
object (Attachment)
required
id
string <uuid>
required
creatorId
string <uuid>
required
service
enum<string>
required
Allowed values:
weeekgoogle_drivedropboxone_drivebox
name
string
required
url
string <uri>
required
Attachment URL. If service
is weeek
, this URL will be available for an hour.
size
integer
optional
The size of the attachment in bytes. Only present when service
is weeek
createdAt
string <date-time>
required
Example
Not configured
Last modified: 9 months ago