Manage customer accounts - Get partner relationships
파트너 재판매인의 세그먼트를 검색합니다. 파트너 관계의 선택적 필터링도 적용할 수 있습니다. 재판매인은 해당 이름의 문자열로만 필터링할 수 있습니다. 전체 검색은 현재 지원되지 않습니다. {Microsoft.Partner.Core.Query.Filters.FieldFilterOperation.StartsWith} 필터 작업을 사용하고 다음 이름을 필터 필드로 지정하여 재판매인을 필터링할 수 있습니다.
GET https://api.partnercenter.microsoft.com/v{version}/relationships
GET https://api.partnercenter.microsoft.com/v{version}/relationships?relationship_type={relationship_type}&filter.operator={filter.operator}
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
version
|
path | True |
string |
|
filter.
|
query |
integer int32 |
||
relationship_type
|
query |
integer int32 |
관계의 형식입니다. |
요청 헤더
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
Name | 필수 | 형식 | Description |
---|---|---|---|
Authorization | True |
string |
권한 부여 전달자 토큰 |
ms-correlationid |
string |
내부적으로 요청을 추적하는 데 사용됩니다. ms-correlationid가 제공되지 않으면 서버는 각 요청에 대해 새 상관 관계를 생성합니다. |
|
ms-cv |
string |
내부적으로 요청을 추적하는 데 사용됩니다. ms-cv 제공되지 않으면 서버는 각 요청에 대해 새 ms-cv 생성합니다. |
|
ms-requestid |
string |
요청의 idempotency에 사용됩니다. ms-requestid가 제공되지 않으면 서버는 각 요청에 대해 새 요청을 생성합니다. |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
요청이 성공했습니다. 응답 본문에는 파트너 관계 목록이 포함됩니다. Media Types: "application/json", "text/json" |
정의
Microsoft.Partner.Core.Collections.Link
Name | 형식 | Description |
---|---|---|
body |
string |
|
headers |
System. |
|
method |
string |
|
uri |
string |
Microsoft.Partner.Core.Collections.ResourceAttributes
Name | 형식 | Description |
---|---|---|
etag |
string |
|
objectType |
string |
Microsoft.Partner.Core.Collections.ResourceCollection[Microsoft.Partner.Service.Customers.Contracts.V1.PartnerRelationship]
Name | 형식 | Description |
---|---|---|
attributes | ||
items |
Microsoft. |
|
links | ||
totalCount |
integer |
Microsoft.Partner.Core.Collections.ResourceLinks
Name | 형식 | Description |
---|---|---|
next | ||
previous | ||
self |
Microsoft.Partner.Service.Customers.Contracts.V1.PartnerRelationship
Name | 형식 | Description |
---|---|---|
attributes | ||
id |
string |
|
location |
string |
|
mpnId |
string |
|
name |
string |
|
relationshipType |
enum:
|
|
state |
string |
System.Collections.Generic.KeyValuePair[System.String,System.String]
Name | 형식 | Description |
---|---|---|
key |
string |
|
value |
string |