Get All External Link

Get All External Link

Get all external links for a customer

Request
URI
GET
https://{api_host}/api/v2/extlink
COPY
Query Parameters
integer
offset
Optional

offset

integer
limit
Optional

limit


Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns ResponseContainerPagedExternalLink of type(s) application/json
{
    "status": {
        "result": "string",
        "message": "string",
        "code": 0
    },
    "response": {
        "items": [
            {
                "name": "string",
                "id": "string",
                "description": "string",
                "createdEpochMillis": 0,
                "updatedEpochMillis": 0,
                "template": "string",
                "metricFilterRegex": "string",
                "sourceFilterRegex": "string",
                "isLogIntegration": false,
                "creatorId": "string",
                "updaterId": "string"
            }
        ],
        "offset": 0,
        "limit": 0,
        "cursor": "string",
        "totalItems": 0,
        "moreItems": false,
        "sort": {
            "ascending": false,
            "field": "string",
            "default": false
        }
    }
}
status
Required

status

response
Optional

response