Structure API
Number of APIs: 32
-
equipment-{equipmentId} - Update Equipment PATCH {{baseUrl}}/equipment/:equipmentId
-
enums - List BuildingTypes GET {{baseUrl}}/enums/building-types
-
assets/{assetId}/relationships/has-location - Update hasLocation PATCH {{baseUrl}}/assets/:assetId/relationships/has-location
-
assets/{assetId}/relationships/has-location - List/Get hasLocations relationships for the Asset GET {{baseUrl}}/assets/:assetId/relationships/has-location
-
addresses-{addressId} - Get Address GET {{baseUrl}}/addresses/:addressId
-
addresses - List Addresses GET {{baseUrl}}/addresses?page[size]=100&page[number]=0&filter[continentCode]=<string>
-
addresses-{addressId} - Update Address PATCH {{baseUrl}}/addresses/:addressId
-
addresses-{addressId} - Delete Address DELETE {{baseUrl}}/addresses/:addressId
-
addresses - Create Address POST {{baseUrl}}/addresses
-
locations-{locationId}-relationships - List/Get isPartOf relationships for the Location GET {{baseUrl}}/locations/:locationId/relationships/is-part-of