다음을 통해 공유


Boards - Get

보드 가져오기

GET https://dev.azure.com/{organization}/{project}/{team}/_apis/work/boards/{id}?api-version=7.1-preview.1

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
id
path True

string

보드의 식별자, 보드의 백로그 수준 이름(예: "스토리") 또는 ID

organization
path True

string

Azure DevOps 조직의 이름입니다.

project
path True

string

프로젝트 ID 또는 프로젝트 이름

team
path

string

팀 ID 또는 팀 이름

api-version
query True

string

사용할 API의 버전입니다. 이 버전의 api를 사용하려면 '7.1-preview.1'로 설정해야 합니다.

응답

Name 형식 Description
200 OK

Board

성공한 작업

보안

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

Name Description
vso.work 작업 항목, 쿼리, 보드, 영역 및 반복 경로 및 기타 작업 항목 추적 관련 메타데이터를 읽을 수 있는 기능을 부여합니다. 또한 쿼리를 실행하고, 작업 항목을 검색하고, 서비스 후크를 통해 작업 항목 이벤트에 대한 알림을 받을 수 있는 기능을 부여합니다.

정의

Name Description
Board
BoardColumn
BoardColumnType
BoardFields
BoardRow
FieldReference

필드에 대한 추상화된 참조

ReferenceLinks

REST 참조 링크의 컬렉션을 나타내는 클래스입니다.

Board

Name 형식 Description
_links

ReferenceLinks

REST 참조 링크의 컬렉션을 나타내는 클래스입니다.

allowedMappings

object

canEdit

boolean

columns

BoardColumn[]

fields

BoardFields

id

string

리소스의 ID

isValid

boolean

name

string

리소스 이름

revision

integer

rows

BoardRow[]

url

string

리소스에 대한 전체 http 링크

BoardColumn

Name 형식 Description
columnType

BoardColumnType

description

string

id

string

isSplit

boolean

itemLimit

integer

name

string

stateMappings

object

BoardColumnType

Name 형식 Description
inProgress

string

incoming

string

outgoing

string

BoardFields

Name 형식 Description
columnField

FieldReference

필드에 대한 추상화된 참조

doneField

FieldReference

필드에 대한 추상화된 참조

rowField

FieldReference

필드에 대한 추상화된 참조

BoardRow

Name 형식 Description
color

string

id

string

name

string

FieldReference

필드에 대한 추상화된 참조

Name 형식 Description
referenceName

string

필드의 fieldRefName

url

string

필드에 대한 자세한 내용에 대한 전체 http 링크

REST 참조 링크의 컬렉션을 나타내는 클래스입니다.

Name 형식 Description
links

object

링크의 읽기 전용 보기입니다. 참조 링크는 읽기 전용이므로 읽기 전용으로만 노출하려고 합니다.