Skip to main content
GET
/
v2
/
app-resource-entitlements
/
{id}
Get App Resource Entitlement
curl --request GET \
  --url https://public.api.serval.com/v2/app-resource-entitlements/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "resourceId": "<string>",
    "name": "<string>",
    "description": "<string>",
    "provisioningMethod": "<string>",
    "requestsEnabled": true,
    "accessPolicyId": "<string>",
    "linkedEntitlementIds": [
      "<string>"
    ],
    "manualProvisioningAssignees": [
      {
        "assigneeId": "<string>",
        "assigneeType": "MANUAL_PROVISIONING_ASSIGNEE_TYPE_UNSPECIFIED"
      }
    ],
    "provisioningStrategy": {
      "builtinWorkflow": {},
      "customWorkflow": {
        "provisionWorkflowId": "<string>",
        "deprovisionWorkflowId": "<string>"
      },
      "linkedEntitlements": {
        "linkedEntitlementIds": [
          "<string>"
        ]
      },
      "manual": {
        "assignees": [
          {
            "assigneeId": "<string>",
            "assigneeType": "MANUAL_PROVISIONING_ASSIGNEE_TYPE_UNSPECIFIED"
          }
        ]
      }
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The ID of the entitlement.

Response

Success

data
data · object

The entitlement.