EventTypeResource

The following resources are applicable:

/eventTypes

Mount Point: /../../../api/v1/eventTypes

GET

Returns the event type list.
STATUS CODES :
200 - OK

Parameters

name description type default
modifiedSince timestamp in millisecond after which a modification occurred query

Response Body

element: eventTypeListResponse
media types: application/xml
application/json

the event type list

/eventTypes/{eventTypeId}

Mount Point: /../../../api/v1/eventTypes/{eventTypeId}

GET

Gets detailed type by sowprog id
STATUS CODES :
200 - The type is returned
404 - The id does not exist

Parameters

name description type default
eventTypeId sowprog event type id path

Response Body

element: eventTypeResponse
media types: application/xml
application/json

the detailed event type