Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
scoreId |
The score identifier. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
The score, if it exists.
Nano.ScoreName | Description | Type | Additional information |
---|---|---|---|
comment |
Gets or sets the comment. |
string |
None. |
type |
Gets or sets the type. |
string |
None. |
value |
Gets or sets the value. |
integer |
None. |
app |
Gets or sets the application identifier. |
integer |
None. |
id |
Gets or sets the score identifier. |
string |
None. |
teamMember |
Gets or sets the team member identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "comment": "sample String 1", "type": "sample String 2", "value": 3, "app": "4", "id": "sample String 5", "teamMember": "1" }
text/html
Sample:
{"comment":"sample String 1","type":"sample String 2","value":3,"app":"4","id":"sample String 5","teamMember":"1"}
application/xml, text/xml
Sample:
<Score xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Comment>sample String 1</Comment> <Type>sample String 2</Type> <Value>3</Value> <AppId>4</AppId> <ScoreId>sample String 5</ScoreId> <TeamMemberId>1</TeamMemberId> </Score>
application/vnd.api+json
Sample:
Sample not available.