GET api/GetEvaluationCategory/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

EvaluationCategory
NameDescriptionTypeAdditional information
Id

integer

None.

Label

string

Required

String length: inclusive between 0 and 128

Sequence

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Label": "sample string 2",
  "Sequence": 1
}

application/xml, text/xml

Sample:
<EvaluationCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Models">
  <Id>1</Id>
  <Label>sample string 2</Label>
  <Sequence>1</Sequence>
</EvaluationCategory>