IngestAssetsSuccessResponse
Response containing the list of ingested assets
assets object[]required
List of ingested assets
Unique identifier for the asset (typically UUID)
519c00c9-29b1-4e16-8ed2-61bb4a8d6249externalIds object | null
Map of external system identifiers. Values can be null to delete a specific external ID.
Type of asset
BUILDINGDate when the asset was deleted. ISO 8601 format
2025-11-19T16:30:00ZDate when the asset is effective. ISO 8601 format
2024-11-19groupedBy object[]
List of all assets grouping the current asset
externalIds object | null
groupingAssetsToAdd object[]
List of assets to add to list of assets grouping the current asset
externalIds object | null
groups object[]
List of all assets grouped by the current asset
externalIds object | null
properties object
- AssetProperties
- null
simple object | null
precise string | null
Each key represents the code of a property, mapped to its corresponding list of time-based values
property name* UpsertPublicAssetPrecisePropertiesDatum
startDate object
- EffectiveDate
- null
endDate object
- ExpirationDate
- null
parent object
- AssetIds
- null
externalIds object | null
issues object[]required
Diagnostics raised while processing the ingest (warnings, errors, info). Empty when there is nothing to report.
Severity level of this issue
Possible values: [WARNING, ERROR]
asset objectrequired
Identifiers of the affected input asset, echoed from the request
externalIds object | null
Stable machine-readable issue code
PROPERTY_NOT_APPLICABLE_TO_TYPEJSON-pointer-like path to the offending input field, when applicable
properties.precise[ADDRESS]Human-readable description of the issue
Property 'ADDRESS' is not applicable to type 'PLAN|INDOOR'{
"assets": [
{
"uid": "519c00c9-29b1-4e16-8ed2-61bb4a8d6249",
"externalIds": {
"CODE": "001"
},
"temporaryId": "string",
"type": "BUILDING",
"name": "string",
"deletedAt": "2025-11-19T16:30:00Z",
"effectiveDate": "2024-11-19",
"groupedBy": "",
"groupingAssetsToAdd": "",
"groups": "",
"properties": {
"source": "string",
"simple": "Unknown Type: object,null",
"precise": {
"TAUX_ROTATION_ANNUEL": [
{
"startDate": "2020-01-02",
"endDate": "2024-01-03",
"rawValue": "17,00"
}
]
}
},
"parent": {
"uid": "string",
"externalIds": "Unknown Type: object,null",
"temporaryId": "string"
},
"expirationDate": "string"
}
],
"issues": [
{
"severity": "WARNING",
"asset": {
"uid": "string",
"externalIds": "Unknown Type: object,null",
"temporaryId": "string"
},
"code": "PROPERTY_NOT_APPLICABLE_TO_TYPE",
"field": "properties.precise[ADDRESS]",
"message": "Property 'ADDRESS' is not applicable to type 'PLAN|INDOOR'"
}
]
}