get /users/{id}/filters
Gets the filters for a user.
Returns the ordered list of filter IDs for the specified user. Note that the filter sequence, in general, is not commutative, so the order will affect the result.
Path parameters
- id (required)
- The ID of the user.
Return type
Example data
Content-Type: application/json
{
"data" : {
"totalItems" : 0,
"offset" : 6,
"limit" : 1,
"items" : [ "00000000-0000-0000-0000-000000000000", "00000000-0000-0000-0000-000000000000" ]
}
}
Responses
- 200
- Success. The list of filters for the specified user is returned.
- 400
- One of the following errors has occurred:There is an invalid parameter in the query string.The specified ID is not a valid GUID.