class Abbyy::Models::ListTasksRequest
Overview
Request object for /listTasks API-method.
Defined in:
abbyy/models/list_tasks_request.crConstant Summary
-
TIME_FORMAT =
"%Y-%m-%dT%H:%M:%SZ"
Constructors
Instance Method Summary
-
#exclude_deleted : Bool | Nil
Specifies if the tasks that have already been deleted must be excluded from the listing.
-
#exclude_deleted=(exclude_deleted : Bool | Nil)
Specifies if the tasks that have already been deleted must be excluded from the listing.
-
#from_date : Time | Nil
Specifies the date to list tasks from.
-
#from_date=(from_date : Time | Nil)
Specifies the date to list tasks from.
- #params : Hash(String, String)
-
#to_date : Time | Nil
Specifies the date to list tasks to.
-
#to_date=(to_date : Time | Nil)
Specifies the date to list tasks to.
Instance methods inherited from class Abbyy::Models::BaseRequest
body : HTTP::Client::BodyType
body,
params : Hash(String, String)
params
Constructor Detail
Instance Method Detail
Specifies if the tasks that have already been deleted must be excluded from the listing.
This parameter is not required.
Default value is false.
Specifies if the tasks that have already been deleted must be excluded from the listing.
This parameter is not required.
Default value is false.
Specifies the date to list tasks from.
This parameter is not required.
Default value is the current date minus 7 days.
Specifies the date to list tasks from.
This parameter is not required.
Default value is the current date minus 7 days.
Specifies the date to list tasks to.
This parameter is not required.
Default value is the current date.
Specifies the date to list tasks to.
This parameter is not required.
Default value is the current date.