Finding the ID of a Filter

Hi there, is there a general guideline on how and where to find the ID of pipelines, stages, users, and especially filters. I actually found the IDs of all but filters. Can anyone help me please?
Cheers
Laurent

Hey @Laurentthonon
The easiest way is via https://developers.pipedrive.com/docs/api/v1/#!/Filters/get_filters, but you can also find the ID by looking at the URL when using the filter, it should be the last number in the URL.

Ok thank you. Since what I was looking for is the ID, the second part of your reply is the answer.
Thanks

You’re welcome,

But just FYI, when you use https://developers.pipedrive.com/docs/api/v1/?#!/Filters/get_filters endpoint it will return all of the filter IDs you have in the response.