getServiceTaskDetail

suspend fun getServiceTaskDetail(serviceTaskUid: String, fetchType: ZyncFetchType = ZyncFetchType.NONE): GetServiceTaskDetailResult

Get detailed information for a specific service task.

This method implements an offline-first approach:

  1. Returns cached service task data immediately if available

  2. Background sync will update the data automatically

Return

GetServiceTaskDetailResult containing service task details or error

Parameters

serviceTaskUid

Unique identifier of the service task