Create a new supervisory scope.
None.
This object takes all the parameters needed to create a new 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>5ce141ea-d00d-47fd-af2c-6f6b0c7c3d46</ID> <AncestorID>4b209433-72e0-459f-8f82-a072600668eb</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> </ListItem>
{ "ID": "5ce141ea-d00d-47fd-af2c-6f6b0c7c3d46", "AncestorID": "4b209433-72e0-459f-8f82-a072600668eb", "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>c5d47f10-9c7e-4219-96ac-1325456e3868</ID> <AncestorID>bee12171-f5af-44d8-a93f-cf68e4e27a3e</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>b95df74b-fde6-408b-98b5-d6ddf82fc15c</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2025-08-01T09:23:08.0417149+00:00</Created> <CreatedBy>f7e9e2c8-c11a-44dd-a2e4-adfb569a5631</CreatedBy> <Updated>2025-08-01T09:23:08.0417149+00:00</Updated> <UpdatedBy>362b9a85-d7a0-4e2e-a19d-2b1723388ffe</UpdatedBy> </ListItem>
{ "ID": "c5d47f10-9c7e-4219-96ac-1325456e3868", "AncestorID": "bee12171-f5af-44d8-a93f-cf68e4e27a3e", "Rank": 1, "Name": "sample string 1", "Description": "sample string 2", "SiteID": "b95df74b-fde6-408b-98b5-d6ddf82fc15c", "Deleted": true, "DeletedByRef": true, "Created": "2025-08-01T09:23:08.0417149+00:00", "CreatedBy": "f7e9e2c8-c11a-44dd-a2e4-adfb569a5631", "Updated": "2025-08-01T09:23:08.0417149+00:00", "UpdatedBy": "362b9a85-d7a0-4e2e-a19d-2b1723388ffe" }