GET api/v{version}/player/{id}/onehundredandeight

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

version

string

None.

Body Parameters

None.

Response Information

Resource Description

PlayerScore180ViewModel
NameDescriptionTypeAdditional information
NumberOfMajorScore180

integer

None.

NumberOfTVScore180

integer

None.

NumberOfScore180

integer

None.

NumberOfWorldScore180

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "NumberOfMajorScore180": 1,
  "NumberOfTVScore180": 2,
  "NumberOfScore180": 3,
  "NumberOfWorldScore180": 4
}

application/xml, text/xml

Sample:
<PlayerScore180ViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DartStat.Web.Areas.Apiv2.Models">
  <NumberOfMajorScore180>1</NumberOfMajorScore180>
  <NumberOfScore180>3</NumberOfScore180>
  <NumberOfTVScore180>2</NumberOfTVScore180>
  <NumberOfWorldScore180>4</NumberOfWorldScore180>
</PlayerScore180ViewModel>