BazeField Services

<back to all web services

EventMetadataGetRequest

Configuration API
Requires Authentication
The following routes are available for this service:
GET/api/configuration/domain/events
GET/api/configuration/domain/{domainId}/events
EventMetadataGetRequest Parameters:
NameParameterData TypeRequiredDescription
DomainIdpathintNo
EventMetadataGetResponse Parameters:
NameParameterData TypeRequiredDescription
EventsformList<EventMetadata>No
DomainIDformintNo
DomainNameformstringNo
EventMetadata Parameters:
NameParameterData TypeRequiredDescription
UniqueKeyformstringNo
CodeformintNo
Parameterformint?No
EventTypeformstringNo
NameformstringNo
DescriptionformstringNo
VendorAlarmIdformint?No
BrakeProgramformintNo
TypeformintNo
IsOkAlarmformboolNo
ClearByOkAlarmformboolNo
IsAvailableOnAckformbool?No
RemarksformstringNo
CategoriesformDictionary<string, AllocationCategory>No
AllocationCategory Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
NameformstringNo
ColorformstringNo
UncategorizedformboolNo
AvailableformboolNo
TypeIdformintNo
GroupformstringNo
SortIndexformbyteNo
PriorityformintNo
EnabledformboolNo
PerformanceformbyteNo
ExcludedformintNo
ParentCategoryIdformint?No
ParentCategoryNameformstringNo
AttributesformDictionary<string, string>No
AllocationTypeformAllocationTypeNo
AllocationType Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
NameformstringNo
AcronymformstringNo
VersionformstringNo
DescriptionformstringNo
FactoryDefaultUrlformstringNo
SortOrderformintNo
LinkedTypeIdformint?No
SubTypeformbool?No
GroupNameformstringNo
DefaultVisibleformboolNo
DomainIdformint?No
DisabledformboolNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /api/configuration/domain/events HTTP/1.1 
Host: mdn.bazefield.com 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"events":[{}],"domainID":0,"domainName":"String"}