Get Derived Metric History

Get Derived Metric History

Get the version history of a specific derived metric definition

Request
URI
GET
https://{api_host}/api/v2/derivedmetric/{id}/history
COPY
Path Parameters
string
id
Required

id

Query Parameters
integer
offset
Optional

offset

integer
limit
Optional

limit


Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns ResponseContainerHistoryResponse of type(s) application/json
{
    "status": {
        "result": "string",
        "message": "string",
        "code": 0
    },
    "response": {
        "items": [
            {
                "id": "string",
                "inTrash": false,
                "version": 0,
                "updateUser": "string",
                "updateTime": 0,
                "changeDescription": [
                    "string"
                ]
            }
        ],
        "offset": 0,
        "limit": 0,
        "cursor": "string",
        "totalItems": 0,
        "moreItems": false,
        "sort": {
            "ascending": false,
            "field": "string",
            "default": false
        }
    }
}
status
Required

status

response
Optional

response