API Document

vision.cms.calendarcomponent.event.get   Get Event

This function retrieves or gets a single event.

 System Level Parameters

Name Type Required Description
method String Yes API Name
timestamp String Yes Timestamp,format is yyyy-MM-dd HH:mm:ss, e.g. 2014-01-25 20:23:30. CMS6 API Server allows the timestamp differ 1 minute.
format String No Optional, response format, by default is xml, supports xml,json.
app_key String Yes App Key
v String No API version, by default 1.0.
sign String Yes API Parameters' signature.

 Application Level Parameters

Name Type Required Description
Fields Int32 Yes The Fields parameter is a combination of flags that sets which fields in the event record should be returned. Just add the values of the flags below to get the appropriate fields.

1 - is for Basic fields which include Title, Sub-Title etc.
2 - is for the Content field
4 - is for the Document field
8 - is for the Registration Setting field
16 - is for the Category field
32 - is for the Department field
64 - is for the Content Review field
128 - is for the MemberGroup field
ID Int32 Yes The ID parameter contains the ID of the event to be looked up.

 Return Results

Name Type Description
Event Event This field contains a single event.

 Error Code

Error Code Error Description Solution
100 Missing API Method Missing API Method in your post data.
404 API URL Wrong Check your API URL.
900 Authorized Failed Contact the website administrator, to check whether the API related feature has been enabled.
901 Not Found Check your API Method.
902 Parameter validation failed Check your Application Level parameters.
903 App Secret Not Matched Check your app secret.
905 Signature Wrong API timestamp is expired.
906 Content Type Name empty The content type name empty.
907 Content Type Name Not Matched The content type name not matched.

 API Tools

 FAQ