Request Information

URI Parameters

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
evaluationcriteriaid globally unique identifier Required

Guid ID of the evaluation criteria to be read.

projectid string

Body Parameters

None.

Response Information

Resource Description (EvaluationCriteria)

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.

Response Formats

application/xml, text/xml

Sample
<EvaluationCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
  <ID>e8404777-746d-4bcd-b5bf-958627bb2cb6</ID>
  <AncestorID>8b2120ac-7523-4c80-96a2-d5f59d3dd8de</AncestorID>
  <Rank>1</Rank>
  <Name>sample string 1</Name>
  <Description>sample string 2</Description>
  <SiteID>74223c7e-c4af-4e87-a5bf-5b6588031ebd</SiteID>
  <Deleted>true</Deleted>
  <DeletedByRef>true</DeletedByRef>
  <Created>2024-03-03T15:35:44.4062138+00:00</Created>
  <CreatedBy>ee90739f-e763-4b10-979d-817aa7c5be80</CreatedBy>
  <Updated>2024-03-03T15:35:44.4062138+00:00</Updated>
  <UpdatedBy>22201c69-f3c6-4f66-abbf-8b8d40dafe37</UpdatedBy>
  <Completed>true</Completed>
</EvaluationCriteria>

application/json, text/json

Sample
{
  "ID": "e8404777-746d-4bcd-b5bf-958627bb2cb6",
  "AncestorID": "8b2120ac-7523-4c80-96a2-d5f59d3dd8de",
  "Rank": 1,
  "Name": "sample string 1",
  "Description": "sample string 2",
  "SiteID": "74223c7e-c4af-4e87-a5bf-5b6588031ebd",
  "Deleted": true,
  "DeletedByRef": true,
  "Created": "2024-03-03T15:35:44.4062138+00:00",
  "CreatedBy": "ee90739f-e763-4b10-979d-817aa7c5be80",
  "Updated": "2024-03-03T15:35:44.4062138+00:00",
  "UpdatedBy": "22201c69-f3c6-4f66-abbf-8b8d40dafe37",
  "Completed": true
}