The response items returned in a events.getEvents service call.
Name | Type | Description | Possible Values |
---|
id | INT | The ID of the event. | INT |
name | STRING | The name of the event. | STRING |
description | STRING | A brif blurb about the event. History, purpose, location, ideas, awards, etc. The description is searchable. | STRING |
note | STRING | Some text about the event. The note is not searchable. | STRING |
logo | INT | The media ID that is used as the event logo. | INT |
publicUrl | STRING | The url to access the event logo. The public url will log a hit against the media item when ever loaded. This would be best used on an event details page. | STRING |
thumbUrl | STRING | The url to access the event logo. The thumb url will _NOT_ log a hit against the media item when loaded. This is best used in event galleries or plotting events on a map. | STRING |
url | STRING | The url of the event. This is used best if the event is for a company, an event with a unique url they wish to also direct traffic to. | STRING |
created | YYYY-MM-DD HH:MM:SS | The date the event was created. | YYYY-MM-DD HH:mm:SS |
createdBy | INT | The user ID of the user who created the event. | INT |
memberCount | INT | The number of members in the event. | INT |
mediaCount | INT | The number of media items in the event. | INT |
approvedMediaCount | INT | The number of approved media items in the event. | INT |
notDeniedMediaCount | INT | The number of not denied media items in the event. | INT |
geo_longitude | LNG | The longitude of the event. This would be specified by the creator of the event. | NUMBER (-52.44) |
geo_latitude | LAT | The latitude of the event. This would be specified by the creator of the event. | NUMBER (62.86) |
moderationStatus | STRING | The moderation status of the event which has just been created. By default if this is not passed the events moderationstatus will be unmoderated. | accepted, denied, unmoderated, moderated, notdenied, all |
parentEvent | INT | The ID of the parent event if the current event is a child. | INT |
address | STRING | The address of the event. | STRING |
city | STRING | The city that the event is located in. | INT |
country | STRING | The country that the event is located in. This will be a 2-letter country code. | STRING |
state | STRING | This will be the state/province that the event is located in. It will be a 2-letter state/province code. | STRING |
postalcode | STRING | A valid postal code to contact the event by. | STRING |
newMediaEmailTemplateID | INT | This is the ID of the email template that is sent out when a user uploads media into the event. | INT |
host | STRING | The name of the host who created the event or who is in charge of the event. | STRING |
groupType | INT | This specifies if the group is a group or an event. 1 represents a group and 2 represents an event. | 1/2 |
vhost | INT | The vhost ID that the event belongs to. | INT |
other | ARRAY | An associated array that is used to store any additional information about the event that does not fit in any previous fields. This field is _NOT_ searchable or filterable. This is equivalent to the metadata field for media. | ARRAY |
custom1 | STRING | A searchable and filterable field for any additional information that does not fit into any previous field. | STRING |
treeleft | INT | Used internally for the sorting and ordering events. | INT |
treeright | INT | Used internally for the sorting and ordering events. | INT |
email | STRING | The email address to use to allow users to email content to this email address and have it uploaded and entered into the event. | STRING |
totalCount | INT | If the includeTotalCount argument is set to true the total count of events returned will be included in the response. | INT |
startDate | YYYY-MM-DD HH:MM:SS | The start date of the event. | YYYY-MM-DD HH:MM:SS |
endDate | YYYY-MM-DD HH:MM:SS | The end date of the event. | YYYY-MM-DD HH:MM:SS |