GET apioauth/matrixv2/services/{serviceId}/staticinformation
Get static service information
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| serviceId | 
                         The service id queried  | 
                    unsigned integer | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
A StaticServiceInformationResponse
StaticServiceInformationResponse| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | integer | 
                             None.  | 
                |
| serviceId | integer | 
                             None.  | 
                |
| installerName | string | 
                             None.  | 
                |
| installDate | date | 
                             None.  | 
                |
| networkId | integer | 
                             None.  | 
                |
| regionalZone | integer | 
                             None.  | 
                |
| installType | integer | 
                             None.  | 
                |
| latitude | decimal number | 
                             None.  | 
                |
| longitude | decimal number | 
                             None.  | 
                |
| address | string | 
                             None.  | 
                |
| locationNotes | string | 
                             None.  | 
                |
| friendlyName | string | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
        
{
  "id": 1,
  "serviceId": 2,
  "installerName": "sample string 3",
  "installDate": "2025-11-04T07:56:51.5440714+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:
<StaticServiceInformationResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Id>1</Id> <ServiceId>2</ServiceId> <InstallerName>sample string 3</InstallerName> <InstallDate>2025-11-04T07:56:51.5440714+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>