POST /services/asset
FROM API REVISION 7.0
Used when you are operating a browser without access to the header parameter. This allows you to choose which encoding you want to use for the response:
All these resources can be used according what the resource allows.
If this parameter is not in the request, the Application/Json will be chosen by default.
There are multiple possible values (according the resource):
The first two are the most often used.
There are multiple possible values according the resource:
If this parameter is not present during the request, and error 415 Unsupported Media Type will be thrown.
The Content-Length entity-header field indicates the size of the entity-body.
Object Name: Asset
Property Name | Type | Description | Method |
---|---|---|---|
BestRssiMaxDeviation | Integer | GET POST |
|
CalculateSingleFixturePosition | Boolean | GET POST |
|
MinRssiThreshold | Integer | GET POST |
|
TagPositionSamplingTime | Integer | GET POST |
|
Logs | Object | GET | |
AssetAdapter | Object | GET | |
Update | Object | GET | |
EdgarList | Array |
GET |
URL Example: https://0.0.0.0/api/rest/v1/services/asset
{
"minRssiThreshold": -78,
"bestRssiMaxDeviation": 6,
"tagPositionSamplingTime": 3000,
"calculateSingleFixturePosition": true
}
URL Example: https://0.0.0.0/api/rest/v1/services/asset
<?xml version="1.0" encoding="utf-8"?>
<Asset>
<minRssiThreshold>-78</minRssiThreshold>
<bestRssiMaxDeviation>6</bestRssiMaxDeviation>
<calculateSingleFixturePosition>3000</calculateSingleFixturePosition>
<tagPositionSamplingTime>true</tagPositionSamplingTime>
</Asset>