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

Request

This endpoint returns all time zones supported by the platform, including UTC offsets, display names, and daylight saving information. The data is served from the platform cache and does not require any user or account context.

Use cases:

  • Populate timezone dropdowns in user or account settings
  • Display localized time information
  • Validate timezone selections during profile updates
curl -i -X GET \
  https://demozone.zlinkfm.com/RND/api/v1/timezones

Responses

OK

Body
dataArray of objects or null(Models.TimeZoneResponseModel)
messagestring or null
isErrorboolean
messageCodeinteger(int32)
statusstring or null
errorTypestring or null
traceidstring or null
responseDescriptionstring or null
Response
No response example

Request

This endpoint returns all file types supported by the platform, including file extensions and icon metadata used for display purposes. The data is served from the platform cache and is sorted alphabetically by file type name.

Use cases:

  • Validate file uploads against supported file types
  • Display allowed file formats in upload components
  • Render file-type icons in the user interface
curl -i -X GET \
  https://demozone.zlinkfm.com/RND/api/v1/filetypes

Responses

OK

Body
dataArray of objects or null(Models.FileTypeResponseModel)
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