GET api/EventDocument/List/{event_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| event_id | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
Collection of Clean_EventDocumentInformation| Name | Description | Type | Additional information | 
|---|---|---|---|
| DocumentTypeName | string | None. | |
| DocumentId | integer | None. | |
| EventId | integer | None. | |
| DocumentTypeId | integer | None. | |
| DocumentTitle | string | None. | |
| DocumentURL | string | None. | |
| IsActive | boolean | None. | |
| Category | string | None. | |
| Place | string | None. | |
| Notes | string | None. | |
| ValidDateFrom | date | None. | |
| ValidDateTo | date | None. | |
| Deleted | integer | None. | |
| CreatedBy | integer | None. | |
| LastModifiedBy | integer | None. | |
| LastUpdatedDateTime | date | None. | |
| IsDeleted | boolean | None. | 
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "DocumentTypeName": "sample string 1",
    "DocumentId": 1,
    "EventId": 2,
    "DocumentTypeId": 3,
    "DocumentTitle": "sample string 4",
    "DocumentURL": "sample string 5",
    "IsActive": true,
    "Category": "sample string 7",
    "Place": "sample string 8",
    "Notes": "sample string 9",
    "ValidDateFrom": "2025-10-31T07:01:03.004855+00:00",
    "ValidDateTo": "2025-10-31T07:01:03.004855+00:00",
    "Deleted": 1,
    "CreatedBy": 1,
    "LastModifiedBy": 1,
    "LastUpdatedDateTime": "2025-10-31T07:01:03.004855+00:00",
    "IsDeleted": true
  },
  {
    "DocumentTypeName": "sample string 1",
    "DocumentId": 1,
    "EventId": 2,
    "DocumentTypeId": 3,
    "DocumentTitle": "sample string 4",
    "DocumentURL": "sample string 5",
    "IsActive": true,
    "Category": "sample string 7",
    "Place": "sample string 8",
    "Notes": "sample string 9",
    "ValidDateFrom": "2025-10-31T07:01:03.004855+00:00",
    "ValidDateTo": "2025-10-31T07:01:03.004855+00:00",
    "Deleted": 1,
    "CreatedBy": 1,
    "LastModifiedBy": 1,
    "LastUpdatedDateTime": "2025-10-31T07:01:03.004855+00:00",
    "IsDeleted": true
  }
]
        application/xml, text/xml
            Sample:
<ArrayOfClean_EventDocumentInformation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1">
  <Clean_EventDocumentInformation>
    <Category>sample string 7</Category>
    <CreatedBy>1</CreatedBy>
    <Deleted>1</Deleted>
    <DocumentId>1</DocumentId>
    <DocumentTitle>sample string 4</DocumentTitle>
    <DocumentTypeId>3</DocumentTypeId>
    <DocumentURL>sample string 5</DocumentURL>
    <EventId>2</EventId>
    <IsActive>true</IsActive>
    <IsDeleted>true</IsDeleted>
    <LastModifiedBy>1</LastModifiedBy>
    <LastUpdatedDateTime>2025-10-31T07:01:03.004855+00:00</LastUpdatedDateTime>
    <Notes>sample string 9</Notes>
    <Place>sample string 8</Place>
    <ValidDateFrom>2025-10-31T07:01:03.004855+00:00</ValidDateFrom>
    <ValidDateTo>2025-10-31T07:01:03.004855+00:00</ValidDateTo>
    <DocumentTypeName>sample string 1</DocumentTypeName>
  </Clean_EventDocumentInformation>
  <Clean_EventDocumentInformation>
    <Category>sample string 7</Category>
    <CreatedBy>1</CreatedBy>
    <Deleted>1</Deleted>
    <DocumentId>1</DocumentId>
    <DocumentTitle>sample string 4</DocumentTitle>
    <DocumentTypeId>3</DocumentTypeId>
    <DocumentURL>sample string 5</DocumentURL>
    <EventId>2</EventId>
    <IsActive>true</IsActive>
    <IsDeleted>true</IsDeleted>
    <LastModifiedBy>1</LastModifiedBy>
    <LastUpdatedDateTime>2025-10-31T07:01:03.004855+00:00</LastUpdatedDateTime>
    <Notes>sample string 9</Notes>
    <Place>sample string 8</Place>
    <ValidDateFrom>2025-10-31T07:01:03.004855+00:00</ValidDateFrom>
    <ValidDateTo>2025-10-31T07:01:03.004855+00:00</ValidDateTo>
    <DocumentTypeName>sample string 1</DocumentTypeName>
  </Clean_EventDocumentInformation>
</ArrayOfClean_EventDocumentInformation>