Lists SDKs
GET {{baseUrl}}/sdks?sdkId=&displayName=&lifecycleState=&limit=100&page=&sortOrder=ASC&sortBy=timeCreated&apiId=
Returns list of generated SDKs.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
sdkId | null | The ocid of the SDK. | |
displayName | null | A user-friendly name. Does not have to be unique, and it's changeable. |
Example: My new resource
|
| lifecycleState | null | | A filter to return only resources that match the given lifecycle state.
Example: ACTIVE or DELETED
|
| limit | number | | The maximum number of items to return. |
| page | null | | The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call. |
| sortOrder | string | | The sort order to use, either 'asc' or 'desc'. The default order depends on the sortBy value. |
| sortBy | string | | The field to sort by. You can provide one sort order (sortOrder).
Default order for timeCreated is descending. Default order for
displayName is ascending. The displayName sort order is case
sensitive.
|
| apiId | null | | The ocid of the API. |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
opc-request-id | null | The client request id for tracing. | |
Date | string | (Required) Current Date | |
Authorization | string | (Required) Signature Authentication on Authorization header |
RESPONSES
status: OK
{"items":[{"targetLanguage":"adipisicing id laboris","lifecycleState":"ut eiusmod non ex velit"},{"targetLanguage":"et labore veniam","lifecycleState":"irure ex"}]}