Create a new evaluation criteria.
None.
This object takes all the parameters needed to create a new 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>eeff8cd5-bbf5-4e2e-a552-ec5b34cc4bb7</ID> <AncestorID>f5a8bc6d-bd4d-40dd-b84b-8f5b6db3406a</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <Completed>true</Completed> </EvaluationCriteria>
{
"ID": "eeff8cd5-bbf5-4e2e-a552-ec5b34cc4bb7",
"AncestorID": "f5a8bc6d-bd4d-40dd-b84b-8f5b6db3406a",
"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>2df7aff5-78c1-4279-8eef-fbc6980371a1</ID> <AncestorID>12716f93-17cb-4b15-b33c-dd6306a22d99</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>92cb5d9d-27a8-407e-81c1-da558230f44c</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2026-08-14T07:42:03.7663235+00:00</Created> <CreatedBy>00abac65-8077-47dd-9ff4-d5c152be21fb</CreatedBy> <Updated>2026-08-14T07:42:03.7663235+00:00</Updated> <UpdatedBy>9748af95-18f9-4ca5-9657-08df3a37bac6</UpdatedBy> <Completed>true</Completed> </EvaluationCriteria>
{
"ID": "2df7aff5-78c1-4279-8eef-fbc6980371a1",
"AncestorID": "12716f93-17cb-4b15-b33c-dd6306a22d99",
"Rank": 1,
"Name": "sample string 1",
"Description": "sample string 2",
"SiteID": "92cb5d9d-27a8-407e-81c1-da558230f44c",
"Deleted": true,
"DeletedByRef": true,
"Created": "2026-08-14T07:42:03.7663235+00:00",
"CreatedBy": "00abac65-8077-47dd-9ff4-d5c152be21fb",
"Updated": "2026-08-14T07:42:03.7663235+00:00",
"UpdatedBy": "9748af95-18f9-4ca5-9657-08df3a37bac6",
"Completed": true
}