Display sample object types to exclude or include for a Migration.

GET {{baseUrl}}/migrationObjectTypes?sortBy=name&sortOrder=ASC&limit=10&page=1

Display sample object types to exclude or include for a Migration.

Request Params

KeyDatatypeRequiredDescription
sortBystringThe field to sort by. Only one sort order may be provided.
Default order for name is custom based on it's usage frequency. If no value is specified name is default.
sortOrderstringThe sort order to use, either 'asc' or 'desc'.
limitnumberThe maximum number of items to return.
pagenumberThe page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.

HEADERS

KeyDatatypeRequiredDescription
opc-request-idstringUnique Oracle-assigned identifier for the request. If you need to contact Oracle about a
particular request, please provide the request ID.
Acceptstring

RESPONSES

status: OK

{"items":[{"name":"\u003cstring\u003e"},{"name":"\u003cstring\u003e"}]}