Get All Applications

Get All Applications

Get all monitored services

Request
URI
GET
https:////api/v2/monitoredapplication
COPY
Query Parameters
integer
offset
Optional

offset

integer
limit
Optional

limit


Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns ResponseContainerPagedMonitoredApplicationDTO of type(s) application/json
{
    "status": {
        "result": "string",
        "message": "string",
        "code": "integer"
    },
    "response": {
        "items": [
            {
                "serviceCount": "integer",
                "hidden": "boolean",
                "application": "string",
                "status": "string",
                "lastReported": "integer",
                "satisfiedLatencyMillis": "integer",
                "created": "integer",
                "updateUserId": "string",
                "lastUpdated": "integer"
            }
        ],
        "offset": "integer",
        "limit": "integer",
        "cursor": "string",
        "totalItems": "integer",
        "moreItems": "boolean",
        "sort": {
            "ascending": "boolean",
            "field": "string",
            "default": "boolean"
        }
    }
}
status
Required

status

response
Optional

response