GET api/calcqueues

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CalcQueueViewModel
NameDescriptionTypeAdditional information
Id

integer

None.

MeasId

integer

None.

From

date

None.

To

date

None.

Links

Gets the links.

Collection of LinkModel

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "measId": 2,
    "from": "2024-11-21T06:41:09.0448608+00:00",
    "to": "2024-11-21T06:41:09.0448608+00:00"
  },
  {
    "id": 1,
    "measId": 2,
    "from": "2024-11-21T06:41:09.0448608+00:00",
    "to": "2024-11-21T06:41:09.0448608+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCalcQueueViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TelogWebAPI.Models">
  <CalcQueueViewModel>
    <From xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2024-11-21T06:41:09.0448608Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </From>
    <Id>1</Id>
    <MeasId>2</MeasId>
    <To xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2024-11-21T06:41:09.0448608Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </To>
  </CalcQueueViewModel>
  <CalcQueueViewModel>
    <From xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2024-11-21T06:41:09.0448608Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </From>
    <Id>1</Id>
    <MeasId>2</MeasId>
    <To xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2024-11-21T06:41:09.0448608Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </To>
  </CalcQueueViewModel>
</ArrayOfCalcQueueViewModel>