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. |