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
Key | Datatype | Required | Description |
---|---|---|---|
name | string | List only Parameters with this name. | |
lifecycleState | string | List only the resources that are in this lifecycle state. | |
limit | number | The maximum number of items to return per page. | |
page | string | The 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
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | The client request ID for tracing. This value is included in the opc-request-id response header. | |
Accept | string |
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"}]}