GET SearchTerm_Category/GetSearchTerm_Category
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SearchTerm_Category| Name | Description | Type | Additional 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
},
{
"Id": 1,
"SearchTerm": "sample string 2",
"CategoryId": 3
}
]
text/html
Sample:
[{"Id":1,"SearchTerm":"sample string 2","CategoryId":3},{"Id":1,"SearchTerm":"sample string 2","CategoryId":3}]
application/xml, text/xml
Sample:
<ArrayOfSearchTerm_Category xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CPSC.ROBOT.Entities">
<SearchTerm_Category>
<CategoryId>3</CategoryId>
<Id>1</Id>
<SearchTerm>sample string 2</SearchTerm>
</SearchTerm_Category>
<SearchTerm_Category>
<CategoryId>3</CategoryId>
<Id>1</Id>
<SearchTerm>sample string 2</SearchTerm>
</SearchTerm_Category>
</ArrayOfSearchTerm_Category>