AI-generated Key Takeaways
-
Resource representations for timeline attachments include fields for ID, contentType, contentUrl, and isProcessingContent.
-
The
isProcessingContent
boolean indicates if the content URL is currently unavailable because the attachment is still being processed. -
Methods available for timeline attachments include deleting, getting, inserting, and listing attachments.
For a list of methods for this resource, see the end of this page.
Resource representations
Represents media content, such as a photo, that can be attached to a timeline item.
{ "id": string, "contentType": string, "contentUrl": string, "isProcessingContent": boolean }
Property name | Value | Description | Notes |
---|---|---|---|
id |
string |
The ID of the attachment. | |
contentType |
string |
The MIME type of the attachment. | |
contentUrl |
string |
The URL for the content. | |
isProcessingContent |
boolean |
Indicates that the contentUrl is not available because the attachment content is still being processed. If the caller wishes to retrieve the content, it should try again later. |
{ "id": string, "contentType": string, "contentUrl": string, "isProcessingContent": boolean }
Property name | Value | Description | Notes |
---|---|---|---|
contentType |
string |
The MIME type of the attachment. | |
contentUrl |
string |
The URL for the content. | |
id |
string |
The ID of the attachment. | |
isProcessingContent |
boolean |
Indicates that the contentUrl is not available because the attachment content is still being processed. If the caller wishes to retrieve the content, it should try again later. |