getSourceFeatureServiceModelFromFieldworker

Function

Fetches a Survey's source Feature Service from a given Fieldworker View ID

Fetches a Survey's source Feature Service from a given Fieldworker View ID

  • getSourceFeatureServiceModelFromFieldworker(fieldworkerId: string, requestOptions: IRequestOptions) : Promise<IModel>

Parameters

Parameter Type Default Notes
fieldworkerId Required string

The Fieldworker View ID

requestOptions Required IRequestOptions

The request options

Available requestOptions

Property Type Notes

Returns

Promise<IModel>
Property Type Notes
item IItem
data Optional [key: string]: any
resources Optional [key: string]: any

Function defined in common/src/surveys/utils/get-source-feature-service-model-from-fieldworker.ts:15