Hello, Question regarding the legacy endpoints bef...
# ask-questions
b
Hello, Question regarding the legacy endpoints before v3.0.0, I was able to create an endpoint for a certain environment and than get the features per project by using the projectId parameter on the endpoint. It seems like with the sdk connection there is no possibility to filter per project using the projectId field anymore, can somebody confirm this? Does it mean that if I want to fetch the features separetely for every project I need to create a separate sdk connection for every project? Ps: Using v3.3.0 Thanks in advance!
f
You can I believe
So legacy end points are still there- but yes, projects are encoded into the SDK definition with the best endpoints
b
When I try adding the projectId as parameter to the endpoint I still get the list of all features cause the connection concerns all projects
I meant the project parameter sorry trying: https://some-urls-api/api/features/sdk-id?project=some_project_id doesnt filter on the project_id passed and return all the features if the sdk connection is set to "all projects"