Contents - Get
获取符号请求标识符和调试项标识符指定的符号请求的拼合调试条目。
GET https://artifacts.dev.azure.com/{organization}/_apis/symbol/requests/{requestId}/contents/{debugEntryId}?api-version=7.1-preview.1
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
debug
|
path | True |
string |
调试项标识符。 |
organization
|
path | True |
string |
Azure DevOps 组织的名称。 |
request
|
path | True |
string |
符号请求标识符。 |
api-version
|
query | True |
string |
要使用的 API 版本。 应将其设置为“7.1-preview.1”才能使用此版本的 API。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
找到调试条目,并将流内容放置在响应内容中。 |
|
404 Not Found |
找不到此调试项标识符的内容。 |
安全性
oauth2
类型:
oauth2
流向:
accessCode
授权 URL:
https://app.vssps.visualstudio.com/oauth2/authorize&response_type=Assertion
令牌 URL:
https://app.vssps.visualstudio.com/oauth2/token?client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer&grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer
作用域
名称 | 说明 |
---|---|
vso.symbols | 授予读取符号的能力。 |