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.
MyAccount.Score| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets or sets the score identifier. |
string |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| comment |
Gets or sets the comment. |
string |
None. |
| teamMember |
Gets or sets the team member identifier. |
integer |
None. |
| type |
Gets or sets the type. |
ScoreType |
None. |
| value |
Gets or sets the value. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "sample String 1",
"app": "2",
"comment": "sample String 3",
"teamMember": "1",
"type": "None",
"value": 4
}
text/html
Sample:
{"id":"sample String 1","app":"2","comment":"sample String 3","teamMember":"1","type":"None","value":4}
application/xml, text/xml
Sample:
<Score xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ScoreId>sample String 1</ScoreId> <AppId>2</AppId> <Comment>sample String 3</Comment> <TeamMemberId>1</TeamMemberId> <Type>None</Type> <Value>4</Value> </Score>