Update an accountability for an individual.
|
id
globally unique identifier
Required
Guid ID of the accountability to be updated. |
This object takes all the parameters needed to update an accountability.
System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList|
ID
globally unique identifier
Required on Update
ID of the accountability, evaluation criteria, project scope, or supervisory scope. |
|
AncestorID
globally unique identifier
Required on Create
ID of the ancestor given accountability, evaluation criteria, project scope, or supervisory scope (individual or project). |
|
Rank
integer
Required
Rank of the given accountability, evaluation criteria, project scope, or supervisory scope. |
|
Name
string
Required
Name of the given accountability, evaluation criteria, project scope, or supervisory scope. (Max length 255 characters) |
|
Description
string
Required
Description of the given accountability, evaluation criteria, project scope, or supervisory scope. |
|
SiteID
globally unique identifier
ReadOnly
ID of the site for the given accountability, evaluation criteria, project scope, or supervisory scope. |
|
Deleted
boolean
ReadOnly
Deleted status of the given accountability, evaluation criteria, project scope, or supervisory scope. |
|
DeletedByRef
boolean
ReadOnly
Deleted by reference status of the given accountability, evaluation criteria, project scope, or supervisory scope. |
|
Created
date
ReadOnly
The date that the given accountability, evaluation criteria, project scope, or supervisory scope was created. |
|
CreatedBy
globally unique identifier
ReadOnly
ID of the individual who created the given accountability, evaluation criteria, project scope, or supervisory scope. |
|
Updated
date
ReadOnly
The date that the given accountability, evaluation criteria, project scope, or supervisory scope was updated. |
|
UpdatedBy
globally unique identifier
ReadOnly
ID of the individual who updated the given accountability, evaluation criteria, project scope, or supervisory scope. |
<ListItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>57538775-517f-4dc8-8045-f05950453f8e</ID> <AncestorID>f4eb4c56-99ea-4e83-8605-8de46fba0053</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> </ListItem>
{
"ID": "57538775-517f-4dc8-8045-f05950453f8e",
"AncestorID": "f4eb4c56-99ea-4e83-8605-8de46fba0053",
"Rank": 1,
"Name": "sample string 1",
"Description": "sample string 2"
}
|
ID
globally unique identifier
Required on Update
ID of the accountability, evaluation criteria, project scope, or supervisory scope. |
|
AncestorID
globally unique identifier
Required on Create
ID of the ancestor given accountability, evaluation criteria, project scope, or supervisory scope (individual or project). |
|
Rank
integer
Required
Rank of the given accountability, evaluation criteria, project scope, or supervisory scope. |
|
Name
string
Required
Name of the given accountability, evaluation criteria, project scope, or supervisory scope. (Max length 255 characters) |
|
Description
string
Required
Description of the given accountability, evaluation criteria, project scope, or supervisory scope. |
|
SiteID
globally unique identifier
ReadOnly
ID of the site for the given accountability, evaluation criteria, project scope, or supervisory scope. |
|
Deleted
boolean
ReadOnly
Deleted status of the given accountability, evaluation criteria, project scope, or supervisory scope. |
|
DeletedByRef
boolean
ReadOnly
Deleted by reference status of the given accountability, evaluation criteria, project scope, or supervisory scope. |
|
Created
date
ReadOnly
The date that the given accountability, evaluation criteria, project scope, or supervisory scope was created. |
|
CreatedBy
globally unique identifier
ReadOnly
ID of the individual who created the given accountability, evaluation criteria, project scope, or supervisory scope. |
|
Updated
date
ReadOnly
The date that the given accountability, evaluation criteria, project scope, or supervisory scope was updated. |
|
UpdatedBy
globally unique identifier
ReadOnly
ID of the individual who updated the given accountability, evaluation criteria, project scope, or supervisory scope. |
<ListItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>513a1eaa-c14e-423f-a53d-886fe7d2b9bc</ID> <AncestorID>ef82c3fd-32ef-490f-9d15-b470b8a6e5d6</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>b9329410-ec91-4de7-879d-1eea3a2c9696</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2026-07-27T00:42:04.2096004+00:00</Created> <CreatedBy>73602a49-5432-4df8-adba-b6c621f31195</CreatedBy> <Updated>2026-07-27T00:42:04.2096004+00:00</Updated> <UpdatedBy>bb41d102-5749-41e1-ae42-516978f78b0d</UpdatedBy> </ListItem>
{
"ID": "513a1eaa-c14e-423f-a53d-886fe7d2b9bc",
"AncestorID": "ef82c3fd-32ef-490f-9d15-b470b8a6e5d6",
"Rank": 1,
"Name": "sample string 1",
"Description": "sample string 2",
"SiteID": "b9329410-ec91-4de7-879d-1eea3a2c9696",
"Deleted": true,
"DeletedByRef": true,
"Created": "2026-07-27T00:42:04.2096004+00:00",
"CreatedBy": "73602a49-5432-4df8-adba-b6c621f31195",
"Updated": "2026-07-27T00:42:04.2096004+00:00",
"UpdatedBy": "bb41d102-5749-41e1-ae42-516978f78b0d"
}