List all shots in a project

Hi,

I am trying to use RestAPI to query all shots in the project. The input is the name of project. I am not sure how to create filter for this. Can you suggest me about this?

Best

Haven’t really used the REST api, but the filtering seems to be the same:
["project", "name_is", proj_name]