Get Event

<Object> get(<String> uuid)

Returns instance of LViS.Event object with specified UUID.

Example

var uuid = '1c84186d-b341-4eca-a9a7-a4d7349800a3';

var event = LViS.Listings.getEvent(uuid);

Last updated