GET api/Event/ExistsEvent?entityListID={entityListID}&entityID={entityID}&eventListID={eventListID}&eventID={eventID}

Checks if an event exists

Request Information

URI Parameters

NameDescriptionTypeAdditional information
entityListID

The identifier of the entity list

string

Required

entityID

The identifier of the entity

integer

Required

eventListID

The identifier of the event list

string

Required

eventID

The identifier of the event

string

Required

Body Parameters

None.

Response Information

Resource Description

Boolean value

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.