List OMM Devices


This request returns a list of OMM message definitions.

Resource

GET /omms

Payload

None

Response

Context

Authorization

Administrator

Errors

Example

Request
GET https://xelion.nl/api/v1/master/omms
Response
{
    "data": [
        {
            "object": {
                "commonName": "OMM",
                "oid": "1854991",
                "objectType": "OMM"
            },
            "links": [
                {
                    "rel": "self",
                    "href": "https://xelion.nl/api/v1/master/omms/1854991",
                    "method": "GET"
                }
            ]
        },
        {
            "object": {
                "commonName": "OMM2",
                "oid": "1856117",
                "objectType": "OMM"
            },
            "links": [
                {
                    "rel": "self",
                    "href": "https://xelion.nl/api/v1/master/omms/1856117",
                    "method": "GET"
                }
            ]
        }
    ],
    "meta": {
        "links": [
            {
                "rel": "refresh",
                "href": "https://xelion.nl/api/v1/master/omms",
                "method": "GET"
            },
            {
                "rel": "next",
                "href": "https://xelion.nl/api/v1/master/omms?after=1856117",
                "method": "GET"
            },
            {
                "rel": "previous",
                "href": "https://xelion.nl/api/v1/master/omms?before=1854991",
                "method": "GET"
            }
        ],
        "paging": {
            "previousId": "1854991",
            "nextId": "1856117"
        }
    }
}