Click or drag to resize
dyostem api documentation

ThirdPartySystemGetInterpretationTypes Method

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

Return the list of all interpretation types defined in the system for the connected customer.

Namespace:  Dyostem.Services
Assembly:  Dyostem (in Dyostem.dll) Version: 5.3
Syntax
public InterpretationTypesListResult GetInterpretationTypes(
	string sessionId
)

Parameters

sessionId
Type: SystemString
The SessionId returned by the OpenSession(String, String) command.

Return Value

Type: InterpretationTypesListResult
An instance of InterpretationTypesListResult compound with a Message indicating that the command succeeded or not, and the requested list.
Examples
Request
Response
Formated Json Response
See Also