Skip to main content
GET
GetEntitlementOwner

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Authorization
string
header
required

This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.

Path Parameters

app_id
string
required

The appId field.

resource_type_id
string
required

The resourceTypeId field.

resource_id
string
required

The resourceId field.

role_slug
string
required

The roleSlug field.

app_entitlement_ref_app_id
string
required

The appId field.

app_entitlement_ref_id
string
required

The id field.

Response

200 - application/json

GetAppResourceEntitlementOwnerResponse is the response for getting an entitlement ownership source on a resource.

GetAppResourceEntitlementOwnerResponse is the response for getting an entitlement ownership source on a resource.

appResourceOwnerEntitlement
App Resource Owner Entitlement · object | null

AppResourceOwnerEntitlement represents an entitlement ownership source for an app resource.