GET api/packets/recipientAssemblyProduct/{recipientAssemblyProduct}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
recipientAssemblyProduct

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Packet
NameDescriptionTypeAdditional information
id

globally unique identifier

None.

parentId

globally unique identifier

None.

recipientAssemblyGuid

globally unique identifier

None.

recipientAssemblyProduct

string

None.

senderAssemblyGuid

globally unique identifier

None.

senderAssemblyProduct

string

None.

name

string

None.

payload

string

None.

hash

string

None.

created

date

None.

Response Formats

application/json, text/json, text/html

Sample:
[{"$id":"1","id":"b35a3340-b5b5-4199-b867-32592d052fa2","parentId":"2003d1f7-32ab-4d55-90cc-52591c5b1200","recipientAssemblyGuid":"2eb5e0c1-9e6b-4e5e-accc-f05987c23d2e","recipientAssemblyProduct":"sample string 4","senderAssemblyGuid":"887b8e7c-efb3-4aa2-a0e8-c16a5921231a","senderAssemblyProduct":"sample string 6","name":"sample string 7","payload":"sample string 8","hash":"sample string 9","created":"2024-03-28T18:36:37.1053985+03:00"},{"$ref":"1"}]

application/xml, text/xml

Sample:
<ArrayOfpacket xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="kw.com.ia.api.packet">
  <packet z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
    <created>2024-03-28T18:36:37.1053985+03:00</created>
    <hash>sample string 9</hash>
    <id>b35a3340-b5b5-4199-b867-32592d052fa2</id>
    <name>sample string 7</name>
    <parentId>2003d1f7-32ab-4d55-90cc-52591c5b1200</parentId>
    <payload>sample string 8</payload>
    <recipientAssemblyGuid>2eb5e0c1-9e6b-4e5e-accc-f05987c23d2e</recipientAssemblyGuid>
    <recipientAssemblyProduct>sample string 4</recipientAssemblyProduct>
    <senderAssemblyGuid>887b8e7c-efb3-4aa2-a0e8-c16a5921231a</senderAssemblyGuid>
    <senderAssemblyProduct>sample string 6</senderAssemblyProduct>
  </packet>
  <packet z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfpacket>