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>38b0984e-352b-47ba-8fd1-9909ca35c457</ID> <AncestorID>44559926-aeac-444e-86b5-74551a696e2b</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> </ListItem>
{
"ID": "38b0984e-352b-47ba-8fd1-9909ca35c457",
"AncestorID": "44559926-aeac-444e-86b5-74551a696e2b",
"Rank": 1,
"Name": "sample string 1",
"Description": "sample string 2"
}
|
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>5ebf2429-6dec-4cc1-9dd8-57c11e3617cc</ID> <AncestorID>bdeb969b-aca9-467e-af96-5547c93267ba</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>8cc4455c-7080-4d96-9328-8d990d1fb7e8</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2026-08-14T07:21:52.310871+00:00</Created> <CreatedBy>1c09c44a-7ad4-41ed-b80b-8928bea030f0</CreatedBy> <Updated>2026-08-14T07:21:52.310871+00:00</Updated> <UpdatedBy>8da9ce74-9d9e-496c-83e5-e6e0f9e9cc41</UpdatedBy> </ListItem>
{
"ID": "5ebf2429-6dec-4cc1-9dd8-57c11e3617cc",
"AncestorID": "bdeb969b-aca9-467e-af96-5547c93267ba",
"Rank": 1,
"Name": "sample string 1",
"Description": "sample string 2",
"SiteID": "8cc4455c-7080-4d96-9328-8d990d1fb7e8",
"Deleted": true,
"DeletedByRef": true,
"Created": "2026-08-14T07:21:52.310871+00:00",
"CreatedBy": "1c09c44a-7ad4-41ed-b80b-8928bea030f0",
"Updated": "2026-08-14T07:21:52.310871+00:00",
"UpdatedBy": "8da9ce74-9d9e-496c-83e5-e6e0f9e9cc41"
}