GET api/filters/agelevel/{id}
V1 - This method retrieves the available agegroups for the specified vendorkey.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of ageLevelFilters
ageLevelFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"Name": "sample string 2",
"Description": "sample string 3"
}
text/javascript
Sample:
{"ID":1,"Name":"sample string 2","Description":"sample string 3"}
application/xml, text/xml
Sample:
<ageLevelFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yindo.DAL"> <ID>1</ID> <Name>sample string 2</Name> <Description>sample string 3</Description> </ageLevelFilter>