Restore a deleted project scope.
id
globally unique identifier
Required
Guid ID of the project scope to restore. |
None.
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>969aa831-96a0-4df5-a8e8-61288f3e5520</ID> <AncestorID>e74658d4-1a79-46e7-a4d1-fbf6f40fd6e6</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>d6fd7eba-1154-4d0e-886e-f3b2e413d014</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2025-02-03T21:34:57.8711585+00:00</Created> <CreatedBy>fde32015-355d-4904-b976-3e8e37530d01</CreatedBy> <Updated>2025-02-03T21:34:57.8711585+00:00</Updated> <UpdatedBy>63bd0e3e-8d3e-48ea-a506-1380a10ccf71</UpdatedBy> </ListItem>
{ "ID": "969aa831-96a0-4df5-a8e8-61288f3e5520", "AncestorID": "e74658d4-1a79-46e7-a4d1-fbf6f40fd6e6", "Rank": 1, "Name": "sample string 1", "Description": "sample string 2", "SiteID": "d6fd7eba-1154-4d0e-886e-f3b2e413d014", "Deleted": true, "DeletedByRef": true, "Created": "2025-02-03T21:34:57.8711585+00:00", "CreatedBy": "fde32015-355d-4904-b976-3e8e37530d01", "Updated": "2025-02-03T21:34:57.8711585+00:00", "UpdatedBy": "63bd0e3e-8d3e-48ea-a506-1380a10ccf71" }