List service versions

Get all details about every service version.

Returns: Returns all service versions.

GET /api/v1/product/{folder}/engines/getversions/{service}

Authorization

Path parameters

Key
Value

folder *

Folder associated with the request.

service *

Service associated with the request.

Sample response

HTTP 200 OK Content-Type: application/json

{
    "message": null,
    "data": [
        {
            "id": "76629732-ec95-4ec1-a48b-9455ae1d06c0",
            "createdAt": "2024-08-12T05:59:41.267282+00:00",
            "engine": "SUMAB",
            "revision": "0.5.0",
            "effectiveStartDate": "2024-07-22T00:54:00Z",
            "effectiveEndDate": "2124-07-22T00:54:00Z",
            "isActive": true,
            "releaseNote": null,
            "childEngines": null,
            "versionLabel": null,
            "defaultEngineType": "Neuron",
            "tags": "",
            "product": "Mathematics",
            "author": "[email protected]",
            "originalFileName": "SUMAB.xlsx"
        },
        {
            "id": "863b818a-63b5-4372-ae76-890a8d73e27f",
            "createdAt": "2024-08-12T05:58:33.719893+00:00",
            "engine": "SUMAB",
            "revision": "0.4.0",
            "effectiveStartDate": "2024-07-22T00:54:00Z",
            "effectiveEndDate": "2124-07-22T00:54:00Z",
            "isActive": false,
            "releaseNote": null,
            "childEngines": null,
            "versionLabel": null,
            "defaultEngineType": "Neuron",
            "tags": "",
            "product": "Mathematics",
            "author": "[email protected]",
            "originalFileName": "SUMAB.xlsx"
        }
    ]
}

Last updated