Structure API

Number of APIs: 32

  1. equipment-{equipmentId} - Update Equipment PATCH {{baseUrl}}/equipment/:equipmentId

  2. enums - List BuildingTypes GET {{baseUrl}}/enums/building-types

  3. assets/{assetId}/relationships/has-location - Update hasLocation PATCH {{baseUrl}}/assets/:assetId/relationships/has-location

  4. assets/{assetId}/relationships/has-location - List/Get hasLocations relationships for the Asset GET {{baseUrl}}/assets/:assetId/relationships/has-location

  5. addresses-{addressId} - Get Address GET {{baseUrl}}/addresses/:addressId

  6. addresses - List Addresses GET {{baseUrl}}/addresses?page[size]=100&page[number]=0&filter[continentCode]=<string>

  7. addresses-{addressId} - Update Address PATCH {{baseUrl}}/addresses/:addressId

  8. addresses-{addressId} - Delete Address DELETE {{baseUrl}}/addresses/:addressId

  9. addresses - Create Address POST {{baseUrl}}/addresses

  10. locations-{locationId}-relationships - List/Get isPartOf relationships for the Location GET {{baseUrl}}/locations/:locationId/relationships/is-part-of