List Dynamic Entities Migration Requests
get
/api/v1/bots/{botId}/metadataMigration/dynamicEntitiesMigrationRequests
Returns a list of a skill's dynamic entities migration requests. You can optionally filter the list by status (TRAINING, COMPLETED, or TERMINATED_BY_ERROR).
Request
Path Parameters
-
botId(required): string
The ID of the skill.
Query Parameters
-
limit: integer(int64)
The number of items to return.Default Value:
100 -
offset: integer(int64)
The number of items to skip before starting to collect the result set, where
0is the first item.Default Value:0 -
orderBy: string
Comma-delimited list of properties to sort on, major to minor. You can append
:ascor:descto a property to sort in ascending or descending order. For example:updatedOn:desc,name:asc. The valid sort properties areupdatedOnandcreatedOn. -
status(required): string
Return only the requests with a status that contains this string (case-insensitive). Can be TRAINING, COMPLETED, or TERMINATED_BY_ERROR.
-
totalResults: boolean
Whether to return the total number of items that match the request (excluding the paging parameters).Default Value:
false
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Success.
Root Schema : PaginatedDynamicEntitiesMigrationRequests
Type:
objectList of a skill's dynamic entities migration requests.
Show Source
-
count: integer
(int32)
The number of items returned.
-
hasMore: boolean
Indicates if there are more items to be returned.
-
items: array
items
The items being returned.
-
limit: integer
(int32)
The maximum number of items to return.
-
links: array
links
-
offset: integer
(int32)
The actual index from which the items are returned.
-
totalResults: integer
(int32)
The total number of items.
Nested Schema : items
Type:
arrayThe items being returned.
Show Source
-
Array of:
object DynamicEntitiesMigrationRequest
Dynamic Entities Migration Request
Nested Schema : DynamicEntitiesMigrationRequest
Type:
objectDynamic Entities Migration Request
Show Source
-
botId: string
Read Only:
trueThe target skill ID for the migration request. -
createdOn: string
(date-time)
Read Only:
trueThe date and time, in ISO 8601 format, that the resource was created (for example,2018-10-17T06:50:34.045Z). -
id: string
Read Only:
trueThe resource's unique ID. -
links: array
links
Read Only:
trueAn array of links to the resource. -
sourceBotId: string
Read Only:
trueThe source skill ID for the migration request. -
status: string
Read Only:
trueAllowed Values:[ "TRAINING", "COMPLETED", "TERMINATED_BY_ERROR" ]The status of the migration request. -
statusMessage: string
Read Only:
trueThe message associated with the migration request. -
updatedOn: string
(date-time)
Read Only:
trueThe date and time, in ISO 8601 format, that the resource was last modified (for example,2018-10-17T06:50:34.045Z).
Nested Schema : links
Type:
arrayRead Only:
trueAn array of links to the resource.
Show Source
Show Source
Nested Schema : selfLinks
Type:
Show Source
object-
absolutePath: string
(uri)
-
absolutePathBuilder: object
absolutePathBuilder
-
baseUri: string
(uri)
-
baseUriBuilder: object
baseUriBuilder
-
matchedResources: array
matchedResources
-
matchedURIs: array
matchedURIs
-
path: string
-
pathParameters: object
pathParameters
Additional Properties Allowed: additionalProperties
-
pathSegments: array
pathSegments
-
queryParameters: object
queryParameters
Additional Properties Allowed: additionalProperties
-
requestUri: string
(uri)
-
requestUriBuilder: object
requestUriBuilder
Nested Schema : Link
Type:
Show Source
object-
href: string
URL to the resource
-
rel: string
The relationship with the resource
Nested Schema : absolutePathBuilder
Type:
objectNested Schema : baseUriBuilder
Type:
objectNested Schema : requestUriBuilder
Type:
objectNested Schema : items
Type:
objectNested Schema : items
Type:
Show Source
object-
matrixParameters: object
matrixParameters
Additional Properties Allowed: additionalProperties
-
path: string
Nested Schema : selfLinks
Type:
Show Source
object-
absolutePath: string
(uri)
-
absolutePathBuilder: object
absolutePathBuilder
-
baseUri: string
(uri)
-
baseUriBuilder: object
baseUriBuilder
-
matchedResources: array
matchedResources
-
matchedURIs: array
matchedURIs
-
path: string
-
pathParameters: object
pathParameters
Additional Properties Allowed: additionalProperties
-
pathSegments: array
pathSegments
-
queryParameters: object
queryParameters
Additional Properties Allowed: additionalProperties
-
requestUri: string
(uri)
-
requestUriBuilder: object
requestUriBuilder
Nested Schema : absolutePathBuilder
Type:
objectNested Schema : baseUriBuilder
Type:
objectNested Schema : requestUriBuilder
Type:
objectNested Schema : items
Type:
objectNested Schema : items
Type:
Show Source
object-
matrixParameters: object
matrixParameters
Additional Properties Allowed: additionalProperties
-
path: string
404 Response
The request can't be performed because the specified skill doesn't exist.
Nested Schema : Context
Type:
Show Source
object-
elementName: string
-
elementType: string
Allowed Values:
[ "state", "defaultTransitionAction", "inputParameter", "outputParameter", "variable", "eventMapping", "intent", "entity" ] -
subElementName: string
-
subElementType: string
Allowed Values:
[ "stateProperty", "componentProperty", "transition", "transitionAction", "property", "inputParameter", "outputParameter" ]