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>c8288110-737b-41aa-b221-af99c881f6fe</ID> <AncestorID>2744c63e-a9cd-4976-b9ac-438e7c141173</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <Completed>true</Completed> </EvaluationCriteria>
{ "ID": "c8288110-737b-41aa-b221-af99c881f6fe", "AncestorID": "2744c63e-a9cd-4976-b9ac-438e7c141173", "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>37062822-7a09-4afc-8c3d-d4db33a26ebc</ID> <AncestorID>a90ac3db-bbfe-46f0-ac1f-8c3e8d84ac7c</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>414082df-b24c-4473-84cb-e354b4b02265</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2024-10-24T07:40:42.6248665+00:00</Created> <CreatedBy>a413ef45-d935-4b9f-9b3e-a0d87c705fdc</CreatedBy> <Updated>2024-10-24T07:40:42.6248665+00:00</Updated> <UpdatedBy>e1346188-9d83-48ce-a9ed-4da76e6dd8ba</UpdatedBy> <Completed>true</Completed> </EvaluationCriteria>
{ "ID": "37062822-7a09-4afc-8c3d-d4db33a26ebc", "AncestorID": "a90ac3db-bbfe-46f0-ac1f-8c3e8d84ac7c", "Rank": 1, "Name": "sample string 1", "Description": "sample string 2", "SiteID": "414082df-b24c-4473-84cb-e354b4b02265", "Deleted": true, "DeletedByRef": true, "Created": "2024-10-24T07:40:42.6248665+00:00", "CreatedBy": "a413ef45-d935-4b9f-9b3e-a0d87c705fdc", "Updated": "2024-10-24T07:40:42.6248665+00:00", "UpdatedBy": "e1346188-9d83-48ce-a9ed-4da76e6dd8ba", "Completed": true }