GET api/list/listsearchschema?filterName={filterName}
Filter for follow ups Processes this list API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| filterName |
The filter name value supplied with the request. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
The response returned after the operation completes.
Collection of BaseFilterSchemaDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
The name value. |
string |
None. |
| Type |
The type value. |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Name": "sample string 1",
"Type": "sample string 2"
},
{
"Name": "sample string 1",
"Type": "sample string 2"
}
]