CategoryData

APIDescription
GET api/CategoryData/ListCategories

No documentation available.

GET api/CategoryData/FindCategory/{id}

No documentation available.

POST api/CategoryData/AddCategory

No documentation available.

POST api/CategoryData/UpdateCategory/{id}

No documentation available.

POST api/CategoryData/DeleteCategory/{id}

No documentation available.

EventData

APIDescription
GET api/EventData/ListEvents

No documentation available.

POST api/EventData/AssociateEventWithApplicationUser/{EventId}/{CurrentUserId}

No documentation available.

POST api/EventData/UnAssociateEventWithApplicationUser/{EventId}/{CurrentUserId}

No documentation available.

GET api/EventData/IsEventSavedForUser/{EventId}/{CurrentUserId}

No documentation available.

POST api/EventData/SaveEvent/{EventId}/{CurrentUserId}

No documentation available.

POST api/EventData/UnsaveEvent/{EventId}/{CurrentUserId}

No documentation available.

GET api/EventData/ListSavedEventsForUser/{CurrentUserId}

No documentation available.

GET api/EventData/ListEventsForCategory/{id}

Gathers info about all events related to a particular CategoryId

GET api/EventData/ListCreatedEventForUser?CurrentUserId={CurrentUserId}

Gathers info about all users participate(associate) to a particular Event

GET api/EventData/ListEventsForApplicationUser?CurrentUserId={CurrentUserId}

Gathers info about all events related to a particular UserId

GET api/EventData/FindEvent/{id}

No documentation available.

POST api/EventData/AddEvent

No documentation available.

POST api/EventData/UploadEventImage/{id}

Handle image upload and save it to image folder

POST api/EventData/UpdateEvent/{id}

No documentation available.

POST api/EventData/DeleteEvent/{id}

No documentation available.

GET api/EventData/SearchEvent?query={query}

No documentation available.

Values

APIDescription
GET api/Values/Get

Gets some very important data from the server.

GET api/Values/Get/{id}

Looks up some data by ID.