Click or drag to resize
dyostem api documentation

ThirdPartySystem Methods

[This is preliminary documentation and is subject to change.]

The ThirdPartySystem type exposes the following members.

Methods
  NameDescription
Public methodDeleteBlocks
Delete customer's blocks for the specified vintage, based on a block unique identifiers list
Public methodCode exampleGetAnalyses
Return a list of analyses. This list can be filtered on blocks, measure types and timestamp.
Public methodCode exampleGetBlockDataTypes
Return the list of all block data types defined in the system for the connected customer.
Public methodCode exampleGetBlocks
Return the list of all active blocks with their block data for the connected customer. The list can be filtered on blocks, block data types and vintages
Public methodCode exampleGetGroups
Get the customer's groups definition.
Public methodCode exampleGetInterpretations
Return a list of interpretations. This list can be filtered on blocks, interpretation types and timestamp.
Public methodCode exampleGetInterpretationTypes
Return the list of all interpretation types defined in the system for the connected customer.
Public methodCode exampleGetMeasureTypes
Return the list of all measure types defined in the system for the connected customer.
Public methodCode exampleGetVintages
Return the list of Vintages defined in the system for the connected customer
Public methodCode exampleOpenSession
Open a session to query the API. This method allows the third party system to get a token to use in other queries. This token has a time to live, which is reset each time a query is done (successfully or not).
Public methodProcessBlocksInterpretation
Public methodCode examplePutAnalyses(String, ListNewAnalyse)
Add (or update) analyses. Analysis is update when an existing analysis for this block is found with the same timestamp AND sample code. Otherwise, a new analysis is created.
Public methodPutAnalyses(String, ListNewAnalyse, Boolean)
Public methodPutAnalysis
Public methodCode examplePutBlockData
Add (or update) block informations.
Public methodCode examplePutBlocks
Create or enabled customer's blocks, for the specified vintage.
Top
See Also