get https://www.virustotal.com/api/v3/comments//relationships/
This endpoint is the same as /comments/{id}/{relationship} except it returns just the related object's IDs (and context attributes, if any) instead of returning all attributes.
Responses
This endpoint is the same as /comments/{id}/{relationship} except it returns just the related object's IDs (and context attributes, if any) instead of returning all attributes.
xxxxxxxxxx
curl --request GET \
--url 'https://www.virustotal.com/api/v3/comments/id/relationships/relationship?limit=10' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: