Get Eula By Id

Get Eula By Id

No authentication required.

Request
URI
GET
https://network.tanzu.vmware.com/api/v2/eulas/{id}
COPY
Path Parameters
integer
id
Required

id


Responses
200

if the EULA is found

Returns EulaDetailsResponse of type(s) application/json
{
    "_links": {
        "artifact_references": {
            "href": "string"
        },
        "download": {
            "href": "string"
        },
        "eula_acceptance": {
            "href": "string"
        },
        "file_groups": {
            "href": "string"
        },
        "product_files": {
            "href": "string"
        },
        "releases": {
            "href": "string"
        },
        "self": {
            "href": "string"
        },
        "user_groups": {
            "href": "string"
        }
    },
    "eulas": [
        {
            "_links": {
                "artifact_references": {
                    "href": "string"
                },
                "download": {
                    "href": "string"
                },
                "eula_acceptance": {
                    "href": "string"
                },
                "file_groups": {
                    "href": "string"
                },
                "product_files": {
                    "href": "string"
                },
                "releases": {
                    "href": "string"
                },
                "self": {
                    "href": "string"
                },
                "user_groups": {
                    "href": "string"
                }
            },
            "archived_at": "string",
            "content": "string",
            "id": 0,
            "name": "string",
            "slug": "string"
        }
    ]
}
_links
Optional

_links

eulas
Optional

eulas


404

if the EULA cannot be found

Operation doesn't return any data structure