class GdsApi::PublishingApiV2
def get_links_changes(params)
-
users
(Array
) -- User UIDs to filter by. -
target_content_ids
(Array
) -- Array of target content ids to filter by. -
source_content_ids
(Array
) -- Array of source content ids to filter by. -
link_types
(Array
) -- Array of link_types to filter by.
def get_links_changes(params) get_json(links_changes_url(params)) end