GET api/ParalympicImpairmentGroup_list
List all
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ParalympicImpairmentGroup| Name | Description | Type | Additional information | 
|---|---|---|---|
| ParalympicImpairmentGroupId | integer | None. | |
| Name | string | None. | |
| Code | string | None. | |
| IsActive | boolean | None. | |
| CreatedDateTime | date | None. | |
| LastUpdatedDateTime | date | None. | |
| CreatedBy | integer | None. | |
| LastModifiedBy | integer | None. | |
| IsDeleted | boolean | None. | 
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "ParalympicImpairmentGroupId": 1,
    "Name": "sample string 2",
    "Code": "sample string 3",
    "IsActive": true,
    "CreatedDateTime": "2025-10-31T09:46:43.8347168+00:00",
    "LastUpdatedDateTime": "2025-10-31T09:46:43.8347168+00:00",
    "CreatedBy": 1,
    "LastModifiedBy": 1,
    "IsDeleted": true
  },
  {
    "ParalympicImpairmentGroupId": 1,
    "Name": "sample string 2",
    "Code": "sample string 3",
    "IsActive": true,
    "CreatedDateTime": "2025-10-31T09:46:43.8347168+00:00",
    "LastUpdatedDateTime": "2025-10-31T09:46:43.8347168+00:00",
    "CreatedBy": 1,
    "LastModifiedBy": 1,
    "IsDeleted": true
  }
]
        application/xml, text/xml
            Sample:
<ArrayOfParalympicImpairmentGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1">
  <ParalympicImpairmentGroup>
    <Code>sample string 3</Code>
    <CreatedBy>1</CreatedBy>
    <CreatedDateTime>2025-10-31T09:46:43.8347168+00:00</CreatedDateTime>
    <IsActive>true</IsActive>
    <IsDeleted>true</IsDeleted>
    <LastModifiedBy>1</LastModifiedBy>
    <LastUpdatedDateTime>2025-10-31T09:46:43.8347168+00:00</LastUpdatedDateTime>
    <Name>sample string 2</Name>
    <ParalympicImpairmentGroupId>1</ParalympicImpairmentGroupId>
  </ParalympicImpairmentGroup>
  <ParalympicImpairmentGroup>
    <Code>sample string 3</Code>
    <CreatedBy>1</CreatedBy>
    <CreatedDateTime>2025-10-31T09:46:43.8347168+00:00</CreatedDateTime>
    <IsActive>true</IsActive>
    <IsDeleted>true</IsDeleted>
    <LastModifiedBy>1</LastModifiedBy>
    <LastUpdatedDateTime>2025-10-31T09:46:43.8347168+00:00</LastUpdatedDateTime>
    <Name>sample string 2</Name>
    <ParalympicImpairmentGroupId>1</ParalympicImpairmentGroupId>
  </ParalympicImpairmentGroup>
</ArrayOfParalympicImpairmentGroup>