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>8478cd75-5a54-4580-8851-8f1a92ebf5f2</ID> <AncestorID>10eb9ce4-4c29-46e2-b8d0-7cbe83948446</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <Completed>true</Completed> </EvaluationCriteria>
{
"ID": "8478cd75-5a54-4580-8851-8f1a92ebf5f2",
"AncestorID": "10eb9ce4-4c29-46e2-b8d0-7cbe83948446",
"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>976e241a-df00-440b-9c5b-3896f0d10c3e</ID> <AncestorID>e976b272-2e4e-4f5c-9e25-4437d1b69fce</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>60bd2e9e-b4d5-4804-bfbf-aa686310083e</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2026-03-25T16:04:31.7296273+00:00</Created> <CreatedBy>3de2d1a0-5b8b-4559-b2eb-8d11000ce88a</CreatedBy> <Updated>2026-03-25T16:04:31.7296273+00:00</Updated> <UpdatedBy>867dbb00-f47e-47e8-9027-129f3c2e485b</UpdatedBy> <Completed>true</Completed> </EvaluationCriteria>
{
"ID": "976e241a-df00-440b-9c5b-3896f0d10c3e",
"AncestorID": "e976b272-2e4e-4f5c-9e25-4437d1b69fce",
"Rank": 1,
"Name": "sample string 1",
"Description": "sample string 2",
"SiteID": "60bd2e9e-b4d5-4804-bfbf-aa686310083e",
"Deleted": true,
"DeletedByRef": true,
"Created": "2026-03-25T16:04:31.7296273+00:00",
"CreatedBy": "3de2d1a0-5b8b-4559-b2eb-8d11000ce88a",
"Updated": "2026-03-25T16:04:31.7296273+00:00",
"UpdatedBy": "867dbb00-f47e-47e8-9027-129f3c2e485b",
"Completed": true
}