AttachmentActivity
Collection Only
Returned from the open attachment action.
Example Object
{
"type": "AttachmentActivity",
"id": "1",
"attributes": {
"activity_type": "string",
"attachment_url": "string",
"date": "2000-01-01"
},
"relationships": {
"attachment": {
"data": {
"type": "Attachment",
"id": "1"
}
}
}
}
Attributes
| Name |
Type |
Description |
activity_type |
string |
|
attachment_url |
string |
|
date |
date |
|
id |
primary_key |
|
Relationships
| Name |
Type |
Association Type |
Note |
| attachment |
Attachment |
to_one |
|
Pagination
| Name |
Parameter |
Type |
Description |
| per_page |
per_page |
integer |
how many records to return per page (min=1, max=100, default=25) |
| offset |
offset |
integer |
get results from given offset |
Endpoints
Listing
| HTTP Method |
Endpoint |
| GET |
/services/v2 |