Identity Management (MOSC)

MOSC Banner

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",

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center