HomeRecipesAPI ReferenceChangelogDiscussions
Log In
Discussions

Discussions

Ask a Question
Back to All

Orphaned Assets

Hi,

When I look at the Location entity in Data Model of Entities, I see a boolean value called "Orphan".

According to the Data Model of Entities, having the Boolean value "Orphan" True indicates that the asset is orphaned.

I'd like to understand what the Orphan property in the Location entity means.

Additionally, I want to know if it has anything to do with workzone.

Information about it would be greatly appreciated.

Thank you.

Below is a return from the GET Location API with an orphan field.

{
"Entities": [
{
"Data": {
"Name": "Too Cold",
"ModelId": 4784,
"Orphan": true,
"TypeId": "Regular",
"ParentId": 0,
"RootId": 0,
"IsTemplate": false,
"IsOffline": true,
"IsLocked": false,
"IsRestricted": false,
"IsDirectParts": false,
"IncludeNonControllableExpenses": false,
"CriticalFacilities": "Inherit",
"Id": 1246831
}
}
]
}