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>e41f4230-d62a-43bd-a7b7-a103b5dbe34f</ID> <AncestorID>8cbd5dfa-8b5b-452f-a376-cbb739f118a3</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <Completed>true</Completed> </EvaluationCriteria>
{
"ID": "e41f4230-d62a-43bd-a7b7-a103b5dbe34f",
"AncestorID": "8cbd5dfa-8b5b-452f-a376-cbb739f118a3",
"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>5430089b-ecfc-42b4-86b6-379ee58b0dc8</ID> <AncestorID>be621dbf-1b0e-4aae-8a3f-11d4d5dabb51</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>19605b85-08a2-4aa9-8732-ef613eb20963</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2026-07-27T00:42:48.5032335+00:00</Created> <CreatedBy>cd61be24-0e9e-40ad-9acc-da642804278f</CreatedBy> <Updated>2026-07-27T00:42:48.5032335+00:00</Updated> <UpdatedBy>2593e579-c439-4836-a1ff-96c4a9e107ed</UpdatedBy> <Completed>true</Completed> </EvaluationCriteria>
{
"ID": "5430089b-ecfc-42b4-86b6-379ee58b0dc8",
"AncestorID": "be621dbf-1b0e-4aae-8a3f-11d4d5dabb51",
"Rank": 1,
"Name": "sample string 1",
"Description": "sample string 2",
"SiteID": "19605b85-08a2-4aa9-8732-ef613eb20963",
"Deleted": true,
"DeletedByRef": true,
"Created": "2026-07-27T00:42:48.5032335+00:00",
"CreatedBy": "cd61be24-0e9e-40ad-9acc-da642804278f",
"Updated": "2026-07-27T00:42:48.5032335+00:00",
"UpdatedBy": "2593e579-c439-4836-a1ff-96c4a9e107ed",
"Completed": true
}