我在访问microsoft学术研究API时遇到问题。当我尝试按id查询时,它不返回任何实体 这是我的请求: GET https://api.labs.cognitive.microsoft.com/academic/v1.0/evaluate?expr=Id=2134295053&model=latest&count=1&offset=0&attributes=Id,Ti,RId
HTTP
在JSON对象中,它不允许我访问嵌套段落。在api调用中,您需要有正确的URL格式:/jsonapi/{entity_type_id}/{bundle_id}[/{entity_id}]?_format=api_json。这里的关键是将其添加到api调用的URL的末尾:?include={name of paragraph}。例如:/