2023 Feb 09 7:06 PM
Hello!
i need to get operatorRole count by requisition number on this API, jobrequisitionGroupOperator
I was able to get the total count so 72, but the result I'm looking for is the following:
15 represents the number of values on the operatorRole = T.
odata/v2/JobRequisitionGroupOperator/$count?$format=json&$select=jobReqId&$filter=operatorRole eq "T"
I would like to have the syntax to get this result by requisition the count
Requistion Nu. count
12345 count = 5
45678 count= 10
thank you!