Get mappings
GET {{baseUrl}}/eventMappings?filter=<string>&size=20&page=0
Retrieves a list of mappings.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter | string | Filter as stringified JSON object with agentId as the key. | |
size | number | The maximum number of elements in a page. | |
page | number | The (0-based) index of page. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"content":[{"agentId":"11961bc396cd4a87a9b26b723f5b7ba0","assetId":"2196dbc396cd4a87a9bd6b723fsb7baz","eventTypeId":"mytenant.connectivity.event.type.TestEventType","eventTypeName":"TestEventType","eventTypeFieldName":"source","eventTypeFieldValue":"Machine_1","id":"2d94ba61-3e16-415c-a5c0-d428b8d92d42","eTag":"1"},{"agentId":"11961bc396cd4a87a9b26b723f5b7ba0","assetId":"2196dbc396cd4a87a9bd6b723fsb7baz","eventTypeId":"mytenant.connectivity.event.type.TestEventType","eventTypeName":"TestEventType","eventTypeFieldName":"source","eventTypeFieldValue":"Machine_1","id":"2d94ba61-3e16-415c-a5c0-d428b8d92d42","eTag":"1"}],"totalPages":1,"totalElements":1,"last":true,"numberOfElements":1,"first":true,"sort":[{"direction":"DESC","property":"commodo in cillum laboris in","ignoreCase":true,"nullHandling":"NULLS_FIRST","descending":false,"ascending":false},{"direction":"ASC","property":"aliqua eu qui ull","ignoreCase":false,"nullHandling":"NATIVE","descending":true,"ascending":true}],"size":20,"number":0}