GET v1/{subscriptionID}/projects/{projectID}/filteredLists
Gets all filtered lists in a project.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subscriptionID |
The Circle subscription ID. |
globally unique identifier |
Required |
projectID |
The project ID. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns all filtered lists for the specified project ID.
Collection of FilteredListViewModelName | Description | Type | Additional information |
---|---|---|---|
ID |
Gets the filtered list ID. |
globally unique identifier |
None. |
Name |
Gets the filtered list name. |
string |
None. |
ModificationTime |
Gets the last modification Time of the filtered list. |
date |
None. |
Modifier |
Gets the user who was the last to modify the filtered list. |
UserViewModel |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": "9c8aef07-dd9a-43db-bcbb-eee3451f0dd7", "Name": "sample string 2", "ModificationTime": "2022-05-23T18:32:13.4471792Z", "Modifier": { "ID": "645bc224-8813-4713-a351-320c7c44330c", "Name": "sample string 2" }, "IsRecipientCountSupported": true }, { "ID": "9c8aef07-dd9a-43db-bcbb-eee3451f0dd7", "Name": "sample string 2", "ModificationTime": "2022-05-23T18:32:13.4471792Z", "Modifier": { "ID": "645bc224-8813-4713-a351-320c7c44330c", "Name": "sample string 2" }, "IsRecipientCountSupported": true } ]