4.3 Get Site List

GET https://{{domain}}/api/v2/configuration/sites

Receives list of active sites identified by its serial number

Response:

Content-type: application/json

[//  JSON object containing an object for each site
      {
        "SiteGUID": "11111111-1111-1111-1111-111111111111", // guid : site id
        "SerialNumber": 1, // integer : serial number of the site 
        "Location": "Amsterdam, NL" // string : Location of the production site
      }
]

RESPONSES

status: OK

[{"SiteGUID":"85e9231f-d4f5-401d-82c6-94547a9ecf5f","SerialNumber":12345,"Location":"Amsterdam,NL"}]