Orchestrator API /odata/Releases and filters

Hi,
I have two problems, one is that when I make a request /odata/Releases I only get 49 out of
200. Does anyone know what limits it?

The other problem is when I want to make the same request but filter out only those that have alpha in ProcessVersions that are in alpha using the API call /odata/Releases to Orchestrator with $filter in swagger like this:

The image shows an interface for setting a filter with a string query "contains(ProcessVersion, 'alpha')" to restrict the set of items returned, with a maximum number of expressions being 100. (Captioned by AI)

I got error 400 bad request!

Is there anyone that know what im doing wrong?

Regards.

Hi @MiXs,

Have you tried providing the value in double quotes “alpha”?

You can also refer below for more details:

Regards
Sonali

Thanks for the reply sonali, i did but it didnt change anything.

The information you referd to didnt give me any clue.

Sure someone must know how to filter the data, or at least know if contains works against orchestrator. Because I can’t get it to work and I’ve tried all possible variations.

And my first question, if I extract everything via releases I only get 49 out of 200, is it because of the pages? And if so how do i do it then?

Regards

Can it be that the function contains is not enabled as $filter function for ProcessVersion for /odata/Releases?

Regards