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

Request

Returns detailed information for the specified shared space within the current account context.

Behavior:

  • Validates space association with the account
  • Retrieves complete space details and related metadata
  • Includes configuration and attribute information where applicable
  • Returns structured space detail response
  • Logs the action as a space details view event
Path
spaceIdentifierstringrequired
curl -i -X GET \
  'https://demozone.zlinkfm.com/RND/api/v1/facility/spaces/shared/{spaceIdentifier}/details'

Responses

OK

Body
dataobject(zLink.Business.zOne.Portfolio.ResponseModels.SpaceDetailsFilterResponseModel)
messagestring or null
isErrorboolean
messageCodeinteger(int32)
statusstring or null
errorTypestring or null
traceidstring or null
responseDescriptionstring or null
Response
No response example

Request

Returns assignment-related details for the specified space within the current account context.

Behavior:

  • Validates space association with the account
  • Retrieves current assignment configuration and occupancy details
  • Includes allocation rules and related metadata where applicable
  • Returns structured space assignment information
  • Logs the action as a space assignment information view event
Path
spaceIdentifierstringrequired
curl -i -X GET \
  'https://demozone.zlinkfm.com/RND/api/v1/facility/spaces/{spaceIdentifier}/assignmentinfo'

Responses

OK

Body
dataobject(zLink.Business.zOne.Portfolio.ResponseModels.SpaceAssignmentInfoResponseModel)
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 amenities associated with the specified space within the current account context.

Behavior:

  • Validates space association with the account
  • Retrieves all configured amenities for the space
  • Returns amenity details and related attributes
  • Logs the action as a space amenities view event
Path
spaceIdentifierstring(uuid)required
curl -i -X GET \
  'https://demozone.zlinkfm.com/RND/api/v1/facility/spaces/{spaceIdentifier}/amenities'

Responses

OK

Body
dataArray of objects or null(zLink.Business.zOne.Portfolio.ResponseModels.SpaceAmenityResponseModel)
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
Operations
Operations