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>0b4c93cf-7336-464d-892e-f8762eb46d96</ID> <AncestorID>5144e76f-311e-4a9e-aa7f-a05d30eee3e4</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <Completed>true</Completed> </EvaluationCriteria>
{
"ID": "0b4c93cf-7336-464d-892e-f8762eb46d96",
"AncestorID": "5144e76f-311e-4a9e-aa7f-a05d30eee3e4",
"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>8afffb29-742c-4e53-9c7b-3052c77e07d6</ID> <AncestorID>78c68668-536d-4c68-9cd4-e6e582686e01</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>078bdf71-b162-478f-95b9-40a47aad05ad</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2026-09-04T06:12:39.2117895+00:00</Created> <CreatedBy>d1465568-18df-45d7-8cf0-604ea8b920b5</CreatedBy> <Updated>2026-09-04T06:12:39.2117895+00:00</Updated> <UpdatedBy>0b81bdb0-a2af-456b-b11e-2e2d4e3188a8</UpdatedBy> <Completed>true</Completed> </EvaluationCriteria>
{
"ID": "8afffb29-742c-4e53-9c7b-3052c77e07d6",
"AncestorID": "78c68668-536d-4c68-9cd4-e6e582686e01",
"Rank": 1,
"Name": "sample string 1",
"Description": "sample string 2",
"SiteID": "078bdf71-b162-478f-95b9-40a47aad05ad",
"Deleted": true,
"DeletedByRef": true,
"Created": "2026-09-04T06:12:39.2117895+00:00",
"CreatedBy": "d1465568-18df-45d7-8cf0-604ea8b920b5",
"Updated": "2026-09-04T06:12:39.2117895+00:00",
"UpdatedBy": "0b81bdb0-a2af-456b-b11e-2e2d4e3188a8",
"Completed": true
}