How to filter entitlements from the Get Entitlements List REST API for OIM
Hello,
I am using the REST API in order to retrieve some data from OIM.
When I do the following call
https://pseudo.com/iam/governance/selfservice/api/v1/entitlements
I get results for all entitlements in the following form:
Does anyone know how to filter in order to get entitlements for a specific application instance or it resource ?
Have tried some things but do not work.
Thanks
{
"links": [
{
"rel": "self",
"href": ""
},
{
"rel": "first",
"href": ""
},
{
"rel": "next",
"href": ""
}
],
"count": 10,
"hasMore": true,
"totalResult": -1,
"entitlements": [
{
"links": [
{
"rel": "self",
"href": "http://pseudo.com/iam/governance/selfservice/api/v1/entitlements/1"
}
],
"id": "1",
"name": "Entitlment",