GET
api/v1/calendar-data-by-id?clientID={clientID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientID | integer |
Required |
Response Information
Description:
Return type: Collection of CalendarEvent
Response Formats
application/json, text/json
[ { "EventID": 1, "Title": "sample string 2", "Description": "sample string 3", "Start": "2025-06-18T11:50:07.7201819+00:00", "End": "2025-06-18T11:50:07.7201819+00:00", "ISFullDay": true, "ClientID": 5, "CreatedBy": 6, "ModifiedBy": 1, "CreatedOn": "2025-06-18T11:50:07.7201819+00:00", "ModifiedOn": "2025-06-18T11:50:07.7201819+00:00", "Flag": 8, "UserTypeId": 9 }, { "EventID": 1, "Title": "sample string 2", "Description": "sample string 3", "Start": "2025-06-18T11:50:07.7201819+00:00", "End": "2025-06-18T11:50:07.7201819+00:00", "ISFullDay": true, "ClientID": 5, "CreatedBy": 6, "ModifiedBy": 1, "CreatedOn": "2025-06-18T11:50:07.7201819+00:00", "ModifiedOn": "2025-06-18T11:50:07.7201819+00:00", "Flag": 8, "UserTypeId": 9 } ]
text/html
[{"EventID":1,"Title":"sample string 2","Description":"sample string 3","Start":"2025-06-18T11:50:07.7201819+00:00","End":"2025-06-18T11:50:07.7201819+00:00","ISFullDay":true,"ClientID":5,"CreatedBy":6,"ModifiedBy":1,"CreatedOn":"2025-06-18T11:50:07.7201819+00:00","ModifiedOn":"2025-06-18T11:50:07.7201819+00:00","Flag":8,"UserTypeId":9},{"EventID":1,"Title":"sample string 2","Description":"sample string 3","Start":"2025-06-18T11:50:07.7201819+00:00","End":"2025-06-18T11:50:07.7201819+00:00","ISFullDay":true,"ClientID":5,"CreatedBy":6,"ModifiedBy":1,"CreatedOn":"2025-06-18T11:50:07.7201819+00:00","ModifiedOn":"2025-06-18T11:50:07.7201819+00:00","Flag":8,"UserTypeId":9}]
application/xml, text/xml
<ArrayOfCalendarEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Calendar"> <CalendarEvent> <ClientID>5</ClientID> <CreatedBy>6</CreatedBy> <CreatedOn>2025-06-18T11:50:07.7201819+00:00</CreatedOn> <Description>sample string 3</Description> <End>2025-06-18T11:50:07.7201819+00:00</End> <EventID>1</EventID> <Flag>8</Flag> <ISFullDay>true</ISFullDay> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2025-06-18T11:50:07.7201819+00:00</ModifiedOn> <Start>2025-06-18T11:50:07.7201819+00:00</Start> <Title>sample string 2</Title> <UserTypeId>9</UserTypeId> </CalendarEvent> <CalendarEvent> <ClientID>5</ClientID> <CreatedBy>6</CreatedBy> <CreatedOn>2025-06-18T11:50:07.7201819+00:00</CreatedOn> <Description>sample string 3</Description> <End>2025-06-18T11:50:07.7201819+00:00</End> <EventID>1</EventID> <Flag>8</Flag> <ISFullDay>true</ISFullDay> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2025-06-18T11:50:07.7201819+00:00</ModifiedOn> <Start>2025-06-18T11:50:07.7201819+00:00</Start> <Title>sample string 2</Title> <UserTypeId>9</UserTypeId> </CalendarEvent> </ArrayOfCalendarEvent>