Using Passbolt Help | Browse all Resources endpoint, I don’t understand how I can use the search on name, as used in the frontend.
My use case would be to create a resource if not found, using its name.
Using Passbolt Help | Browse all Resources endpoint, I don’t understand how I can use the search on name, as used in the frontend.
My use case would be to create a resource if not found, using its name.
Hey @mabihan welcome to the forum!
I believe the idea with this endpoint is that you can filter it some but then would have to implement a search feature yourself to go over the returned resources
Ok. So currently my python code fetch all the data, then parse it to find the actual resource, based on its name. Is that correct ? I can’t send a filter based on the resource name ?
From my understanding that is correct, you wouldn’t be able to filter on resource name directly but would have to do that in your code