Missing @odata.count in API response

Hi friends,
I am trying to get the data of processes for a particular folder.
I’m getting response but @odata.count is is missing from the response only showing @odata.context and value. But using same API with different credentials and different UiPath account/organization showing @odata.count.Can you please suggest what I’m doing wrong to get the @odata.count in response.

Thanks

@shital.sahare

include $count=true in the request and it should give the count…

odata/Jobs?%24count=true

Hope this helps

cheers

@shital.sahare,

Use this endpoint.

/odata/Jobs?%24count=true

We will have to specify if we want the count or not. Default is false is not passed in query.

Thanks,
Ashok :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.