GET api/SearchTerm_Category/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

SearchTerm_Category
NameDescriptionTypeAdditional information
Id

integer

None.

SearchTerm

string

None.

CategoryId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "SearchTerm": "sample string 2",
  "CategoryId": 3
}

text/html

Sample:
{"Id":1,"SearchTerm":"sample string 2","CategoryId":3}

application/xml, text/xml

Sample:
<SearchTerm_Category xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CPSC.ROBOT.Entities">
  <CategoryId>3</CategoryId>
  <Id>1</Id>
  <SearchTerm>sample string 2</SearchTerm>
</SearchTerm_Category>