GET api/Driver/GetDriverList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DriverDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
DriverName | string |
None. |
|
DriverImage | string |
None. |
|
DriverNameFr | string |
None. |
|
Description | string |
None. |
|
DescriptionFr | string |
None. |
|
TeamId | globally unique identifier |
None. |
|
SeedPosition | integer |
None. |
|
IsAvailableForQualifying | boolean |
None. |
|
TeamName | string |
None. |
|
SportsTypeId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "50d09c8b-1b06-4662-84da-9e35586ef962", "DriverName": "sample string 2", "DriverImage": "sample string 3", "DriverNameFr": "sample string 4", "Description": "sample string 5", "DescriptionFr": "sample string 6", "TeamId": "0362b694-2e88-4e40-8a56-7b35e5c156ec", "SeedPosition": 7, "IsAvailableForQualifying": true, "TeamName": "sample string 8", "SportsTypeId": "f6015859-31b8-4e83-85db-b86cda09f738" }, { "Id": "50d09c8b-1b06-4662-84da-9e35586ef962", "DriverName": "sample string 2", "DriverImage": "sample string 3", "DriverNameFr": "sample string 4", "Description": "sample string 5", "DescriptionFr": "sample string 6", "TeamId": "0362b694-2e88-4e40-8a56-7b35e5c156ec", "SeedPosition": 7, "IsAvailableForQualifying": true, "TeamName": "sample string 8", "SportsTypeId": "f6015859-31b8-4e83-85db-b86cda09f738" } ]
application/xml, text/xml
Sample:
<ArrayOfDriverDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Modules.DriverModule.Model"> <DriverDto> <Description>sample string 5</Description> <DescriptionFr>sample string 6</DescriptionFr> <DriverImage>sample string 3</DriverImage> <DriverName>sample string 2</DriverName> <DriverNameFr>sample string 4</DriverNameFr> <Id>50d09c8b-1b06-4662-84da-9e35586ef962</Id> <IsAvailableForQualifying>true</IsAvailableForQualifying> <SeedPosition>7</SeedPosition> <SportsTypeId>f6015859-31b8-4e83-85db-b86cda09f738</SportsTypeId> <TeamId>0362b694-2e88-4e40-8a56-7b35e5c156ec</TeamId> <TeamName>sample string 8</TeamName> </DriverDto> <DriverDto> <Description>sample string 5</Description> <DescriptionFr>sample string 6</DescriptionFr> <DriverImage>sample string 3</DriverImage> <DriverName>sample string 2</DriverName> <DriverNameFr>sample string 4</DriverNameFr> <Id>50d09c8b-1b06-4662-84da-9e35586ef962</Id> <IsAvailableForQualifying>true</IsAvailableForQualifying> <SeedPosition>7</SeedPosition> <SportsTypeId>f6015859-31b8-4e83-85db-b86cda09f738</SportsTypeId> <TeamId>0362b694-2e88-4e40-8a56-7b35e5c156ec</TeamId> <TeamName>sample string 8</TeamName> </DriverDto> </ArrayOfDriverDto>