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

Request

This endpoint returns all active file groups configured under the current account context.

Behavior:

  • Only active file groups are included
  • Results are scoped to the authenticated account
  • Used to populate file classification or upload options
curl -i -X GET \
  https://demozone.zlinkfm.com/RND/api/v1/filegroups

Responses

OK

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