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>b2e7187d-a8ba-491c-a081-3b800a8c850f</ID> <AncestorID>deecd497-bbdb-4539-8839-842ad4e22eb5</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <Completed>true</Completed> </EvaluationCriteria>
{
"ID": "b2e7187d-a8ba-491c-a081-3b800a8c850f",
"AncestorID": "deecd497-bbdb-4539-8839-842ad4e22eb5",
"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>0e9e2359-24d0-49e5-9bd9-411efbb0b3bf</ID> <AncestorID>3c071129-ae0c-4075-a2e0-2e992ffdb217</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>dae942b4-0a21-4763-a9c7-438776d945ba</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2026-06-12T22:46:56.8415577+00:00</Created> <CreatedBy>011eeb7b-3930-42d6-8da3-a1b5a7bbbfe2</CreatedBy> <Updated>2026-06-12T22:46:56.8415577+00:00</Updated> <UpdatedBy>15d43609-77a7-4a88-a7a3-a55c215e5c51</UpdatedBy> <Completed>true</Completed> </EvaluationCriteria>
{
"ID": "0e9e2359-24d0-49e5-9bd9-411efbb0b3bf",
"AncestorID": "3c071129-ae0c-4075-a2e0-2e992ffdb217",
"Rank": 1,
"Name": "sample string 1",
"Description": "sample string 2",
"SiteID": "dae942b4-0a21-4763-a9c7-438776d945ba",
"Deleted": true,
"DeletedByRef": true,
"Created": "2026-06-12T22:46:56.8415577+00:00",
"CreatedBy": "011eeb7b-3930-42d6-8da3-a1b5a7bbbfe2",
"Updated": "2026-06-12T22:46:56.8415577+00:00",
"UpdatedBy": "15d43609-77a7-4a88-a7a3-a55c215e5c51",
"Completed": true
}