GET api/EventTournamentAccredetitation
Get EventTournamentAccredetitation List
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of List_EventTournamentAccreditationName | Description | Type | Additional information |
---|---|---|---|
EventTournamentAccredetitationId | integer |
None. |
|
EventId | integer |
None. |
|
StartDateTime | date |
None. |
|
EndDateTime | date |
None. |
|
Location | string |
None. |
|
IsActive | boolean |
None. |
|
IsDeleted | boolean |
None. |
|
CreatedDateTime | date |
None. |
|
LastUpdatedDateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "EventTournamentAccredetitationId": 1, "EventId": 2, "StartDateTime": "2025-07-18T16:21:57.496548+00:00", "EndDateTime": "2025-07-18T16:21:57.496548+00:00", "Location": "sample string 3", "IsActive": true, "IsDeleted": true, "CreatedDateTime": "2025-07-18T16:21:57.496548+00:00", "LastUpdatedDateTime": "2025-07-18T16:21:57.496548+00:00" }, { "EventTournamentAccredetitationId": 1, "EventId": 2, "StartDateTime": "2025-07-18T16:21:57.496548+00:00", "EndDateTime": "2025-07-18T16:21:57.496548+00:00", "Location": "sample string 3", "IsActive": true, "IsDeleted": true, "CreatedDateTime": "2025-07-18T16:21:57.496548+00:00", "LastUpdatedDateTime": "2025-07-18T16:21:57.496548+00:00" } ]
application/xml, text/xml
Sample:
<ArrayOfList_EventTournamentAccreditation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers"> <List_EventTournamentAccreditation> <CreatedDateTime>2025-07-18T16:21:57.496548+00:00</CreatedDateTime> <EndDateTime>2025-07-18T16:21:57.496548+00:00</EndDateTime> <EventId>2</EventId> <EventTournamentAccredetitationId>1</EventTournamentAccredetitationId> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <LastUpdatedDateTime>2025-07-18T16:21:57.496548+00:00</LastUpdatedDateTime> <Location>sample string 3</Location> <StartDateTime>2025-07-18T16:21:57.496548+00:00</StartDateTime> </List_EventTournamentAccreditation> <List_EventTournamentAccreditation> <CreatedDateTime>2025-07-18T16:21:57.496548+00:00</CreatedDateTime> <EndDateTime>2025-07-18T16:21:57.496548+00:00</EndDateTime> <EventId>2</EventId> <EventTournamentAccredetitationId>1</EventTournamentAccredetitationId> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <LastUpdatedDateTime>2025-07-18T16:21:57.496548+00:00</LastUpdatedDateTime> <Location>sample string 3</Location> <StartDateTime>2025-07-18T16:21:57.496548+00:00</StartDateTime> </List_EventTournamentAccreditation> </ArrayOfList_EventTournamentAccreditation>