Read a single project scope.
id
globally unique identifier
Required
Guid ID of the project scope to be read. |
None.
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. |
<ListItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>18b8536a-ceb1-488d-9b80-d3091eeb75e4</ID> <AncestorID>b0803e23-5be1-4bf2-b574-ad5c5a7ca91a</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>8f749e17-5316-4a53-b32d-4e3fa007cca4</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2025-04-18T22:00:01.4189848+00:00</Created> <CreatedBy>2b2e4a4f-8e16-42ef-9c30-bea9e8d80409</CreatedBy> <Updated>2025-04-18T22:00:01.4189848+00:00</Updated> <UpdatedBy>a6cd848d-f27e-4685-93d2-780d2865b08d</UpdatedBy> </ListItem>
{ "ID": "18b8536a-ceb1-488d-9b80-d3091eeb75e4", "AncestorID": "b0803e23-5be1-4bf2-b574-ad5c5a7ca91a", "Rank": 1, "Name": "sample string 1", "Description": "sample string 2", "SiteID": "8f749e17-5316-4a53-b32d-4e3fa007cca4", "Deleted": true, "DeletedByRef": true, "Created": "2025-04-18T22:00:01.4189848+00:00", "CreatedBy": "2b2e4a4f-8e16-42ef-9c30-bea9e8d80409", "Updated": "2025-04-18T22:00:01.4189848+00:00", "UpdatedBy": "a6cd848d-f27e-4685-93d2-780d2865b08d" }