Extensionfields - Query
GET https://vstmr.dev.azure.com/{organization}/{project}/_apis/testresults/extensionfields?scopeFilter={scopeFilter}&api-version=7.2-preview.1
URI Parametreleri
| Name | İçinde | Gerekli | Tür | Description |
|---|---|---|---|---|
|
organization
|
path | True |
string |
Azure DevOps kuruluşunun adı. |
|
project
|
path | True |
string |
Proje Kimliği veya proje adı |
|
api-version
|
query | True |
string |
Kullanılacak API'nin sürümü. Bu, api'nin bu sürümünü kullanmak için '7.2-preview.1' olarak ayarlanmalıdır. |
|
scope
|
query | True |
Yanıtlar
| Name | Tür | Description |
|---|---|---|
| 200 OK |
başarılı işlem |
Güvenlik
oauth2
Tür:
oauth2
Akış:
accessCode
Yetkilendirme URL’si:
https://app.vssps.visualstudio.com/oauth2/authorize&response_type=Assertion
Belirteç URL'si:
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
Kapsamlar
| Name | Description |
|---|---|
| vso.test | Test planlarını, çalışmalarını, sonuçlarını ve test yönetimiyle ilgili diğer yapıtları okuma olanağı sağlar. |
Tanımlar
| Name | Description |
|---|---|
|
Custom |
|
|
Custom |
|
|
Custom |
CustomTestFieldDefinition
| Name | Tür | Description |
|---|---|---|
| fieldId |
integer |
|
| fieldName |
string |
|
| fieldType | ||
| scope |
CustomTestFieldScope
| Değer | Description |
|---|---|
| all | |
| none | |
| system | |
| testResult | |
| testRun | |
| testRunAndTestResult |
CustomTestFieldType
| Değer | Description |
|---|---|
| bit | |
| dateTime | |
| float | |
| guid | |
| int | |
| string |