GET api/Event_DrawNames/{event_draw_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
event_draw_id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of EventDrawName_dc
NameDescriptionTypeAdditional information
EventDrawNameId

integer

None.

EventDrawsId

integer

None.

EventId

integer

None.

DrawName

string

None.

LanguageCode

string

None.

IsActive

boolean

None.

Deleted

integer

None.

CreatedBy

integer

None.

LastModifiedBy

integer

None.

LastUpdatedDateTime

date

None.

IsDeleted

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "EventDrawNameId": 1,
    "EventDrawsId": 1,
    "EventId": 2,
    "DrawName": "sample string 3",
    "LanguageCode": "sample string 4",
    "IsActive": true,
    "Deleted": 1,
    "CreatedBy": 1,
    "LastModifiedBy": 1,
    "LastUpdatedDateTime": "2025-07-18T10:27:39.690613+00:00",
    "IsDeleted": true
  },
  {
    "EventDrawNameId": 1,
    "EventDrawsId": 1,
    "EventId": 2,
    "DrawName": "sample string 3",
    "LanguageCode": "sample string 4",
    "IsActive": true,
    "Deleted": 1,
    "CreatedBy": 1,
    "LastModifiedBy": 1,
    "LastUpdatedDateTime": "2025-07-18T10:27:39.690613+00:00",
    "IsDeleted": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfEventDrawName_dc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1">
  <EventDrawName_dc>
    <CreatedBy>1</CreatedBy>
    <Deleted>1</Deleted>
    <DrawName>sample string 3</DrawName>
    <EventDrawNameId>1</EventDrawNameId>
    <EventDrawsId>1</EventDrawsId>
    <EventId>2</EventId>
    <IsActive>true</IsActive>
    <IsDeleted>true</IsDeleted>
    <LanguageCode>sample string 4</LanguageCode>
    <LastModifiedBy>1</LastModifiedBy>
    <LastUpdatedDateTime>2025-07-18T10:27:39.690613+00:00</LastUpdatedDateTime>
  </EventDrawName_dc>
  <EventDrawName_dc>
    <CreatedBy>1</CreatedBy>
    <Deleted>1</Deleted>
    <DrawName>sample string 3</DrawName>
    <EventDrawNameId>1</EventDrawNameId>
    <EventDrawsId>1</EventDrawsId>
    <EventId>2</EventId>
    <IsActive>true</IsActive>
    <IsDeleted>true</IsDeleted>
    <LanguageCode>sample string 4</LanguageCode>
    <LastModifiedBy>1</LastModifiedBy>
    <LastUpdatedDateTime>2025-07-18T10:27:39.690613+00:00</LastUpdatedDateTime>
  </EventDrawName_dc>
</ArrayOfEventDrawName_dc>