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

Request

This endpoint returns the list of application-level preferences configured for the current user within the active account.

Behavior:

  • Preferences are returned for the authenticated user.
  • Results are scoped to the currently active account.
  • Only preferences configured for the user are included.
  • If no preferences are configured, an empty collection is returned.
  • This endpoint does not modify any data.
curl -i -X GET \
  https://demozone.zlinkfm.com/RND/api/v1/account/users/me/preferences

Responses

OK

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