Note: This page has not yet been converted to the new developer portal format. Please use Swagger to test this API.
Uploaded Assets
Uploaded Assets Status
operations.
GET /rest/v2/asset-management/upload-assets
Description
getUploadedAssetDetailByStatus
Parameters
Name | Data Type | Required? | Description |
---|---|---|---|
pageNumber | integer | n | pageNumber. Default value: 1 |
pageSize | integer | n | pageSize |
uploadBatchId | string | y | uploadBatchId |
uploadRecordStatus | string | y | uploadRecordStatus |
X-EB-Organization-Id | string | y | HTTP header |
Responses
Code | Description |
---|---|
200 OK | Example { "data": [ { "address": { "city": "string", "country": "string", "point": { "lat": "string", "lon": "string" }, "postalCode": "string", "state": "string", "streetAddress1": "string", "streetAddress2": "string" }, "assetId": "string", "assetTypeId": "string", "category": "string", "chunkId": "string", "createdId": 0, "createdName": "string", "createdProxyName": "string", "createdTimestamp": "2021-04-28T20:20:58.718Z", "endTimestamp": "string", "errors": [ { "code": 0, "field": "string", "message": "string" } ], "externalId": "string", "geocodingStatus": "Failed", "geometry": "string", "hasCriticalError": true, "iconId": "string", "id": "string", "lastModifiedId": 0, "lastModifiedName": "string", "lastModifiedProxyName": "string", "lastModifiedTimestamp": "2021-04-28T20:20:58.718Z", "name": "string", "notes": "string", "organizationId": 0, "properties": [ |
{ "propertyId": "string", "propertyName": "string", "value": "string" } ], "startTimestamp": "string", "uploadBatchId": "string", "uploadRecordStatus": "LOADED_SUCCESS" } ], "first": true, "last": true, "pageNumber": 0, "pageSize": 0, "totalCount": 0, "totalPageCount": 0 } | |
Model |
GET /rest/v2/asset-management/upload-assets/{id}
Description
getUploadedAssetDetailById
Parameters
Name | Data Type | Required? | Description |
---|---|---|---|
id | string | y | id |
X-EB-Organization-Id | string | y | HTTP header |
Responses
Code | Description |
---|---|
200 OK | Example { "address": { "city": "string", "country": "string", "point": { "lat": "string", "lon": "string" }, "postalCode": "string", "state": "string", "streetAddress1": "string", "streetAddress2": "string" }, "assetId": "string", "assetTypeId": "string", "category": "string", "chunkId": "string", "createdId": 0, "createdName": "string", "createdProxyName": "string", "createdTimestamp": "2021-04-28T20:24:35.646Z", "endTimestamp": "string", "errors": [ { "code": 0, "field": "string", "message": "string" } ], "externalId": "string", "geocodingStatus": "Failed", "geometry": "string", "hasCriticalError": true, "iconId": "string", "id": "string", "lastModifiedId": 0, "lastModifiedName": "string", "lastModifiedProxyName": "string", "lastModifiedTimestamp": "2021-04-28T20:24:35.646Z", "name": "string", "notes": "string", "organizationId": 0, "properties": [ { "propertyId": "string", "propertyName": "string", "value": "string" } ], "startTimestamp": "string", "uploadBatchId": "string", "uploadRecordStatus": "LOADED_SUCCESS" } |
Model |