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>9722fa8e-d16b-4c3d-b8d8-797ca63b9a1f</ID> <AncestorID>0675638b-908f-4b3b-b331-cf1951f3deb3</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> </ListItem>
{
"ID": "9722fa8e-d16b-4c3d-b8d8-797ca63b9a1f",
"AncestorID": "0675638b-908f-4b3b-b331-cf1951f3deb3",
"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>5f7f98f4-14f9-4faa-bfd9-8abd20cf4877</ID> <AncestorID>d4c3ddb6-b1a7-4f5d-b708-f9935eaec48a</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>f11ee145-fcac-4f6f-92d8-bd7d2572fe84</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2026-05-06T06:05:43.0835964+00:00</Created> <CreatedBy>d8c6c404-87b7-4015-b26f-52debe83c77a</CreatedBy> <Updated>2026-05-06T06:05:43.0835964+00:00</Updated> <UpdatedBy>5b9cbf8f-4275-4a29-8268-5b32b3a6d45a</UpdatedBy> </ListItem>
{
"ID": "5f7f98f4-14f9-4faa-bfd9-8abd20cf4877",
"AncestorID": "d4c3ddb6-b1a7-4f5d-b708-f9935eaec48a",
"Rank": 1,
"Name": "sample string 1",
"Description": "sample string 2",
"SiteID": "f11ee145-fcac-4f6f-92d8-bd7d2572fe84",
"Deleted": true,
"DeletedByRef": true,
"Created": "2026-05-06T06:05:43.0835964+00:00",
"CreatedBy": "d8c6c404-87b7-4015-b26f-52debe83c77a",
"Updated": "2026-05-06T06:05:43.0835964+00:00",
"UpdatedBy": "5b9cbf8f-4275-4a29-8268-5b32b3a6d45a"
}