Read an individual's basic roles.
|
individualid
globally unique identifier
Required
Guid ID of the individual whose basic roles are to be read. |
|
deleted
byte
Add ?deleted=0, 1, or 2 for not deleted, deleted, or all. |
None.
|
ID
globally unique identifier
Required on Update
ID of the given basic role. |
|
IndividualID
globally unique identifier
ID of the individual who is linked to the given basic role. (If null on create this will default to the currently logged in user.) |
|
Name
string
Required
Name of the given basic role. (Max length 255 characters) |
|
Rank
integer
Rank of the given basic role. |
|
Description
string
Description of the given basic role. |
|
PercentTime
byte
Percent of time that should be devoted to the given basic role. |
|
Created
date
ReadOnly
Date the given basic role was created. |
|
CreatedBy
globally unique identifier
ReadOnly
ID of the individual that created the given basic role. |
|
Updated
date
ReadOnly
Date the given basic role was last updated. |
|
UpdatedBy
globally unique identifier
ReadOnly
ID of the individual that last updated the given basic role. |
|
PerformanceIndicators
string
ReadOnly
Performance indicators that are linked to the given basic role. |
|
Deleted
boolean
ReadOnly
Deleted status of the given basic role. |
|
DeletedByRef
boolean
ReadOnly
Deleted by Reference status of the given basic role. |
<BasicRole xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>9cc11ca9-f4b8-4ee0-af71-72b09ac956b1</ID> <IndividualID>38ca904f-749b-42f4-a2a4-610f1312d6c1</IndividualID> <Name>sample string 1</Name> <Rank>1</Rank> <Description>sample string 2</Description> <PercentTime>64</PercentTime> <Created>2025-10-23T10:21:30.7645429+00:00</Created> <CreatedBy>95adbe9b-0d42-4c0f-98e3-ec132d20abbc</CreatedBy> <Updated>2025-10-23T10:21:30.7645429+00:00</Updated> <UpdatedBy>0ae5a542-60e8-42f3-86a8-c6a3a6bceb05</UpdatedBy> <PerformanceIndicators>sample string 3</PerformanceIndicators> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </BasicRole>
{
"ID": "9cc11ca9-f4b8-4ee0-af71-72b09ac956b1",
"IndividualID": "38ca904f-749b-42f4-a2a4-610f1312d6c1",
"Name": "sample string 1",
"Rank": 1,
"Description": "sample string 2",
"PercentTime": 64,
"Created": "2025-10-23T10:21:30.7645429+00:00",
"CreatedBy": "95adbe9b-0d42-4c0f-98e3-ec132d20abbc",
"Updated": "2025-10-23T10:21:30.7645429+00:00",
"UpdatedBy": "0ae5a542-60e8-42f3-86a8-c6a3a6bceb05",
"PerformanceIndicators": "sample string 3",
"Deleted": true,
"DeletedByRef": true
}