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>141cb03f-39e4-4267-943a-cc11e2bb8439</ID> <AncestorID>3e3e84e5-7729-45a9-bb7e-0fd242b24bba</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <Completed>true</Completed> </EvaluationCriteria>
{ "ID": "141cb03f-39e4-4267-943a-cc11e2bb8439", "AncestorID": "3e3e84e5-7729-45a9-bb7e-0fd242b24bba", "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>4c385e88-22e5-4e6d-9249-6d2f92d1d5ad</ID> <AncestorID>2b863e82-c4b8-4f6a-9bbb-519f82fa46b8</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>8c9996b2-be94-4ede-89a4-013906c233f7</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2025-02-14T16:16:30.3826103+00:00</Created> <CreatedBy>911cd34e-8f5c-4296-ad07-13424179b6f4</CreatedBy> <Updated>2025-02-14T16:16:30.3826103+00:00</Updated> <UpdatedBy>4f8d3975-7d7b-46c3-9e42-a0caa68a1d56</UpdatedBy> <Completed>true</Completed> </EvaluationCriteria>
{ "ID": "4c385e88-22e5-4e6d-9249-6d2f92d1d5ad", "AncestorID": "2b863e82-c4b8-4f6a-9bbb-519f82fa46b8", "Rank": 1, "Name": "sample string 1", "Description": "sample string 2", "SiteID": "8c9996b2-be94-4ede-89a4-013906c233f7", "Deleted": true, "DeletedByRef": true, "Created": "2025-02-14T16:16:30.3826103+00:00", "CreatedBy": "911cd34e-8f5c-4296-ad07-13424179b6f4", "Updated": "2025-02-14T16:16:30.3826103+00:00", "UpdatedBy": "4f8d3975-7d7b-46c3-9e42-a0caa68a1d56", "Completed": true }