v1

latestSwagger 2.02026-07-13142753.8 KB
Communications

Lists all communications (attachments not included) for a support ticket. <br/></br> You can also filter support ticket communications by <i>CreatedDate</i>�or <i>CommunicationType</i> using the $filter parameter. The only type of communication supported today is <i>Web</i>. Output will be a paged result with <i>nextLink</i>, using which you can retrieve the next set of Communication results. <br/><br/> Support ticket data is available for 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an error.

get/subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications

Path parameters

supportTicketNamestring required

Support ticket name

subscriptionIdstring required

Azure subscription id

Query parameters

$topinteger

The number of values to return in the collection. Default is 10 and max is 10.

$filterstring

The filter to apply on the operation. You can filter by communicationType and createdDate properties. CommunicationType supports Equals ('eq') operator and createdDate supports Greater Than ('gt') and Greater Than or Equals ('ge') operators. You may combine the CommunicationType and CreatedDate filters by Logical And ('and') operator.

api-versionstring required

Api version

Response

Successfully retrieved communications for a support ticket.

nextLinkstring

The URI to fetch the next page of Communication resources.