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>4712629c-b8aa-4bc5-b596-82c8c0e85068</ID> <AncestorID>ba6475e4-2cbc-4028-bb6f-ab4279761543</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> </ListItem>
{
"ID": "4712629c-b8aa-4bc5-b596-82c8c0e85068",
"AncestorID": "ba6475e4-2cbc-4028-bb6f-ab4279761543",
"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>d89c3b9e-3ab1-44b7-b12d-938d1670b2b7</ID> <AncestorID>f20ef246-9c06-41b0-b281-9ac4c9c68ed4</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>0e6a33dd-d2f6-4089-9f0d-75b0d158946d</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2026-05-20T12:11:19.3994999+00:00</Created> <CreatedBy>1b4a7d4c-3a78-4b4f-8450-622d04d9a314</CreatedBy> <Updated>2026-05-20T12:11:19.3994999+00:00</Updated> <UpdatedBy>a4ae8f54-5a9e-4513-89c1-067c8d5acc75</UpdatedBy> </ListItem>
{
"ID": "d89c3b9e-3ab1-44b7-b12d-938d1670b2b7",
"AncestorID": "f20ef246-9c06-41b0-b281-9ac4c9c68ed4",
"Rank": 1,
"Name": "sample string 1",
"Description": "sample string 2",
"SiteID": "0e6a33dd-d2f6-4089-9f0d-75b0d158946d",
"Deleted": true,
"DeletedByRef": true,
"Created": "2026-05-20T12:11:19.3994999+00:00",
"CreatedBy": "1b4a7d4c-3a78-4b4f-8450-622d04d9a314",
"Updated": "2026-05-20T12:11:19.3994999+00:00",
"UpdatedBy": "a4ae8f54-5a9e-4513-89c1-067c8d5acc75"
}