Skip to main content

Create SnapshotAnalysis

POST 

/snapshotanalysis

Asynchronously processes Snapshot data based on the input defined in the SnapshotAnalysisTemplate. Results in a SnapshotAnalysis resource that contains a reference to a SignalAnalysis resource. Poll for the processing status using /snapshotanalysis/{id}/processingState. Once SnapshotAnalysis.processingState.status is 'done', the SnapshotAnalysis.signalAnalysisId property will contain a reference to the SignalAnalysis resource. This resource can be used to retrieve the computed data or create a SignalAnalysisExport resource through POST /signalanalysisexports.

Request

Responses

SnapshotAnalysis created. SnapshotAnalysis.processingState.status represents the current process' status.