Get Product Info Using GET

Get Product Info Using GET

API code: GET-PRODUCT-INFO Pre-authorized role(s): TENANT_USER or PROVIDER_ADMIN

Request
URI
GET
https:////localhost/api/alp/v1/product-info
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ProductInfo of type(s) application/json
{
    "build_date": "string",
    "description": "string",
    "name": "string",
    "version": "string"
}
string As date-time As date-time
build_date
Optional

build_date

string
description
Optional

description

string
name
Optional

name

string
version
Optional

version