GET
api/v1/get-event-details-by-id?EventsMasterId={EventsMasterId}&clientId={clientId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
EventsMasterId | integer |
Required |
|
clientId | integer |
Default value is 1 |
Response Information
Description:
Return type: EventsDataModel
Response Formats
application/json, text/json
{ "EventsMasterModel": { "EventMasterId": 1, "Name": "sample string 2", "StartDate": "2025-06-18T12:18:56.9295731+00:00", "EndDate": "2025-06-18T12:18:56.9295731+00:00", "IsActive": true, "IsLogicalDeleted": true, "CreatedOn": "2025-06-18T12:18:56.9295731+00:00", "CreatedBy": 7, "ModifiedOn": "2025-06-18T12:18:56.9295731+00:00", "ModifiedBy": 9, "ClientId": 10, "Frequency": 11, "SortOrder": 12 }, "EventsDetailModel": { "EventDetailId": 1, "EventsMasterId": 2, "Title": "sample string 3", "Tags": "sample string 4", "PageUrl": "sample string 5", "ShortDescription": "sample string 6", "LongDescription": "sample string 7", "PageTitle": "sample string 8", "Thumbnail": "sample string 9", "LanguageId": 10, "PublishedBy": 1, "ApprovedBy": 1, "SentForApproval": true, "ApprovedOn": "2025-06-18T12:18:56.9295731+00:00", "Version": "sample string 13" }, "AdminMemberId": 1, "ClientId": 2, "ButtonClicked": "sample string 3" }
text/html
{"EventsMasterModel":{"EventMasterId":1,"Name":"sample string 2","StartDate":"2025-06-18T12:18:56.9295731+00:00","EndDate":"2025-06-18T12:18:56.9295731+00:00","IsActive":true,"IsLogicalDeleted":true,"CreatedOn":"2025-06-18T12:18:56.9295731+00:00","CreatedBy":7,"ModifiedOn":"2025-06-18T12:18:56.9295731+00:00","ModifiedBy":9,"ClientId":10,"Frequency":11,"SortOrder":12},"EventsDetailModel":{"EventDetailId":1,"EventsMasterId":2,"Title":"sample string 3","Tags":"sample string 4","PageUrl":"sample string 5","ShortDescription":"sample string 6","LongDescription":"sample string 7","PageTitle":"sample string 8","Thumbnail":"sample string 9","LanguageId":10,"PublishedBy":1,"ApprovedBy":1,"SentForApproval":true,"ApprovedOn":"2025-06-18T12:18:56.9295731+00:00","Version":"sample string 13"},"AdminMemberId":1,"ClientId":2,"ButtonClicked":"sample string 3"}
application/xml, text/xml
<EventsDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Events"> <AdminMemberId>1</AdminMemberId> <ButtonClicked>sample string 3</ButtonClicked> <ClientId>2</ClientId> <EventsDetailModel> <ApprovedBy>1</ApprovedBy> <ApprovedOn>2025-06-18T12:18:56.9295731+00:00</ApprovedOn> <EventDetailId>1</EventDetailId> <EventsMasterId>2</EventsMasterId> <LanguageId>10</LanguageId> <LongDescription>sample string 7</LongDescription> <PageTitle>sample string 8</PageTitle> <PageUrl>sample string 5</PageUrl> <PublishedBy>1</PublishedBy> <SentForApproval>true</SentForApproval> <ShortDescription>sample string 6</ShortDescription> <Tags>sample string 4</Tags> <Thumbnail>sample string 9</Thumbnail> <Title>sample string 3</Title> <Version>sample string 13</Version> </EventsDetailModel> <EventsMasterModel> <ClientId>10</ClientId> <CreatedBy>7</CreatedBy> <CreatedOn>2025-06-18T12:18:56.9295731+00:00</CreatedOn> <EndDate>2025-06-18T12:18:56.9295731+00:00</EndDate> <EventMasterId>1</EventMasterId> <Frequency>11</Frequency> <IsActive>true</IsActive> <IsLogicalDeleted>true</IsLogicalDeleted> <ModifiedBy>9</ModifiedBy> <ModifiedOn>2025-06-18T12:18:56.9295731+00:00</ModifiedOn> <Name>sample string 2</Name> <SortOrder>12</SortOrder> <StartDate>2025-06-18T12:18:56.9295731+00:00</StartDate> </EventsMasterModel> </EventsDataModel>