Create a project scope.
None.
This object takes all the parameters needed to create a new 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>c0f625d4-e7ac-4a35-b29b-e7f2800a788e</ID> <AncestorID>ef919894-e314-4303-aa2c-cf0efebff5d0</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> </ListItem>
{
"ID": "c0f625d4-e7ac-4a35-b29b-e7f2800a788e",
"AncestorID": "ef919894-e314-4303-aa2c-cf0efebff5d0",
"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>13671d5b-2309-4386-a3bb-585301acb73c</ID> <AncestorID>e7e09c60-b8c2-4293-a41e-617b41046d00</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>c259f153-92ee-4b10-abc0-12b044c57f41</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2026-09-04T05:42:07.5449395+00:00</Created> <CreatedBy>0f31af8d-3467-4651-87bc-5f37d7b9d7d8</CreatedBy> <Updated>2026-09-04T05:42:07.5449395+00:00</Updated> <UpdatedBy>058d9340-f5ac-49aa-a1a0-43632bde545a</UpdatedBy> </ListItem>
{
"ID": "13671d5b-2309-4386-a3bb-585301acb73c",
"AncestorID": "e7e09c60-b8c2-4293-a41e-617b41046d00",
"Rank": 1,
"Name": "sample string 1",
"Description": "sample string 2",
"SiteID": "c259f153-92ee-4b10-abc0-12b044c57f41",
"Deleted": true,
"DeletedByRef": true,
"Created": "2026-09-04T05:42:07.5449395+00:00",
"CreatedBy": "0f31af8d-3467-4651-87bc-5f37d7b9d7d8",
"Updated": "2026-09-04T05:42:07.5449395+00:00",
"UpdatedBy": "058d9340-f5ac-49aa-a1a0-43632bde545a"
}