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>a075aad6-0105-42f1-82a7-904a78d45c93</ID> <AncestorID>0129bcef-161b-43d1-bd3f-4b67cf3802be</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <Completed>true</Completed> </EvaluationCriteria>
{
"ID": "a075aad6-0105-42f1-82a7-904a78d45c93",
"AncestorID": "0129bcef-161b-43d1-bd3f-4b67cf3802be",
"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>a06dd0aa-996f-4ce7-803f-59574a667a34</ID> <AncestorID>d882a935-89c5-4666-8812-6392d730d13a</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>cd73f6dc-bd25-4744-a023-278c6ecaa015</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2026-05-06T06:06:21.8486572+00:00</Created> <CreatedBy>7f7e2916-1c99-4426-8a13-2a6a142abd7d</CreatedBy> <Updated>2026-05-06T06:06:21.8486572+00:00</Updated> <UpdatedBy>660fa74e-6a88-42de-8a30-b8194882af55</UpdatedBy> <Completed>true</Completed> </EvaluationCriteria>
{
"ID": "a06dd0aa-996f-4ce7-803f-59574a667a34",
"AncestorID": "d882a935-89c5-4666-8812-6392d730d13a",
"Rank": 1,
"Name": "sample string 1",
"Description": "sample string 2",
"SiteID": "cd73f6dc-bd25-4744-a023-278c6ecaa015",
"Deleted": true,
"DeletedByRef": true,
"Created": "2026-05-06T06:06:21.8486572+00:00",
"CreatedBy": "7f7e2916-1c99-4426-8a13-2a6a142abd7d",
"Updated": "2026-05-06T06:06:21.8486572+00:00",
"UpdatedBy": "660fa74e-6a88-42de-8a30-b8194882af55",
"Completed": true
}