Update a supervisory scope.
|
id
globally unique identifier
Required
Guid ID of the Supervisory Scope to be updated. |
This object takes all the parameters needed to update a supervisory 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>6b1d8480-444d-447b-a8d2-97b35dfc2524</ID> <AncestorID>025e62f4-6981-43df-9368-9a8b39c7214a</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> </ListItem>
{
"ID": "6b1d8480-444d-447b-a8d2-97b35dfc2524",
"AncestorID": "025e62f4-6981-43df-9368-9a8b39c7214a",
"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>7addb675-14d8-4c17-a7bb-5a62c3e44498</ID> <AncestorID>6670a297-16f5-4e74-bbab-95cbc7dc6be5</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>e1c019d9-50e2-4fed-88c0-12f9d8eb2438</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2025-10-31T15:02:49.6097483+00:00</Created> <CreatedBy>23e4a094-511d-4558-bd43-4f130d713cf4</CreatedBy> <Updated>2025-10-31T15:02:49.6097483+00:00</Updated> <UpdatedBy>f5e39a8d-f9de-44eb-97f4-910becc86879</UpdatedBy> </ListItem>
{
"ID": "7addb675-14d8-4c17-a7bb-5a62c3e44498",
"AncestorID": "6670a297-16f5-4e74-bbab-95cbc7dc6be5",
"Rank": 1,
"Name": "sample string 1",
"Description": "sample string 2",
"SiteID": "e1c019d9-50e2-4fed-88c0-12f9d8eb2438",
"Deleted": true,
"DeletedByRef": true,
"Created": "2025-10-31T15:02:49.6097483+00:00",
"CreatedBy": "23e4a094-511d-4558-bd43-4f130d713cf4",
"Updated": "2025-10-31T15:02:49.6097483+00:00",
"UpdatedBy": "f5e39a8d-f9de-44eb-97f4-910becc86879"
}