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>6331259a-8531-405a-a619-452364163c72</ID> <AncestorID>9f8744c2-3b88-4db5-91a1-c3b7c9aec725</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <Completed>true</Completed> </EvaluationCriteria>
{ "ID": "6331259a-8531-405a-a619-452364163c72", "AncestorID": "9f8744c2-3b88-4db5-91a1-c3b7c9aec725", "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>5aedc2ff-20cf-41e6-8c2f-b716d6c4e23e</ID> <AncestorID>612614bc-54ee-489a-844c-64b1d2c45f15</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>c36af836-8a51-4a51-a400-d46049614633</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2025-10-01T11:30:01.4779541+00:00</Created> <CreatedBy>ea90417c-8bde-4aed-a5d7-9e1ce2d7d603</CreatedBy> <Updated>2025-10-01T11:30:01.4779541+00:00</Updated> <UpdatedBy>5bb342c2-df59-4462-8d43-0011a8325546</UpdatedBy> <Completed>true</Completed> </EvaluationCriteria>
{ "ID": "5aedc2ff-20cf-41e6-8c2f-b716d6c4e23e", "AncestorID": "612614bc-54ee-489a-844c-64b1d2c45f15", "Rank": 1, "Name": "sample string 1", "Description": "sample string 2", "SiteID": "c36af836-8a51-4a51-a400-d46049614633", "Deleted": true, "DeletedByRef": true, "Created": "2025-10-01T11:30:01.4779541+00:00", "CreatedBy": "ea90417c-8bde-4aed-a5d7-9e1ce2d7d603", "Updated": "2025-10-01T11:30:01.4779541+00:00", "UpdatedBy": "5bb342c2-df59-4462-8d43-0011a8325546", "Completed": true }