Update a projcet scope.
id
globally unique identifier
Required
Guid ID of the project scope to be updated. |
This object takes all the parameters needed to update an project scope.
System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
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>600a91e8-665e-4ad0-b33a-ecb79e6926a7</ID> <AncestorID>376db926-a820-4a7e-808a-6ba41700375f</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>5e86ca9c-5a0a-42cf-99e2-384c115dafcd</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2025-09-11T02:54:45.0372151+00:00</Created> <CreatedBy>f892791e-4e40-42e7-b352-7017278ba51e</CreatedBy> <Updated>2025-09-11T02:54:45.0372151+00:00</Updated> <UpdatedBy>e017ef47-ce49-447e-94e4-e47e138555ab</UpdatedBy> </ListItem>
{ "ID": "600a91e8-665e-4ad0-b33a-ecb79e6926a7", "AncestorID": "376db926-a820-4a7e-808a-6ba41700375f", "Rank": 1, "Name": "sample string 1", "Description": "sample string 2", "SiteID": "5e86ca9c-5a0a-42cf-99e2-384c115dafcd", "Deleted": true, "DeletedByRef": true, "Created": "2025-09-11T02:54:45.0372151+00:00", "CreatedBy": "f892791e-4e40-42e7-b352-7017278ba51e", "Updated": "2025-09-11T02:54:45.0372151+00:00", "UpdatedBy": "e017ef47-ce49-447e-94e4-e47e138555ab" }
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>98536abd-1e60-4ce1-b902-04765a9d8bae</ID> <AncestorID>03246098-39da-4ecd-8b67-72cb24265a40</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>ce0b83e0-546e-4f0b-9454-930abe1e2837</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2025-09-11T02:54:45.0372151+00:00</Created> <CreatedBy>2da7901a-2833-4e0d-920f-017ba3eb3536</CreatedBy> <Updated>2025-09-11T02:54:45.0372151+00:00</Updated> <UpdatedBy>d8c0cf8f-cb01-47b1-a76b-0734275d55e3</UpdatedBy> </ListItem>
{ "ID": "98536abd-1e60-4ce1-b902-04765a9d8bae", "AncestorID": "03246098-39da-4ecd-8b67-72cb24265a40", "Rank": 1, "Name": "sample string 1", "Description": "sample string 2", "SiteID": "ce0b83e0-546e-4f0b-9454-930abe1e2837", "Deleted": true, "DeletedByRef": true, "Created": "2025-09-11T02:54:45.0372151+00:00", "CreatedBy": "2da7901a-2833-4e0d-920f-017ba3eb3536", "Updated": "2025-09-11T02:54:45.0372151+00:00", "UpdatedBy": "d8c0cf8f-cb01-47b1-a76b-0734275d55e3" }