GET apioauth/matrixv2/services/{serviceId}/tagiqtelemetry?startDate={startDate}&endDate={endDate}

Get the tag iq telemetry for a service

Request Information

URI Parameters

NameDescriptionTypeAdditional information
serviceId

The service id queried

unsigned integer

Required

startDate

The start date being queried yyyyMMddHHmmss

string

Required

endDate

The end date being queried yyyyMMddHHmmss

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of TagIqTelemetry
NameDescriptionTypeAdditional information
ServiceId

unsigned integer

None.

Timestamp

date

None.

Latitude

decimal number

None.

Longitude

decimal number

None.

Street

string

None.

Town

string

None.

County

string

None.

Postcode

string

None.

Country

string

None.

Confidence

integer

None.

Accuracy

integer

None.

ProcessedTime

date

None.

ProcessedMachine

string

None.

DynamoTTL

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ServiceId": 1,
    "Timestamp": "2025-06-15T21:27:56.9015664+00:00",
    "Latitude": 3.1,
    "Longitude": 4.1,
    "Street": "sample string 5",
    "Town": "sample string 6",
    "County": "sample string 7",
    "Postcode": "sample string 8",
    "Country": "sample string 9",
    "Confidence": 10,
    "Accuracy": 11,
    "ProcessedTime": "2025-06-15T21:27:56.9015664+00:00",
    "ProcessedMachine": "sample string 13",
    "DynamoTTL": "2025-06-15T21:27:56.9015664+00:00"
  },
  {
    "ServiceId": 1,
    "Timestamp": "2025-06-15T21:27:56.9015664+00:00",
    "Latitude": 3.1,
    "Longitude": 4.1,
    "Street": "sample string 5",
    "Town": "sample string 6",
    "County": "sample string 7",
    "Postcode": "sample string 8",
    "Country": "sample string 9",
    "Confidence": 10,
    "Accuracy": 11,
    "ProcessedTime": "2025-06-15T21:27:56.9015664+00:00",
    "ProcessedMachine": "sample string 13",
    "DynamoTTL": "2025-06-15T21:27:56.9015664+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfTagIqTelemetry xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <TagIqTelemetry>
    <ServiceId>1</ServiceId>
    <Timestamp>2025-06-15T21:27:56.9015664+00:00</Timestamp>
    <Latitude>3.1</Latitude>
    <Longitude>4.1</Longitude>
    <Street>sample string 5</Street>
    <Town>sample string 6</Town>
    <County>sample string 7</County>
    <Postcode>sample string 8</Postcode>
    <Country>sample string 9</Country>
    <Confidence>10</Confidence>
    <Accuracy>11</Accuracy>
    <ProcessedTime>2025-06-15T21:27:56.9015664+00:00</ProcessedTime>
    <ProcessedMachine>sample string 13</ProcessedMachine>
    <DynamoTTL>2025-06-15T21:27:56.9015664+00:00</DynamoTTL>
  </TagIqTelemetry>
  <TagIqTelemetry>
    <ServiceId>1</ServiceId>
    <Timestamp>2025-06-15T21:27:56.9015664+00:00</Timestamp>
    <Latitude>3.1</Latitude>
    <Longitude>4.1</Longitude>
    <Street>sample string 5</Street>
    <Town>sample string 6</Town>
    <County>sample string 7</County>
    <Postcode>sample string 8</Postcode>
    <Country>sample string 9</Country>
    <Confidence>10</Confidence>
    <Accuracy>11</Accuracy>
    <ProcessedTime>2025-06-15T21:27:56.9015664+00:00</ProcessedTime>
    <ProcessedMachine>sample string 13</ProcessedMachine>
    <DynamoTTL>2025-06-15T21:27:56.9015664+00:00</DynamoTTL>
  </TagIqTelemetry>
</ArrayOfTagIqTelemetry>