Update task
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Assign a task to given SharePoint user (by username).
Parameter
Description
Task app name
Name of Task app in SharePoint (not id)
Task ID
ID of task
Username
Username of user to assign task to
Remove other assignees
Specfies whether to remove other assignees. Default true
Record with information about whether operation failed or not.
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
Error code
Description
1000
Unspecified error.
1000001
User is not authorized to perform operation.
1000004
Item with given id does not exist.
Deletes task with given ID.
Parameter
Description
Task app name
Name of Task app in SharePoint (not id)
Task ID
ID of task
Record with information about whether operation failed or not.
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
Error code
Description
1000
Unspecified error.
1000001
User is not authorized to perform operation.
1000004
Item with given id does not exist.
Sets the percent complete to 100%.
Parameter
Description
Task app name
Name of Task app in SharePoint (not id)
Task ID
ID of task
Record with information about whether operation failed or not.
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
Error code
Description
1000
Unspecified error.
1000001
User is not authorized to perform operation.
1000004
Item with given id does not exist.
Updates the progress of a given task.
Parameter
Description
Task app name
Name of Task app in SharePoint (not id)
Task ID
ID of task
New progress
New progress in %
Record with information about whether operation failed or not.
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
Error code
Description
1000
Unspecified error.
1000001
User is not authorized to perform operation.
1000004
Item with given id does not exist.
Updates a field of a given task. This is an advanced operation that requires 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'.
Parameter
Description
Task app name
Name of Task app in SharePoint (not id)
Task ID
ID of task
Property
Name of property
Value
New value of property
Record with information about whether operation failed or not.
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
Error code
Description
1000
Unspecified error.
1000001
User is not authorized to perform operation.
1000004
Item with given id does not exist.