Get DLFs

Get DLFs

Retrieves all DLFs present in the system.

Request
URI
GET
https://{api_host}/component-registry/api/dlfs
COPY
Responses
200

successful operation

Returns DlfResources of type(s) */*
{
    "links": [
        {
            "rel": "string",
            "href": "string"
        }
    ],
    "content": [
        {
            "dlfEncoded": "string",
            "id": "string"
        }
    ]
}
array of Link
links
Optional

links

array of Dlf
content
Optional

content