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>8dc12635-d4fa-46bf-8cc8-d83628810b5e</ID> <AncestorID>42c11077-7424-4997-a372-5ec4ab2772c1</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> </ListItem>
{ "ID": "8dc12635-d4fa-46bf-8cc8-d83628810b5e", "AncestorID": "42c11077-7424-4997-a372-5ec4ab2772c1", "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>2d0715aa-227a-4fdb-86bb-7d0b4ff98749</ID> <AncestorID>5b1f1e6f-fd9b-4b2c-bf40-1b04e84613d5</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>dfe79596-36a9-4991-b2fa-7532e484b362</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2025-10-01T11:30:00.9609755+00:00</Created> <CreatedBy>3ec2f2e7-44db-4e0c-a0fb-3f868ce2adec</CreatedBy> <Updated>2025-10-01T11:30:00.9609755+00:00</Updated> <UpdatedBy>69288186-0bb4-4c0b-94cc-7894084a74bc</UpdatedBy> </ListItem>
{ "ID": "2d0715aa-227a-4fdb-86bb-7d0b4ff98749", "AncestorID": "5b1f1e6f-fd9b-4b2c-bf40-1b04e84613d5", "Rank": 1, "Name": "sample string 1", "Description": "sample string 2", "SiteID": "dfe79596-36a9-4991-b2fa-7532e484b362", "Deleted": true, "DeletedByRef": true, "Created": "2025-10-01T11:30:00.9609755+00:00", "CreatedBy": "3ec2f2e7-44db-4e0c-a0fb-3f868ce2adec", "Updated": "2025-10-01T11:30:00.9609755+00:00", "UpdatedBy": "69288186-0bb4-4c0b-94cc-7894084a74bc" }