Manuel du SDK › Integration › API Reference List › Translation Script Objects › Tools › Event Type Methods › GetEventTypeDetails
GetEventTypeDetails
Description
This method returns a map with the event type details.
Syntax
GetEventTypeDetails (EventTypeName)
Parameters
|
Name
|
Type
|
Description
|
|
EventTypeName
|
string
|
The event type name.
|
Return Value
A map containing the following entries:
- EventTypeName
- EventTypeDescription
- EventTypesFields – Each entry in this map contains field details. The key is the field sequence number starting with zero. The entries include:
- EventTypeFieldSequenceNumber
- EventTypeFieldName
- EventTypeFieldType
- ResourceTypes (map). Map of all related resource types.
- Adapters (map). Map of related adapters.
Remarks
None.