Create a new accountability for an individual.
None.
This object takes all the parameters needed to create a new accountability.
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>ba326f82-2d67-4f60-b02c-b0f9e6808bc2</ID> <AncestorID>1b350628-6ac9-46e7-9519-df90581bee9f</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> </ListItem>
{
"ID": "ba326f82-2d67-4f60-b02c-b0f9e6808bc2",
"AncestorID": "1b350628-6ac9-46e7-9519-df90581bee9f",
"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>f637c82d-3b1b-4542-b258-196d7d363f1b</ID> <AncestorID>0564c6d6-f479-416a-8f75-c611fc305978</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>cdac36bc-8af9-4070-b6dc-3b43dfcf92ae</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2026-02-20T15:30:40.1378306+00:00</Created> <CreatedBy>45dd4377-77be-42e9-8863-bb6462698f85</CreatedBy> <Updated>2026-02-20T15:30:40.1378306+00:00</Updated> <UpdatedBy>dfa6b5bf-c750-417f-a60a-ddb5521105db</UpdatedBy> </ListItem>
{
"ID": "f637c82d-3b1b-4542-b258-196d7d363f1b",
"AncestorID": "0564c6d6-f479-416a-8f75-c611fc305978",
"Rank": 1,
"Name": "sample string 1",
"Description": "sample string 2",
"SiteID": "cdac36bc-8af9-4070-b6dc-3b43dfcf92ae",
"Deleted": true,
"DeletedByRef": true,
"Created": "2026-02-20T15:30:40.1378306+00:00",
"CreatedBy": "45dd4377-77be-42e9-8863-bb6462698f85",
"Updated": "2026-02-20T15:30:40.1378306+00:00",
"UpdatedBy": "dfa6b5bf-c750-417f-a60a-ddb5521105db"
}