List Digital Assistant Parameters

GET {{baseUrl}}/odaInstances/:odaInstanceId/digitalAssistants/:digitalAssistantId/parameters?sortOrder=DESC

Returns a page of Parameters that belong to the specified Digital Assistant.

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":"Ut et occaecat","displayName":"eiusmod labore deserunt","type":"BOOLEAN","lifecycleState":"DELETED","description":"culpa in occaecat ea","value":"non aute deserunt culpa"},{"name":"aliquip in quis labore","displayName":"adipisicing ea","type":"BOOLEAN","lifecycleState":"UPDATING","description":"non Duis","value":"sed eiusmod laborum"}]}