Skip to content

zOne Web Services

The zOne Web Services API enables integration with core platform capabilities,including Maintenance Management, Space Management, and Condition Assessment.

It provides secure endpoints for managing assets, user accounts, reference data, audit trails, file groups, and organizational contacts. These APIs support operational workflows, data synchronization, and system integrations.

Download OpenAPI description
Languages
Servers
Demo
https://demozone.zlinkfm.com/RND
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations

Request

Returns the portfolio hierarchy for the current account and user.

Behavior:

  • Validates account and user context
  • Retrieves accessible portfolio locations
  • Returns structured location response data
  • Logs the action as a map view
curl -i -X GET \
  https://demozone.zlinkfm.com/RND/api/v1/portfolio

Responses

OK

Body
dataArray of objects or null(zLink.Business.zOne.Portfolio.ResponseModels.LocationResponseModel)
messagestring or null
isErrorboolean
messageCodeinteger(int32)
statusstring or null
errorTypestring or null
traceidstring or null
responseDescriptionstring or null
Response
No response example

Request

Returns all accessible locations within the current account context.

Behavior:

  • Validates account and user context
  • Retrieves location records associated with the portfolio
  • Returns structured location response data
  • Logs the action as a location view
curl -i -X GET \
  https://demozone.zlinkfm.com/RND/api/v1/portfolio/locations

Responses

OK

Body
dataArray of objects or null(zLink.Business.zOne.Portfolio.ResponseModels.LocationResponseModel)
messagestring or null
isErrorboolean
messageCodeinteger(int32)
statusstring or null
errorTypestring or null
traceidstring or null
responseDescriptionstring or null
Response
No response example

Request

Returns the list of buildings associated with the specified location within the current account context.

Behavior:

  • Validates the location belongs to the account
  • Retrieves buildings linked to the given location identifier
  • Returns structured building response data
  • Logs the action as a building's view
Path
locationIdentifierstringrequired
curl -i -X GET \
  'https://demozone.zlinkfm.com/RND/api/v1/portfolio/locations/{locationidentifier}/buildings'

Responses

OK

Body
dataArray of objects or null(zLink.Business.zOne.Portfolio.ResponseModels.BuildingAssetResponseModel)
messagestring or null
isErrorboolean
messageCodeinteger(int32)
statusstring or null
errorTypestring or null
traceidstring or null
responseDescriptionstring or null
Response
No response example
Operations
Operations
Operations
Operations
Operations