GET api/SubEventEntriesCore/{id}
Get Details
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
list_subevent_entry_core_dc| Name | Description | Type | Additional information |
|---|---|---|---|
| SubEventPlayerEntryCoreId | integer |
None. |
|
| SubEventName | string |
None. |
|
| SubEventId | integer |
None. |
|
| EventId | integer |
None. |
|
| IsActive | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"SubEventPlayerEntryCoreId": 1,
"SubEventName": "sample string 2",
"SubEventId": 3,
"EventId": 4,
"IsActive": true
}
application/xml, text/xml
Sample:
<list_subevent_entry_core_dc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers"> <EventId>4</EventId> <IsActive>true</IsActive> <SubEventId>3</SubEventId> <SubEventName>sample string 2</SubEventName> <SubEventPlayerEntryCoreId>1</SubEventPlayerEntryCoreId> </list_subevent_entry_core_dc>