ThirdPartySystem Methods |
[This is preliminary documentation and is subject to change.]
The ThirdPartySystem type exposes the following members.
| Name | Description | |
|---|---|---|
| DeleteBlocks |
Delete customer's blocks for the specified vintage, based on a block unique identifiers list
| |
| GetAnalyses |
Return a list of analyses. This list can be filtered on blocks, measure types and timestamp.
| |
| GetBlockDataTypes |
Return the list of all block data types defined in the system for the connected customer.
| |
| GetBlocks |
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
| |
| GetGroups |
Get the customer's groups definition.
| |
| GetInterpretations |
Return a list of interpretations. This list can be filtered on blocks, interpretation types and timestamp.
| |
| GetInterpretationTypes |
Return the list of all interpretation types defined in the system for the connected customer.
| |
| GetMeasureTypes |
Return the list of all measure types defined in the system for the connected customer.
| |
| GetVintages |
Return the list of Vintages defined in the system for the connected customer
| |
| OpenSession |
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).
| |
| ProcessBlocksInterpretation | ||
| PutAnalyses(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.
| |
| PutAnalyses(String, ListNewAnalyse, Boolean) | ||
| PutAnalysis | ||
| PutBlockData |
Add (or update) block informations.
| |
| PutBlocks |
Create or enabled customer's blocks, for the specified vintage.
|