Hi all,
I’m trying to get a list of Assets with applying filter on the results and send a params and together.
I’m getting an error -
{
"description": "Validation failed",
"errors": r
{
"field": "per_page",
"message": "Unexpected/invalid field in request",
"code": "invalid_field"
}
]
}
How can I achieve this?
for example see the following api request that won’t works-
https://jfrog.freshservice.com/api/v2/assets?per_page=100&filter="updated_at:>'2024-09-18'"