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>32d8ccfa-1e22-46b8-a1be-7db42bfbbeeb</ID> <AncestorID>b8987e1a-924c-46d1-9712-f5a20df96b70</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> </ListItem>
{
"ID": "32d8ccfa-1e22-46b8-a1be-7db42bfbbeeb",
"AncestorID": "b8987e1a-924c-46d1-9712-f5a20df96b70",
"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>7314b242-7803-4ade-9aef-b6d2ec0d2286</ID> <AncestorID>3b969f78-1dc5-479d-812c-5ca8b8504609</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>0b8ace0d-bd9d-4798-852f-f365aae9fd5c</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2026-07-27T00:40:58.8333217+00:00</Created> <CreatedBy>f14b658b-dcec-4712-87bb-de5a0ea0140b</CreatedBy> <Updated>2026-07-27T00:40:58.8333217+00:00</Updated> <UpdatedBy>3e03fbdc-f0f9-499f-8be5-1830fc6268f2</UpdatedBy> </ListItem>
{
"ID": "7314b242-7803-4ade-9aef-b6d2ec0d2286",
"AncestorID": "3b969f78-1dc5-479d-812c-5ca8b8504609",
"Rank": 1,
"Name": "sample string 1",
"Description": "sample string 2",
"SiteID": "0b8ace0d-bd9d-4798-852f-f365aae9fd5c",
"Deleted": true,
"DeletedByRef": true,
"Created": "2026-07-27T00:40:58.8333217+00:00",
"CreatedBy": "f14b658b-dcec-4712-87bb-de5a0ea0140b",
"Updated": "2026-07-27T00:40:58.8333217+00:00",
"UpdatedBy": "3e03fbdc-f0f9-499f-8be5-1830fc6268f2"
}