Retrieve a rating type with WSO ID of {id}.
https://api-ppc.wsohosting.com/
There are no limitations specified.
id
WSO ID of rating type
integer
Required
Id
The unique Id of the rating type.
integer
IsDeleted
A flag indicating if the rating type is soft-deleted in the system.
boolean
RatingTypeName
The name of the rating type.
string
SortOrder
The sort order of the Rating type.
integer
{
"id": 1,
"ratingTypeName": "sample string 2",
"sortOrder": 1,
"isDeleted": true,
"values": {
"verb": "sample string 1",
"rel": "sample string 2",
"uri": "http://webapihelppage3.com"
},
"links": [
{
"verb": "sample string 1",
"rel": "sample string 2",
"uri": "http://webapihelppage3.com"
},
{
"verb": "sample string 1",
"rel": "sample string 2",
"uri": "http://webapihelppage3.com"
}
]
}
<RatingType xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Id>1</Id>
<IsDeleted>true</IsDeleted>
<Links>
<Link>
<Rel>sample string 2</Rel>
<Uri>http://webapihelppage3.com/</Uri>
<Verb>sample string 1</Verb>
</Link>
<Link>
<Rel>sample string 2</Rel>
<Uri>http://webapihelppage3.com/</Uri>
<Verb>sample string 1</Verb>
</Link>
</Links>
<RatingTypeName>sample string 2</RatingTypeName>
<SortOrder>1</SortOrder>
<Values>
<Rel>sample string 2</Rel>
<Uri>http://webapihelppage3.com/</Uri>
<Verb>sample string 1</Verb>
</Values>
</RatingType>