Hosting history list

Request Information
URL GET {{basepath}}/hosting/:hostingId/history?start=0&limit=50
CategoryHosting

Description

Lists history events for this hosting object.

Returns a HostingHistoryResponse object.

Query parameters
start0
limit50
responseId1_2762a4e8b696ad661ecc55a3e6843cbbf73ddd4aallows you to search for a specific response id
Url variables
:hostingId

Example responses

Hosting history list
Request Method & URL
GET {{basepath}}/hosting/:hostingId/history?start=0&limit=50
Query parameters
start0
limit50
responseId1_03957b5d98fd1c34a89742560cc09c015e226b25allows you to search for a specific response id
Url variables
:hostingId{{hosting_id}}the hosting identifier
Response Code:
200 OK
Response Body:
{
    "responseId": "1_d35841f5e65befd2e0bca2d1091344b80c3135e5",
    "status": "ok",
    "message": "The event list is attached",
    "listItemCount": 2,
    "hostingEvents": [
        {
            "id": 222,
            "hostingIdentifier": "1_53d984770b8903aaf658193f5c9880fd309b0e1f",
            "domainName": "example-2022-4-5-13-25-20.com",
            "created": 1649157938,
            "delivered": 1649157946,
            "message": "Creating hosting completed",
            "type": "job",
            "jobId": 471,
            "jobType": "createHosting",
            "jobStatus": "done",
            "responseId": "1_2762a4e8b696ad661ecc55a3e6843cbbf73ddd4a",
            "context": []
        },
        {
            "id": 221,
            "hostingIdentifier": "1_53d984770b8903aaf658193f5c9880fd309b0e1f",
            "domainName": "example-2022-4-5-13-25-20.com",
            "created": 1649157921,
            "message": "create hosting requested",
            "type": "request",
            "responseId": "1_2762a4e8b696ad661ecc55a3e6843cbbf73ddd4a",
            "context": {
                "ip": "127.0.0.1",
                "apikeyid": 1,
                "apikeydescription": "test token",
                "requestInput": "{\"package\":\"pro\",\"domain\":\"example-2022-4-5-13-25-20.com\",\"email\":\"john@metaregistrar.com\",\"password\":null,\"ftpPassword\":null}"
            }
        }
    ]
}
Hosting history list with specific response id
Request Method & URL
GET {{basepath}}/hosting/:hostingId/history?start=0&limit=50&responseId=1_2762a4e8b696ad661ecc55a3e6843cbbf73ddd4a
Query parameters
start0
limit50
responseId1_2762a4e8b696ad661ecc55a3e6843cbbf73ddd4aallows you to search for a specific response id
Url variables
:hostingId{{hosting_id}}The hosting identifier
Response Code:
200 OK
Response Body:
{
    "responseId": "1_2f9eef7685af43923da358bdf325b875e68a56ca",
    "status": "ok",
    "message": "The event list is attached",
    "listItemCount": 2,
    "hostingEvents": [
        {
            "id": 222,
            "hostingIdentifier": "1_53d984770b8903aaf658193f5c9880fd309b0e1f",
            "domainName": "example-2022-4-5-13-25-20.com",
            "created": 1649157938,
            "delivered": 1649157946,
            "message": "Creating hosting completed",
            "type": "job",
            "jobId": 471,
            "jobType": "createHosting",
            "jobStatus": "done",
            "responseId": "1_2762a4e8b696ad661ecc55a3e6843cbbf73ddd4a",
            "context": []
        },
        {
            "id": 221,
            "hostingIdentifier": "1_53d984770b8903aaf658193f5c9880fd309b0e1f",
            "domainName": "example-2022-4-5-13-25-20.com",
            "created": 1649157921,
            "message": "create hosting requested",
            "type": "request",
            "responseId": "1_2762a4e8b696ad661ecc55a3e6843cbbf73ddd4a",
            "context": {
                "ip": "127.0.0.1",
                "apikeyid": 1,
                "apikeydescription": "test token",
                "requestInput": "{\"package\":\"pro\",\"domain\":\"example-2022-4-5-13-25-20.com\",\"email\":\"john@metaregistrar.com\",\"password\":null,\"ftpPassword\":null}"
            }
        }
    ]
}