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>0cda6e74-88fc-4531-be3e-49f6a8f5121f</ID> <AncestorID>bac8a593-a673-49d5-915c-d9206b328336</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> </ListItem>
{ "ID": "0cda6e74-88fc-4531-be3e-49f6a8f5121f", "AncestorID": "bac8a593-a673-49d5-915c-d9206b328336", "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>4424545c-7820-4e33-a5ec-bc329f8382be</ID> <AncestorID>8c38817f-60d5-4b71-a8b6-ad9cebc4ce9e</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>e02603a2-22d7-4c8b-991d-f6275b8f4674</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2025-04-10T17:53:01.4349561+00:00</Created> <CreatedBy>28fbc556-037a-4024-a162-55d11d7c6244</CreatedBy> <Updated>2025-04-10T17:53:01.4349561+00:00</Updated> <UpdatedBy>de7c505d-0e5d-4889-b109-b25183174883</UpdatedBy> </ListItem>
{ "ID": "4424545c-7820-4e33-a5ec-bc329f8382be", "AncestorID": "8c38817f-60d5-4b71-a8b6-ad9cebc4ce9e", "Rank": 1, "Name": "sample string 1", "Description": "sample string 2", "SiteID": "e02603a2-22d7-4c8b-991d-f6275b8f4674", "Deleted": true, "DeletedByRef": true, "Created": "2025-04-10T17:53:01.4349561+00:00", "CreatedBy": "28fbc556-037a-4024-a162-55d11d7c6244", "Updated": "2025-04-10T17:53:01.4349561+00:00", "UpdatedBy": "de7c505d-0e5d-4889-b109-b25183174883" }