GET api/promozionicarrello/SmartGroups
Find SmartGroups
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| _param | Parameter of Find SmartGroups. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"results": [
{
"id": "sample string 1",
"label": "sample string 2",
"type": "sample string 3"
},
{
"id": "sample string 1",
"label": "sample string 2",
"type": "sample string 3"
},
{
"id": "sample string 1",
"label": "sample string 2",
"type": "sample string 3"
}
],
"total_found": 1
}
application/xml, text/xml
Sample:
<SmartGroupResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<results>
<SmartGroupInfo>
<id>sample string 1</id>
<label>sample string 2</label>
<type>sample string 3</type>
</SmartGroupInfo>
<SmartGroupInfo>
<id>sample string 1</id>
<label>sample string 2</label>
<type>sample string 3</type>
</SmartGroupInfo>
<SmartGroupInfo>
<id>sample string 1</id>
<label>sample string 2</label>
<type>sample string 3</type>
</SmartGroupInfo>
</results>
<total_found>1</total_found>
</SmartGroupResult>