Manage customer accounts - Get partner relationships
Načte segment prodejců partnera. Můžete také použít volitelné filtrování vztahů s partnery. Resellers can be filtered by a string which their name. Úplné vyhledávání se v současné době nepodporuje. Prodejce je možné filtrovat pomocí operace filtru {Microsoft.Partner.Core.Query.Filters.FieldFilterOperation.StartsWith} a jako pole filtru zadat: Název (název prodejce s přidanou hodnotou).
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}
Parametry identifikátoru URI
Name | V | Vyžadováno | Typ | Description |
---|---|---|---|---|
version
|
path | True |
string |
|
filter.
|
query |
integer int32 |
||
relationship_type
|
query |
integer int32 |
Typ relace. |
Hlavička požadavku
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
Name | Vyžadováno | Typ | Description |
---|---|---|---|
Authorization | True |
string |
Autorizační nosný token |
ms-correlationid |
string |
Používá se pro interní sledování požadavků. Pokud není zadaný parametr ms-correlationid, server pro každý požadavek vygeneruje nový. |
|
ms-cv |
string |
Používá se pro interní sledování požadavků. Pokud není zadaný ms-cv, server pro každý požadavek vygeneruje nový. |
|
ms-requestid |
string |
Používá se k idempotenci požadavků. Pokud není zadaný identifikátor ms-requestid, server pro každý požadavek vygeneruje nový. |
Odpovědi
Name | Typ | Description |
---|---|---|
200 OK |
Požadavek byl úspěšný. Text odpovědi obsahuje seznam partnerských vztahů. Media Types: "application/json", "text/json" |
Definice
Microsoft.Partner.Core.Collections.Link
Name | Typ | Description |
---|---|---|
body |
string |
|
headers |
System. |
|
method |
string |
|
uri |
string |
Microsoft.Partner.Core.Collections.ResourceAttributes
Name | Typ | Description |
---|---|---|
etag |
string |
|
objectType |
string |
Microsoft.Partner.Core.Collections.ResourceCollection[Microsoft.Partner.Service.Customers.Contracts.V1.PartnerRelationship]
Name | Typ | Description |
---|---|---|
attributes | ||
items |
Microsoft. |
|
links | ||
totalCount |
integer |
Microsoft.Partner.Core.Collections.ResourceLinks
Name | Typ | Description |
---|---|---|
next | ||
previous | ||
self |
Microsoft.Partner.Service.Customers.Contracts.V1.PartnerRelationship
Name | Typ | Description |
---|---|---|
attributes | ||
id |
string |
|
location |
string |
|
mpnId |
string |
|
name |
string |
|
relationshipType |
enum:
|
|
state |
string |
System.Collections.Generic.KeyValuePair[System.String,System.String]
Name | Typ | Description |
---|---|---|
key |
string |
|
value |
string |