Get Product Tags

Get Product Tags

Retrieve tags per product, defined in a list.

Request
URI
GET
https://{api_host}/https://{{host}}:{{port}}/api/v5/lcm/tags/product/{environmentId}/{productId}
COPY
Path Parameters
string
environmentId
Required

ID of the environment

string
productId
Required

ID of the product within the environment


Responses
200

Product tags.

[
    {}
]

401

Unauthorized access

[
    {}
]