GET apioauth/matrixv2/groups/{groupId}/staticinformation

Get static service information for a group

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupId

The group id queried

unsigned integer

Required

Body Parameters

None.

Response Information

Resource Description

A GroupStaticServiceInformationResponse

GroupStaticServiceInformationResponse
NameDescriptionTypeAdditional information
staticServiceInformations

Collection of StaticServiceInformationResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "staticServiceInformations": [
    {
      "id": 1,
      "serviceId": 2,
      "installerName": "sample string 3",
      "installDate": "2025-04-27T15:40:31.3927512+00:00",
      "networkId": 5,
      "regionalZone": 6,
      "installType": 7,
      "latitude": 8.1,
      "longitude": 9.1,
      "address": "sample string 10",
      "locationNotes": "sample string 11",
      "friendlyName": "sample string 12"
    },
    {
      "id": 1,
      "serviceId": 2,
      "installerName": "sample string 3",
      "installDate": "2025-04-27T15:40:31.3927512+00:00",
      "networkId": 5,
      "regionalZone": 6,
      "installType": 7,
      "latitude": 8.1,
      "longitude": 9.1,
      "address": "sample string 10",
      "locationNotes": "sample string 11",
      "friendlyName": "sample string 12"
    }
  ]
}

application/xml, text/xml

Sample:
<GroupStaticServiceInformationResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <StaticServiceInformationResponses>
    <StaticServiceInformationResponse>
      <Id>1</Id>
      <ServiceId>2</ServiceId>
      <InstallerName>sample string 3</InstallerName>
      <InstallDate>2025-04-27T15:40:31.3927512+00:00</InstallDate>
      <NetworkId>5</NetworkId>
      <RegionalZone>6</RegionalZone>
      <InstallType>7</InstallType>
      <Latitude>8.1</Latitude>
      <Longitude>9.1</Longitude>
      <Address>sample string 10</Address>
      <LocationNotes>sample string 11</LocationNotes>
      <FriendlyName>sample string 12</FriendlyName>
    </StaticServiceInformationResponse>
    <StaticServiceInformationResponse>
      <Id>1</Id>
      <ServiceId>2</ServiceId>
      <InstallerName>sample string 3</InstallerName>
      <InstallDate>2025-04-27T15:40:31.3927512+00:00</InstallDate>
      <NetworkId>5</NetworkId>
      <RegionalZone>6</RegionalZone>
      <InstallType>7</InstallType>
      <Latitude>8.1</Latitude>
      <Longitude>9.1</Longitude>
      <Address>sample string 10</Address>
      <LocationNotes>sample string 11</LocationNotes>
      <FriendlyName>sample string 12</FriendlyName>
    </StaticServiceInformationResponse>
  </StaticServiceInformationResponses>
</GroupStaticServiceInformationResponse>