|  | REST API
    4.0.0
    REST API for SafeNet Network HSMs | 
Gets a list of all partition links assigned to a client.
The identifier of the client of interest
Use:  Required  
JSON Schema:  
Object type: string
A list of all links registered to the client.
JSON Schema:  Links  
Unexpected error
 
GET https://1.2.3.4:8443/api/lunasa/ntls/clients/testClient3/links
 
{
    "links": [
        {
            "id": "362126088892",
            "url": "/api/lunasa/ntls/clients/testClient/links/362126088892"
        }
    ]
}