Update an evaluation criteria.
|
id
globally unique identifier
Required
Guid ID of the evaluation criteria to be updated. |
This object takes all the parameters needed to update an evaluation criteria.
System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList|
Completed
boolean
Completed status of the given evaluation criteria. |
|
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. |
<EvaluationCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>cbf8de37-edf7-4f64-b8aa-5165c8367898</ID> <AncestorID>b1a3a356-eba4-4f9d-a786-5952a2c84b91</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <Completed>true</Completed> </EvaluationCriteria>
{
"ID": "cbf8de37-edf7-4f64-b8aa-5165c8367898",
"AncestorID": "b1a3a356-eba4-4f9d-a786-5952a2c84b91",
"Rank": 1,
"Name": "sample string 1",
"Description": "sample string 2",
"Completed": true
}
|
Completed
boolean
Completed status of the given evaluation criteria. |
|
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. |
<EvaluationCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>f78cbf99-5169-4890-bbd5-63e55086b1e7</ID> <AncestorID>d839577c-8509-4a77-b426-36a75faa3ce3</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>fa914f38-03e8-4a97-9c09-77a93d588fc8</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2026-04-05T10:32:15.039839+00:00</Created> <CreatedBy>adb6de69-2fa0-4c78-8081-584f9d171b95</CreatedBy> <Updated>2026-04-05T10:32:15.039839+00:00</Updated> <UpdatedBy>02e04e98-3d5e-45d1-85f6-3b3e3dc22aaf</UpdatedBy> <Completed>true</Completed> </EvaluationCriteria>
{
"ID": "f78cbf99-5169-4890-bbd5-63e55086b1e7",
"AncestorID": "d839577c-8509-4a77-b426-36a75faa3ce3",
"Rank": 1,
"Name": "sample string 1",
"Description": "sample string 2",
"SiteID": "fa914f38-03e8-4a97-9c09-77a93d588fc8",
"Deleted": true,
"DeletedByRef": true,
"Created": "2026-04-05T10:32:15.039839+00:00",
"CreatedBy": "adb6de69-2fa0-4c78-8081-584f9d171b95",
"Updated": "2026-04-05T10:32:15.039839+00:00",
"UpdatedBy": "02e04e98-3d5e-45d1-85f6-3b3e3dc22aaf",
"Completed": true
}