get Service Task Detail
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:
Returns cached service task data immediately if available
Background sync will update the data automatically
Return
GetServiceTaskDetailResult containing service task details or error
Parameters
service Task Uid
Unique identifier of the service task