Read evaluation criteria for a single project.
|
evaluationcriteriaid
globally unique identifier
Required
Guid ID of the evaluation criteria to be read. |
| projectid string |
None.
|
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>7f859d0f-3094-4e6a-b7b1-ed18498de47c</ID> <AncestorID>e30e42c8-2501-4b35-af1a-9bfa04d6ab42</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>416ea49e-60db-4c82-b1b4-ca124db5044a</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2025-10-31T15:44:35.4977378+00:00</Created> <CreatedBy>f5d59761-102e-432f-9cd8-d785a40460b6</CreatedBy> <Updated>2025-10-31T15:44:35.4977378+00:00</Updated> <UpdatedBy>42c14147-5800-4244-a2b1-afe11930fa7b</UpdatedBy> <Completed>true</Completed> </EvaluationCriteria>
{
"ID": "7f859d0f-3094-4e6a-b7b1-ed18498de47c",
"AncestorID": "e30e42c8-2501-4b35-af1a-9bfa04d6ab42",
"Rank": 1,
"Name": "sample string 1",
"Description": "sample string 2",
"SiteID": "416ea49e-60db-4c82-b1b4-ca124db5044a",
"Deleted": true,
"DeletedByRef": true,
"Created": "2025-10-31T15:44:35.4977378+00:00",
"CreatedBy": "f5d59761-102e-432f-9cd8-d785a40460b6",
"Updated": "2025-10-31T15:44:35.4977378+00:00",
"UpdatedBy": "42c14147-5800-4244-a2b1-afe11930fa7b",
"Completed": true
}