Looking at the REST API documentation, i can’t see the different between Get Site Info API and Get Site Properties API. They both have the same URI and paramters:
GET /V1/CMDB/Sites/SiteInfo{?sitePath}|{?siteId}
GET /V1/CMDB/Sites/SiteInfo
Query Parameters(*required)
| Name | Type | Description |
|---|---|---|
| sitePath^ | string | Full path name of a site. For example, 'My Network/Site1/Boston/Dev'. |
| siteId^ | string | The unique id of specified site. |
| property | boolean | The boolean switch to decide whether return the site detail information |
Note : ^ required if the other parameter is null.
is the documentation correct?
