Get entitlements

get

/apiplatform/management/v1/apis/{apiId}/entitlements

Returns the collection of entitlements for the {apiID} API.

User must have Gateway Manger, Plan Manager or API Manager roles. This call is made in the content of API so the user must have Manage API or View All Details grants on the API.

Request

Supported Media Types
Path Parameters
Query Parameters
  • Collection Format: csv
    Pass optional fields, separated by commas, in this parameter to return them in the response. See the operation's description for a list of expand values.
  • Collection Format: csv
    Pass optional fields, separated by commas, in this parameter to return them in the response. See the operation's description for a list of field values.
  • Number of items to retrieve. 1 is the minumum; 128 is the maximum.
    Default Value: 128
  • Offset the list returned results by this amount. Default is zero.
    Default Value: 0
  • Collection Format: csv
    Pass sorting criteria, comma separated.
  • Pass filtering criteria, using the SCIM filter expression syntax
  • Include the total result count in the response.
    Default Value: false
Back to Top

Response

Supported Media Types

200 Response

The collection of entitlements
Body ()
Root Schema : GetEntitlementsResponse
Match All
Show Source
Nested Schema : CollectionResponseFeature
Type: object
Show Source
Nested Schema : CollectionResponsePagingFeature
Type: object
Show Source
Nested Schema : LinksResponseFeature
Type: object
Show Source
Nested Schema : GetEntitlementsResponse-allOf[3]
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : GetEntitlementsItem
Match All
Show Source
Nested Schema : Entitlement
Match All
Show Source
Nested Schema : ResourceLinksProperties
Type: object
Show Source
Nested Schema : EntitlementId
Type: object
Show Source
Nested Schema : EntitlementDef
Type: object
Nested Schema : Entitlement-allOf[2]
Type: object
Show Source
Nested Schema : Entitlement-allOf[3]
Type: object
Show Source
Nested Schema : EntitlementState
Type: object
Show Source
Nested Schema : Entitlement-allOf[5]
Type: object
Show Source
Nested Schema : EntitlementMetadata
Type: object
Show Source
Nested Schema : Api
Type: object
Nested Schema : Plan
Type: object
Nested Schema : EntitlementPublication
Type: object
Show Source

403 Response

Forbidden.
Body ()
Root Schema : Error
Type: object
Show Source
Nested Schema : errorDetails
Type: array
additional errors
Show Source

500 Response

Unexpected error.
Body ()
Root Schema : Error
Type: object
Show Source
Nested Schema : errorDetails
Type: array
additional errors
Show Source
Back to Top

Examples

The following example shows how to retrieve the collection of entitlements for the {apiID} API by submitting a GET request on the REST resource using cURL. For more information about cURL, see Use cURL.

curl -i -X GET 
-H "Authorization: Bearer access_token"
https://example.com/apiplatform/management/v1/apis/{apiId}/entitlements
  • {apiId} is the unique ID for an API. To retrieve available API IDs, see Get APIs.

Example of Response Headers

The following shows an example of the response headers.

HTTP/1.1 200 OK
Server: Oracle-Traffic-Director/12.2.1.0.0
Date:  Mon, 12 Feb 2018 12:13:12 GMT
Content-Length:  2811
Content-Type:  application/json
X-oracle-dms-ecid:  a7070a18-e96d-4e69-a511-58eafd07a798-0000cda8
X-oracle-dms-rid:  0
Via: 1.1 otd_opc
Proxy-agent: Oracle-Traffic-Director/12.2.1.0.0

Example of Response Body

The following example shows the contents of the response body in JSON format, including the details of the associated plan and API.

{
    "offset": 0,
    "count": 2,
    "limit": 128,
    "hasMore": false,
    "links": [
        {
            "templated": "true",
            "method": "GET",
            "rel": "self",
            "href": "http://example.com:443/apiplatform/management/v1/apis/100/entitlements?offset=0=128"
        },
        {
            "templated": "true",
            "method": "GET",
            "rel": "canonical",
            "href": "http://example.com:443/apiplatform/management/v1/apis/100/entitlements"
        },
        {
            "templated": "true",
            "method": "POST",
            "rel": "add",
            "href": "http://example.com:443/apiplatform/management/v1/apis/100/entitlements"
        },
        {
            "templated": "true",
            "method": "GET",
            "rel": "plans",
            "href": "http://example.com:443/apiplatform/management/v1/apis/100/entitlements/plans"
        }
    ],
    "items": [
        {
            "createdAt": "2018-02-05T10:27:30-0800",
            "updatedBy": "admin",
            "createdBy": "admin",
            "publication": {
                "state": "PUBLISHED"
            },
            "links": [
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "self",
                    "href": "http://example.com:443/apiplatform/management/v1/apis/100/entitlements/100"
                },
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "canonical",
                    "href": "http://example.com:443/apiplatform/management/v1/apis/100/entitlements/100"
                },
                {
                    "templated": "true",
                    "method": "PUT",
                    "rel": "inactivate",
                    "href": "http://example.com:443/apiplatform/management/v1/apis/100/entitlements/100/state"
                },
                {
                    "templated": "true",
                    "method": "PUT",
                    "rel": "unpublish",
                    "href": "http://example.com:443/apiplatform/management/v1/apis/100/entitlements/100/publication"
                },
                {
                    "templated": "true",
                    "method": "PUT",
                    "rel": "edit",
                    "href": "http://example.com:443/apiplatform/management/v1/apis/100/entitlements/100"
                }
            ],
            "state": "ACTIVE",
            "api": {
                "id": "100"
            },
            "id": "100",
            "plan": {
                "id": "100"
            },
            "updatedAt": "2018-02-05T10:27:30-0800"
        },
        {
            "createdAt": "2018-02-05T22:57:31-0800",
            "updatedBy": "admin",
            "createdBy": "admin",
            "publication": {
                "state": "UNPUBLISHED"
            },
            "links": [
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "self",
                    "href": "http://example.com:443/apiplatform/management/v1/apis/100/entitlements/110"
                },
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "canonical",
                    "href": "http://example.com:443/apiplatform/management/v1/apis/100/entitlements/110"
                },
                {
                    "templated": "true",
                    "method": "PUT",
                    "rel": "inactivate",
                    "href": "http://example.com:443/apiplatform/management/v1/apis/100/entitlements/110/state"
                },
                {
                    "templated": "true",
                    "method": "PUT",
                    "rel": "publish",
                    "href": "http://example.com:443/apiplatform/management/v1/apis/100/entitlements/110/publication"
                },
                {
                    "templated": "true",
                    "method": "PUT",
                    "rel": "edit",
                    "href": "http://example.com:443/apiplatform/management/v1/apis/100/entitlements/110"
                },
                {
                    "templated": "true",
                    "method": "DELETE",
                    "rel": "remove",
                    "href": "http://example.com:443/apiplatform/management/v1/apis/100/entitlements/110"
                }
            ],
            "state": "ACTIVE",
            "api": {
                "id": "100"
            },
            "id": "110",
            "plan": {
                "id": "107"
            },
            "updatedAt": "2018-02-05T22:57:31-0800"
        }
    ]
}
Back to Top