Gets questions which link to those questions identified in {ids}. This method only considers questions that are linked within a site, and will never return questions from another Stack Exchange site. A question is considered 'linked' when it explicitly includes a hyperlink to another question.
- Provider
- Stack Exchange API
- Input summary
- {"name":"ids","type":"string","required":true,"description":"Semicolon-delimited list of up to 100 question IDs. IDs can be found in the 'question_id' field of question objects."}, {"name":"sort","type":"string","required":false,"description":"The sort order for the results. Valid values operate on specific fields of the question object.","enum":["activity","creation","votes","rank"]}, {"name":"min","type":"string","required":false,"description":"Minimum value for the sort field (not applicable when sort=rank)."}, {"name":"max","type":"string","required":false,"description":"Maximum value for the sort field (not applicable when sort=rank)."}, {"name":"fromdate","type":"integer","required":false,"description":"Start date for filtering results (Unix timestamp)."}, {"name":"todate","type":"integer","required":false,"description":"End date for filtering results (Unix timestamp)."}, {"name":"page","type":"integer","required":false,"description":"Page number for pagination."}, {"name":"pagesize","type":"integer","required":false,"description":"Number of items per page (max 100)."}
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available