Skip to main content

Get outdated project SDKs

GET 

<your-unleash-url>/api/admin/projects/:projectId/sdks/outdated

Returns a list of the outdated SDKS with the applications using them.

Request

Path Parameters

    projectId stringrequired

Responses

outdatedSdksSchema

Schema
    sdks object[]required

    A list of SDKs

  • Array [
  • sdkVersionstringrequired

    An outdated SDK version identifier. Usually formatted as "unleash-client-:"

    Example: unleash-client-java:7.0.0
    applicationsstring[]required

    A list of applications using the SDK version

  • ]

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/api/admin/projects/:projectId/sdks/outdated' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!