List Plans Associated with an Event

Returns the list of plans associated with events. This feature is only available if the Continuity module was installed.

 

URL

{WSUrl}/api/events/<Eventcode>/plans

 

REQUEST METHOD

GET

 

URL PARAMETERS

EventCode: This parameter is provided in the URL and does not need to be sent through GET.

 

FIELDS SUPPORTED BY FILTER

int PlanId;

string Name;

int Version;

string ResponsibleName;

guid ResponsibleId;

 

 REQUEST EXAMPLES

{WSUrl}/api/events/EVTC201105000052/plans

 

SUCCESS RESPONSE

List of objects with information on plans associated with events.

[

{

"PlanId":165,

"Version":100,

"Name":"Continuity Plan",

"Responsible":{"Id":"2ed8e2b5-027a-11e2-b84c-001ec91f4b0a","Name":"John Smith","Type":"Person"}

},

{

"PlanId":166,

"Version":200,

"Name":"Security Policy",

"Responsible":{"Id":"0faebf2a-16d9-4f33-b4be-8ac24348492d","Name":"Security Group ","Type":"Group"}

}

]