GET api/v{version}/Assets/ReportAssetsWithFreeFields?key={key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of Report_Asset_FreeFields| Name | Description | Type | Additional information |
|---|---|---|---|
| AssetID | integer |
None. |
|
| Brand | string |
None. |
|
| ContructionYear | date |
None. |
|
| CreationDate | date |
None. |
|
| FreeFields | Collection of MetaDataFieldOutDTO |
None. |
|
| Fuel | string |
None. |
|
| Mileage | string |
None. |
|
| Model | string |
None. |
|
| ModificationDate | date |
None. |
|
| PTO | decimal number |
None. |
|
| Registration | string |
None. |
|
| Transmission | string |
None. |
|
| VIN | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AssetID": 1,
"Brand": "sample string 2",
"ContructionYear": "2025-12-19T17:02:12.7061191+01:00",
"CreationDate": "2025-12-19T17:02:12.7061191+01:00",
"FreeFields": [
{
"BooleanValue": true,
"DateValue": "2025-12-19T17:02:12.7061191+01:00",
"DecimalValue": 1.0,
"Name": "sample string 1",
"StringValue": "sample string 2",
"Type": "String"
},
{
"BooleanValue": true,
"DateValue": "2025-12-19T17:02:12.7061191+01:00",
"DecimalValue": 1.0,
"Name": "sample string 1",
"StringValue": "sample string 2",
"Type": "String"
}
],
"Fuel": "sample string 3",
"Mileage": "sample string 4",
"Model": "sample string 5",
"ModificationDate": "2025-12-19T17:02:12.7061191+01:00",
"PTO": 6.0,
"Registration": "sample string 7",
"Transmission": "sample string 8",
"VIN": "sample string 9"
},
{
"AssetID": 1,
"Brand": "sample string 2",
"ContructionYear": "2025-12-19T17:02:12.7061191+01:00",
"CreationDate": "2025-12-19T17:02:12.7061191+01:00",
"FreeFields": [
{
"BooleanValue": true,
"DateValue": "2025-12-19T17:02:12.7061191+01:00",
"DecimalValue": 1.0,
"Name": "sample string 1",
"StringValue": "sample string 2",
"Type": "String"
},
{
"BooleanValue": true,
"DateValue": "2025-12-19T17:02:12.7061191+01:00",
"DecimalValue": 1.0,
"Name": "sample string 1",
"StringValue": "sample string 2",
"Type": "String"
}
],
"Fuel": "sample string 3",
"Mileage": "sample string 4",
"Model": "sample string 5",
"ModificationDate": "2025-12-19T17:02:12.7061191+01:00",
"PTO": 6.0,
"Registration": "sample string 7",
"Transmission": "sample string 8",
"VIN": "sample string 9"
}
]