REST API - How to get a list of all the "Assets" within a given project?

Hi Michael,

This post should help:

Your body might look something like:

{
  'filters': [
    [
      'project',
      'is',
      {'type':'Project', 'id':74}
    ]
  ]
}
1 Like