List plan entitlements

Authentication

X-Schematic-Api-Keystring
API Key authentication via header

Query parameters

feature_idstringOptional

Filter plan entitlements by a single feature ID (starting with feat_)

feature_idslist of stringsOptional

Filter plan entitlements by multiple feature IDs (starting with feat_)

idslist of stringsOptional

Filter plan entitlements by multiple plan entitlement IDs (starting with pltl_)

plan_idstringOptional

Filter plan entitlements by a single plan ID (starting with plan_)

plan_idslist of stringsOptional

Filter plan entitlements by multiple plan IDs (starting with plan_)

plan_version_idstringOptional

Filter plan entitlements by a single plan version ID (starting with plvr_)

plan_version_idslist of stringsOptional

Filter plan entitlements by multiple plan version IDs (starting with plvr_)

qstringOptional
Search for plan entitlements by feature or company name
with_metered_productsbooleanOptional
Filter plan entitlements only with metered products
limitintegerOptional

Page limit (default 100)

offsetintegerOptional

Page offset (default 0)

Response

OK
datalist of objects
paramsobject
Input parameters

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error