License Runtimes API Call

Hi

The requirement is to fetch Machine license runtimes when ‘Runtimes(Assigned machine runtimes)’ are equal to ‘ExecutigCount(Used runtimes)’.I called below API call in swagger but not getting correct output.

odata/LicensesRuntime/UiPath.Server.Configuration.OData.GetLicensesRuntime(robotType=‘Unattended’)?%24filter=Runtimes%20eq%20ExecutingCount

Please help me out with the correct configuration.

@loginerror Request you to please help me out with the above configuration, as i’m stuck at this for a week now.

Thansk!

Hey @06987e7d6176910f7ca4b0a33

Are you maybe able to do the same in Orchestrator UI? If so, then the quickest way to debug this API call would be to go to the Orchestrator page, open the Web Browser Network Tab and inspect the API call that the website makes after you do the same action in the UI.

This should give you enough information to move forward.