Read evaluation criteria for a single project.
evaluationcriteriaid
globally unique identifier
Required
Guid ID of the evaluation criteria to be read. |
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>ed5bd52c-f18e-4ff7-ab04-2fd9e3d6f0a3</ID> <AncestorID>69d413ac-dfac-45d7-9f6c-68c71eac7f60</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>96d6a3f2-0f37-4214-a4eb-f82bbb3051c5</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2024-10-24T15:51:43.4426977+00:00</Created> <CreatedBy>d5cbb245-06fe-4359-8a57-349bafbee9b5</CreatedBy> <Updated>2024-10-24T15:51:43.4426977+00:00</Updated> <UpdatedBy>b7b79da7-9bb9-4031-8fc5-000a89e5e9d6</UpdatedBy> <Completed>true</Completed> </EvaluationCriteria>
{ "ID": "ed5bd52c-f18e-4ff7-ab04-2fd9e3d6f0a3", "AncestorID": "69d413ac-dfac-45d7-9f6c-68c71eac7f60", "Rank": 1, "Name": "sample string 1", "Description": "sample string 2", "SiteID": "96d6a3f2-0f37-4214-a4eb-f82bbb3051c5", "Deleted": true, "DeletedByRef": true, "Created": "2024-10-24T15:51:43.4426977+00:00", "CreatedBy": "d5cbb245-06fe-4359-8a57-349bafbee9b5", "Updated": "2024-10-24T15:51:43.4426977+00:00", "UpdatedBy": "b7b79da7-9bb9-4031-8fc5-000a89e5e9d6", "Completed": true }