List Translators

GET {{baseUrl}}/odaInstances/:odaInstanceId/translators?limit=100&sortOrder=DESC

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

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
idstringUnique Translator identifier.
typestringList only Translators of this type.
namestringList only Translators with this name. Translator names are unique and may not change.

Example: MyTranslator | | 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 timeCreated.

The default sort order for timeCreated and timeUpdated is descending. For all other sort fields 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":[{"id":"cupidatat","type":"MICROSOFT","name":"enim nulla sint aute","lifecycleState":"UPDATING","timeCreated":"2013-10-22T05:18:57.411Z","timeUpdated":"1964-04-11T15:19:04.439Z","definedTags":{"dolored50":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"reprehenderit_0":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"consectetur0a1":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"sunt_b":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"freeformTags":{"consequat962":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"irure_cf7":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}},{"id":"consequat","type":"GOOGLE","name":"in laboris velit id tempor","lifecycleState":"FAILED","timeCreated":"1953-11-22T13:41:05.145Z","timeUpdated":"2013-04-03T21:14:00.132Z","definedTags":{"est_76f":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"laborum_8_":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"ipsum9":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"freeformTags":{"ipsum_17a":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"ea_a8a":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"proident_0":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"anim_aa":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}}]}