Get a filtered list of hybrid links.

get

/social/api/v1/hybridlinks

Request

Supported Media Types
Body ()
Specify a filter to query.
Root Schema : XV1HybridLinkFilterInfo
Type: object
V1 Hybrid Link Filter Information DTO.
Show Source
Nested Schema : hybridLinkIDs
Type: array
The list of hybrid link IDs.
Show Source
Nested Schema : resourceIDs
Type: array
The list of resource IDs for which the hybrid links are created. If specified, all the hybrid links for the resources in the list will be included.
Show Source
  • An object's unique identifier from a long integer representation.
Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : XV1HybridLinkListInfo
Type: object
V1 Hybrid Link List Information DTO.
Show Source
Nested Schema : items
Type: array
The hybrid links being returned.
Show Source
Nested Schema : XV1HybridLinkInfo
Type: object
V1 Hybrid Link Information DTO.
Show Source
Back to Top