List Skill Parameters

GET {{baseUrl}}/odaInstances/:odaInstanceId/skills/:skillId/parameters

Returns a page of Skill Parameters that belong to the specified Skill.

If the opc-next-page header appears in the response, then there are more items to retrieve. To get the next page in the subsequent GET request, include the header's value as the page query parameter.

Request Params

KeyDatatypeRequiredDescription
namestringList only Parameters with this name.
lifecycleStatestringList only the resources that are in this lifecycle state.
limitnumberThe maximum number of items to return per page.
pagestringThe page at which to start retrieving results.

You get this value from the opc-next-page header in a previous list request. To retireve the first page, omit this query parameter.

Example: MToxMA== | | sortOrder | string | | Sort the results in this order, use either ASC (ascending) or DESC (descending). | | sortBy | string | | Sort on this field. You can specify one sort order only. The default sort field is name.

The default sort order is ascending. |

HEADERS

KeyDatatypeRequiredDescription
opc-request-idstringThe client request ID for tracing. This value is included in the opc-request-id response header.
Acceptstring

RESPONSES

status: OK

{"items":[{"name":"proident dolor","displayName":"aliquip elit","type":"SECURE","lifecycleState":"DELETING","description":"anim","value":"qui"},{"name":"cupidatat id","displayName":"fugiat","type":"STRING","lifecycleState":"ACTIVE","description":"ipsum adipisicing ea deserunt","value":"cupidatat consequat"}]}