cURL
curl --request GET \ --url https://api.example.com/link-sets
[ { "qualifier": "<string>", "links": [ { "relationType": "<string>", "title": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "href": "<string>", "objectKey": "<string>", "lang": [ "<string>" ] } ], "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "id": "<string>", "identifier": "<string>" } ]
The Link Sets were found and returned.
The qualifier of the Link Set.
The links of the Link Set.
Show child attributes
The creation date of the Link Set.
The last update date of the Link Set.
The ID of the Link Set.
The identifier of the Link Set.