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
Operations
Operations
Operations
Operations
Operations

Request

Returns a paginated list of preventive maintenance work order tiles for the current user within the account context.

Behavior:

  • Validates account and user context
  • Supports pagination using the start query parameter
  • Retrieves preventive maintenance work order tile data
  • Returns structured PM work order tile response data
  • Logs the action as PM work orders tile view
Query
startinteger(int32)
curl -i -X POST \
  'https://demozone.zlinkfm.com/RND/api/v2/maintenance/pmworkorders/basic?start=0'

Responses

OK

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