Compartilhar via


Extensionfields - Query

GET https://vstmr.dev.azure.com/{organization}/{project}/_apis/testresults/extensionfields?scopeFilter={scopeFilter}&api-version=7.2-preview.1

Parâmetros de URI

Nome Em Obrigatório Tipo Description
organization
path True

string

O nome da organização do Azure DevOps.

project
path True

string

ID do projeto ou nome do projeto

api-version
query True

string

Versão da API a ser usada. Isso deve ser definido como '7.2-preview.1' para usar essa versão da api.

scopeFilter
query True

CustomTestFieldScope

Respostas

Nome Tipo Description
200 OK

CustomTestFieldDefinition[]

operação bem-sucedida

Segurança

oauth2

Type: oauth2
Flow: accessCode
Authorization URL: https://app.vssps.visualstudio.com/oauth2/authorize&response_type=Assertion
Token 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

Scopes

Nome Description
vso.test Concede a capacidade de ler planos de teste, casos, resultados e outros artefatos relacionados ao gerenciamento de testes.

Definições

Nome Description
CustomTestFieldDefinition
CustomTestFieldScope
CustomTestFieldType

CustomTestFieldDefinition

Nome Tipo Description
fieldId

integer

fieldName

string

fieldType

CustomTestFieldType

scope

CustomTestFieldScope

CustomTestFieldScope

Nome Tipo Description
all

string

none

string

system

string

testResult

string

testRun

string

testRunAndTestResult

string

CustomTestFieldType

Nome Tipo Description
bit

string

dateTime

string

float

string

guid

string

int

string

string

string