Provide support - Get all service requests for a customer
haalt een gepaginade lijst met serviceaanvragen op
GET https://api.partnercenter.microsoft.com/v1/customers/{customer_id}/servicerequests
GET https://api.partnercenter.microsoft.com/v1/customers/{customer_id}/servicerequests?Field={Field}&Value={Value}&offset={offset}&size={size}
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
customer_id
|
path | True |
string |
de tenant-id van de klant die is gekoppeld aan de serviceaanvraag |
Field
|
query |
string |
||
offset
|
query |
integer (int32) |
welke pagina moet worden geretourneerd |
|
size
|
query |
integer (int32) |
aantal elementen in het te retourneren element |
|
Value
|
query |
string |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
Succes Media Types: "text/plain", "application/json", "text/json" |
|
404 Not Found |
Niet gevonden Media Types: "text/plain", "application/json", "text/json" |
|
Other Status Codes |
Fout Media Types: "text/plain", "application/json", "text/json" |
Definities
BookingAppointment
Name | Type | Description |
---|---|---|
customerEmailAddress |
string |
customerEmailAddress |
customerName |
string |
|
customerPhone |
string |
|
end | ||
notes |
string |
|
serviceRequestId |
string |
|
start |
DateTimeTimeZone
Name | Type | Description |
---|---|---|
dateTime |
string |
|
timeZone |
string |
FileInfo
Name | Type | Description |
---|---|---|
comment |
string |
|
extensionType |
string |
|
fileNameWithoutExtension |
string |
|
fileSize |
integer (int64) |
|
id |
string |
|
location |
string |
KeyValuePair`2
Name | Type | Description |
---|---|---|
key |
string |
|
value |
string |
Link
Name | Type | Description |
---|---|---|
body |
string |
|
headers | ||
method |
string |
|
uri |
string (uri) |
ProblemDetails
Name | Type | Description |
---|---|---|
detail |
string |
|
instance |
string |
|
status |
integer (int32) |
|
title |
string |
|
type |
string |
ResourceAttributes
Name | Type | Description |
---|---|---|
etag |
string |
|
objectType |
string |
ResourceCollection`1
Name | Type | Description |
---|---|---|
attributes | ||
items | ||
links | ||
totalCount |
integer (int32) |
ResourceLinks
Name | Type | Description |
---|---|---|
next | ||
previous | ||
self |
ServiceRequest
Name | Type | Description |
---|---|---|
additionalInfo | ||
appointment | ||
attributes | ||
countryCode |
string |
|
createdDate |
string (date-time) |
|
creationChannel |
string |
|
description |
string |
|
emailCcList |
string[] |
|
fileLinks |
File |
|
id |
string minLength: 0maxLength: 16 pattern: ^([0-9]{10}|[0-9]{15}|[0-9]{1,9}|[0-9]{16}|[0-9]-[0-9]{13})$ |
|
lastClosedDate |
string (date-time) |
|
lastModifiedDate |
string (date-time) |
|
lastUpdatedBy | ||
newNote | ||
notes | ||
organization | ||
primaryContact | ||
productId |
string |
|
productName |
string |
|
severity |
Service |
|
status |
Service |
|
supportTopicDescription |
string |
|
supportTopicId |
string |
|
supportTopicName |
string |
|
title |
string maxLength: 255 |
ServiceRequestAdditionalInfo
Name | Type | Description |
---|---|---|
payLoad | ||
type |
string |
ServiceRequestContact
Name | Type | Description |
---|---|---|
contactId |
string |
|
string (email) |
||
firstName |
string |
|
lastName |
string |
|
organization | ||
phoneNumber |
string |
|
preferredContactMethod |
string |
ServiceRequestNote
Name | Type | Description |
---|---|---|
createdByName |
string |
|
createdDate |
string (date-time) |
|
text |
string |
|
updatedByName |
string |
ServiceRequestOrganization
Name | Type | Description |
---|---|---|
id |
string |
|
name |
string |
|
phoneNumber |
string |
ServiceRequestSeverity
Waarde | Description |
---|---|
0 | |
1 | |
2 | |
3 |
ServiceRequestStatus
Waarde | Description |
---|---|
0 | |
1 | |
2 | |
3 |