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
Responses
- 200
- 404
outdatedSdksSchema
The requested resource was not found.
Authorization: Authorization
name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L '<your-unleash-url>/api/admin/projects/:projectId/sdks/outdated' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>'
ResponseClear