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>0fef5a0a-a079-4f24-ba08-2a50c697c281</ID> <AncestorID>b812d092-f7ca-40f6-92f7-a22358c6c783</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> </ListItem>
{
"ID": "0fef5a0a-a079-4f24-ba08-2a50c697c281",
"AncestorID": "b812d092-f7ca-40f6-92f7-a22358c6c783",
"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>2f838572-bcf7-4771-aad8-b5e35ae5c84e</ID> <AncestorID>6c0e9a64-6181-4367-8aca-5dbed15c8991</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>321e56c1-97c6-4bf2-a112-11f09abd05d8</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2026-07-27T00:40:23.4978748+00:00</Created> <CreatedBy>f390ecdd-474a-41e0-ba7b-3add459ac210</CreatedBy> <Updated>2026-07-27T00:40:23.4978748+00:00</Updated> <UpdatedBy>9c737ec0-6641-4fa9-b212-845bead7cee3</UpdatedBy> </ListItem>
{
"ID": "2f838572-bcf7-4771-aad8-b5e35ae5c84e",
"AncestorID": "6c0e9a64-6181-4367-8aca-5dbed15c8991",
"Rank": 1,
"Name": "sample string 1",
"Description": "sample string 2",
"SiteID": "321e56c1-97c6-4bf2-a112-11f09abd05d8",
"Deleted": true,
"DeletedByRef": true,
"Created": "2026-07-27T00:40:23.4978748+00:00",
"CreatedBy": "f390ecdd-474a-41e0-ba7b-3add459ac210",
"Updated": "2026-07-27T00:40:23.4978748+00:00",
"UpdatedBy": "9c737ec0-6641-4fa9-b212-845bead7cee3"
}