GET api/UpdateOnlineTask?projectId={projectId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectId | string |
Required |
Body Parameters
ProjectContext| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkflowActivities | WorkflowActivities |
None. |
|
| WorkflowDesigner | WorkflowDesigner |
None. |
|
| EntityTypes | EntityTypes |
None. |
|
| Projects | Collection of Object |
None. |
|
| CustomFields | Collection of Object |
None. |
|
| LookupTables | Collection of Object |
None. |
|
| EnterpriseProjectTypes | Collection of Object |
None. |
|
| Phases | Collection of Object |
None. |
|
| Stages | Collection of Object |
None. |
|
| ProjectDetailPages | Collection of Object |
None. |
|
| EnterpriseResources | Collection of Object |
None. |
|
| Events | Collection of Object |
None. |
|
| EventHandlers | Collection of Object |
None. |
|
| TimeSheetPeriods | Collection of Object |
None. |
|
| Calendars | Collection of Object |
None. |
|
| ServiceStatus | ServiceStatus |
None. |
|
| PageSizes | PageSizes |
None. |
|
| Web | Web |
None. |
|
| Site | Site |
None. |
|
| RequestResources | RequestResources |
None. |
|
| FormDigestHandlingEnabled | boolean |
None. |
|
| ServerVersion | Version |
None. |
|
| Url | string |
None. |
|
| ApplicationName | string |
None. |
|
| ClientTag | string |
None. |
|
| DisableReturnValueCache | boolean |
None. |
|
| ValidateOnClient | boolean |
None. |
|
| AuthenticationMode | ClientAuthenticationMode |
None. |
|
| FormsAuthenticationLoginInfo | FormsAuthenticationLoginInfo |
None. |
|
| Credentials | ICredentials |
None. |
|
| WebRequestExecutorFactory | WebRequestExecutorFactory |
None. |
|
| PendingRequest | ClientRequest |
None. |
|
| HasPendingRequest | boolean |
None. |
|
| Tag | Object |
None. |
|
| RequestTimeout | integer |
None. |
|
| StaticObjects | Dictionary of string [key] and Object [value] |
None. |
|
| ServerSchemaVersion | Version |
None. |
|
| ServerLibraryVersion | Version |
None. |
|
| RequestSchemaVersion | Version |
None. |
|
| TraceCorrelationId | string |
None. |
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of FieldUserValue| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| TypeId | string |
None. |
|
| LookupId | integer |
None. |
|
| LookupValue | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Email": null,
"TypeId": "{c956ab54-16bd-4c18-89d2-996f57282a6f}",
"LookupId": 1,
"LookupValue": null
},
{
"Email": null,
"TypeId": "{c956ab54-16bd-4c18-89d2-996f57282a6f}",
"LookupId": 1,
"LookupValue": null
}
]
application/xml, text/xml
Sample:
<ArrayOfFieldUserValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Microsoft.SharePoint.Client">
<FieldUserValue>
<LookupId>1</LookupId>
</FieldUserValue>
<FieldUserValue>
<LookupId>1</LookupId>
</FieldUserValue>
</ArrayOfFieldUserValue>