GET api/atpMixLinker/MockLastMosaic
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| modal | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"result": [
{
"time": "2025-12-22T01:51:24.315745+08:00",
"value": {
"sample string 1": 2.0,
"sample string 3": 4.0,
"sample string 5": 6.0
}
},
{
"time": "2025-12-22T01:51:24.315745+08:00",
"value": {
"sample string 1": 2.0,
"sample string 3": 4.0,
"sample string 5": 6.0
}
},
{
"time": "2025-12-22T01:51:24.315745+08:00",
"value": {
"sample string 1": 2.0,
"sample string 3": 4.0,
"sample string 5": 6.0
}
}
]
}
application/xml, text/xml
Sample:
<MixLinkerLastMosaicResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers">
<code>1</code>
<msg>sample string 2</msg>
<result>
<MixLinkerLastMosaicDetail>
<time>2025-12-22T01:51:24.315745+08:00</time>
<value xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:KeyValueOfstringdecimal>
<d4p1:Key>sample string 1</d4p1:Key>
<d4p1:Value>2</d4p1:Value>
</d4p1:KeyValueOfstringdecimal>
<d4p1:KeyValueOfstringdecimal>
<d4p1:Key>sample string 3</d4p1:Key>
<d4p1:Value>4</d4p1:Value>
</d4p1:KeyValueOfstringdecimal>
<d4p1:KeyValueOfstringdecimal>
<d4p1:Key>sample string 5</d4p1:Key>
<d4p1:Value>6</d4p1:Value>
</d4p1:KeyValueOfstringdecimal>
</value>
</MixLinkerLastMosaicDetail>
<MixLinkerLastMosaicDetail>
<time>2025-12-22T01:51:24.315745+08:00</time>
<value xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:KeyValueOfstringdecimal>
<d4p1:Key>sample string 1</d4p1:Key>
<d4p1:Value>2</d4p1:Value>
</d4p1:KeyValueOfstringdecimal>
<d4p1:KeyValueOfstringdecimal>
<d4p1:Key>sample string 3</d4p1:Key>
<d4p1:Value>4</d4p1:Value>
</d4p1:KeyValueOfstringdecimal>
<d4p1:KeyValueOfstringdecimal>
<d4p1:Key>sample string 5</d4p1:Key>
<d4p1:Value>6</d4p1:Value>
</d4p1:KeyValueOfstringdecimal>
</value>
</MixLinkerLastMosaicDetail>
<MixLinkerLastMosaicDetail>
<time>2025-12-22T01:51:24.315745+08:00</time>
<value xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:KeyValueOfstringdecimal>
<d4p1:Key>sample string 1</d4p1:Key>
<d4p1:Value>2</d4p1:Value>
</d4p1:KeyValueOfstringdecimal>
<d4p1:KeyValueOfstringdecimal>
<d4p1:Key>sample string 3</d4p1:Key>
<d4p1:Value>4</d4p1:Value>
</d4p1:KeyValueOfstringdecimal>
<d4p1:KeyValueOfstringdecimal>
<d4p1:Key>sample string 5</d4p1:Key>
<d4p1:Value>6</d4p1:Value>
</d4p1:KeyValueOfstringdecimal>
</value>
</MixLinkerLastMosaicDetail>
</result>
</MixLinkerLastMosaicResult>