Discussion

Ask a Question
Back to All

how to get total number of requestes created by a particular requester

I have tried
URL : /api/v2/requests/?access_token=Token}==&select=name,requesters}&where=Requesters.Login='[email protected]'

Error I Recieve:
{
"Status": "BadRequest",
"Message": "Property 'Login' does not exist in 'ResourceCollection1'.", "Type": "Presentational", "Details": { "Items": [ { "Type": "Simple", "Message": { "Token": "Property '{property}' does not exist in '{type}'.", "Data": { "property": "Login", "type": "ResourceCollection1"
},
"Value": "Property 'Login' does not exist in 'ResourceCollection`1'."
}
}
]
},
"ErrorId": "21d0c57e-a9b1-429f-8617-c2c5fdbb27c4"
}