Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 2.37 KB

GetStatusOfAnAsyncTask.md

File metadata and controls

60 lines (41 loc) · 2.37 KB

GetStatusOfAnAsyncTask

Properties

Name Type Required Description
Id string The task's ID.
Meta GetStatusOfAnAsyncTaskMeta The response's non-standard meta information.
Status GetStatusOfAnAsyncTaskStatus The task's current status.
Details OneOf<Details1, Details2>
CreatedAt string The date and time at which the task was created.
UpdatedAt string The date and time at which the task was last updated.

GetStatusOfAnAsyncTaskMeta

The response's non-standard meta information.

Properties

Name Type Required Description
Url string The endpoint URL that created the task.
Model MetaModel The model for which the task is performing the operation.
Action_ Action The task's action.

MetaModel

The model for which the task is performing the operation.

Properties

Name Type Required Description
Collection string "collection"
ApiVersion string "api-version"

Action

The task's action.

Properties

Name Type Required Description
Update string "update"
Create string "create"

GetStatusOfAnAsyncTaskStatus

The task's current status.

Properties

Name Type Required Description
Pending string "pending"
Failed string "failed"
Completed string "completed"