Task information
Last updated
Last updated
Get information such as start date, due date etc about a task.
Record with information about whether operation failed or not. If succesful, result of operation is stored in Results member
Structure of Results Results
ID
ParentID
TaskName
DueDate
StartDate
AssignedTo
UserID
Value
Predecessors
TaskID
Value
Priority
PercentComplete
Description
Status
Get information such as start date, due date etc about all tasks with given name.
Record with information about whether operation failed or not. If succesful, result of operation is stored in Results member
Structure of Results Results
ID
ParentID
TaskName
DueDate
StartDate
AssignedTo
UserID
Value
Predecessors
TaskID
Value
Priority
PercentComplete
Description
Status
Gets information about tasks by provided CAML Query. Example to get all tasks that are 50% or more completed:
Record with information about whether operation failed or not. If succesful, result of operation is stored in Results member
Structure of Results Results
ID
ParentID
TaskName
DueDate
StartDate
AssignedTo
UserID
Value
Predecessors
TaskID
Value
Priority
PercentComplete
Description
Status
Gets the value of a field of a given task. This is an advanced operation that require deeper knowledge on how SharePoint works. The Property parameter is the identifier of a field, which might not be the same as is displayed in SharePoint. E.g use 'Body' as Property to update 'Description'.
Record with information about whether operation failed or not. If succesful, result of operation is stored in Results member
Lists the fields that are available for tasks in Task app.
Record with information about whether operation failed or not. If succesful, result of operation is stored in Results member
Structure of Results Results StaticName Title Description DefaultValue ReadOnly Required TypeAsString
Lists all tasks.
Record with information about whether operation failed or not. If succesful, result of operation is stored in Results member
Structure of Results Results
ID
ParentID
TaskName
DueDate
StartDate
AssignedTo
UserID
Value
Predecessors
TaskID
Value
Priority
PercentComplete
Description
Status
Lists all tasks assigned to current user. Optionally including finished tasks.
Record with information about whether operation failed or not. If succesful, result of operation is stored in Results member
Structure of Results Results
ID
ParentID
TaskName
DueDate
StartDate
AssignedTo
UserID
Value
Predecessors
TaskID
Value
Priority
PercentComplete
Description
Status
Lists all tasks assigned to specified user. Optionally including finished tasks.
Record with information about whether operation failed or not. If succesful, result of operation is stored in Results member
Structure of Results Results
ID
ParentID
TaskName
DueDate
StartDate
AssignedTo
UserID
Value
Predecessors
TaskID
Value
Priority
PercentComplete
Description
Status
Parameter
Description
Task app name
Name of Task app in SharePoint (not id)
Task ID
ID of task
Member
Description
HasFailed
Whether operation has failed or not
ErrorMessage
A description of the failure, if any
ErrorCode
An error code related to operation failure. Is 0 if no failure occured
Results
Record variable containing the results of operation
Error code
Description
1000
Unspecified error.
1000001
User is not authorized to perform operation.
1000004
Item with given id does not exist.
Parameter
Description
Task app name
Name of Task app in SharePoint (not id)
Task name
Name of task
Member
Description
HasFailed
Whether operation has failed or not
ErrorMessage
A description of the failure, if any
ErrorCode
An error code related to operation failure. Is 0 if no failure occured
Results
Table variable containing the results of operation
Error code
Description
1000
Unspecified error.
1000001
User is not authorized to perform operation.
Parameter
Description
Task app name
Name of Task app in SharePoint (not id)
CAML Query
The query to send to SharePoint.
Member
Description
HasFailed
Whether operation has failed or not
ErrorMessage
A description of the failure, if any
ErrorCode
An error code related to operation failure. Is 0 if no failure occured
Results
Table variable containing the results of operation
Error code
Description
1000
Unspecified error.
1000001
User is not authorized to perform operation.
Parameter
Description
Task app name
Name of Task app in SharePoint (not id)
Task ID
ID of task
Property
Name of property
Member
Description
HasFailed
Whether operation has failed or not
ErrorCode
An error code related to operation failure. Is 0 if no failure occured
Results
Simple variable containing the results of operation
Error code
Description
1000
Unspecified error.
1000001
User is not authorized to perform operation.
1000004
Item with given id does not exist.
Parameter
Description
Task app name
Name of Task app in SharePoint (not id)
Include read only fields
Specifies whether to include fields that can only be read in the results of the operation
Member
Description
HasFailed
Whether operation has failed or not
ErrorMessage
A description of the failure, if any
ErrorCode
An error code related to operation failure. Is 0 if no failure occured
Results
Table variable containing the results of operation
Error code
Description
1000
Unspecified error.
1000001
User is not authorized to perform operation.
Parameter
Description
Task app name
Name of Task app in SharePoint (not id)
Row limit
Limit on how many tasks to list. A value of -1 indicates no limit
Member
Description
HasFailed
Whether operation has failed or not
ErrorMessage
A description of the failure, if any
ErrorCode
An error code related to operation failure. Is 0 if no failure occured
Results
Table variable containing the results of operation
Error code
Description
1000
Unspecified error.
1000001
User is not authorized to perform operation.
Parameter
Description
Task app name
Name of Task app in SharePoint (not id)
Include already finshed tasks
Specifies whether to also include completed tasks
Member
Description
HasFailed
Whether operation has failed or not
ErrorMessage
A description of the failure, if any
ErrorCode
An error code related to operation failure. Is 0 if no failure occured
Results
Table variable containing the results of operation
Error code
Description
1000
Unspecified error.
1000001
User is not authorized to perform operation.
Parameter
Description
Task app name
Name of Task app in SharePoint (not id)
User ID
ID of user
Include already finshed tasks
Specifies whether to also include completed tasks
Member
Description
HasFailed
Whether operation has failed or not
ErrorMessage
A description of the failure, if any
ErrorCode
An error code related to operation failure. Is 0 if no failure occured
Results
Table variable containing the results of operation
Error code
Description
1000
Unspecified error.
1000001
User is not authorized to perform operation.