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>b8c9e72a-18e3-4538-bcb4-790e031b9258</ID> <AncestorID>ae52b411-30af-4ef8-9c11-573e02ba8831</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> </ListItem>
{
"ID": "b8c9e72a-18e3-4538-bcb4-790e031b9258",
"AncestorID": "ae52b411-30af-4ef8-9c11-573e02ba8831",
"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>cf735228-0f8e-47e0-8f28-0c0f16bd1f41</ID> <AncestorID>a723be80-b6c0-4de8-b95a-c5b11921fcaa</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>b5573761-ef2a-466b-99f6-c657facb0efe</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2026-09-04T16:38:17.848248+00:00</Created> <CreatedBy>c6c1e31f-9e21-40a6-aecb-2a2e2437ebbf</CreatedBy> <Updated>2026-09-04T16:38:17.848248+00:00</Updated> <UpdatedBy>1691bb66-9879-455d-af0c-dc0b5ae38cb6</UpdatedBy> </ListItem>
{
"ID": "cf735228-0f8e-47e0-8f28-0c0f16bd1f41",
"AncestorID": "a723be80-b6c0-4de8-b95a-c5b11921fcaa",
"Rank": 1,
"Name": "sample string 1",
"Description": "sample string 2",
"SiteID": "b5573761-ef2a-466b-99f6-c657facb0efe",
"Deleted": true,
"DeletedByRef": true,
"Created": "2026-09-04T16:38:17.848248+00:00",
"CreatedBy": "c6c1e31f-9e21-40a6-aecb-2a2e2437ebbf",
"Updated": "2026-09-04T16:38:17.848248+00:00",
"UpdatedBy": "1691bb66-9879-455d-af0c-dc0b5ae38cb6"
}