EventAttachments
Returns a list of EventAttachments
Table Specific Information
Select
The 本製品 will use the BlackBaud Raiser's Edge NXT API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the 本製品.
Note: Eventid is required in order to query EventAttachments.
- Eventid supports the '=' operator.
Select * from EventAttachments where Eventid ='31724'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The immutable system record ID of the attachment. | |
| Name | String | The name of the attachment. Character limit: 150. | |
| ContentType | String | The content type. For physical attachments only. | |
| Date | Date | The date of the attachment | |
| FileID | String | The identifier of the file. Character limit: 36. | |
| FileName | String | The file name. For physical attachments only. | |
| FileSize | Int64 | The file size in bytes. For physical attachments only. | |
| FileURL | String | The URL for the file. For physical attachments only. | |
| ParentId | String | The parent object's immutable system record ID. | |
| TagsAggregate | String | The tags associated with the attachment. | |
| ThumbnailId | String | The identifier of the thumbnail. Character limit: 36 | |
| ThumbnailURI | String | The URL for a thumbnail. For physical attachments that are images only. | |
| Type | String | The attachment type.
使用できる値は次のとおりです。Link, Physical | |
| URL | String | The URL for the attachment. | |
| EventId | String |
Events.Id | The ID of the event which the participant belongs to. |