GET api/MedicalExamcos/ViewMessageQueueAttachment?q={q}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
q | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfListOfMessageQueueAttachmentsDTOName | Description | Type | Additional information |
---|---|---|---|
isSuccess | boolean |
None. |
|
message | string |
None. |
|
jsonObj | Collection of MessageQueueAttachmentsDTO |
None. |
|
totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "isSuccess": true, "message": "sample string 2", "jsonObj": [ { "AttachmentId": 1, "MessageQueueId": 2, "Title": "sample string 3", "FolderPath": "sample string 4", "ServiceUrl": "sample string 5", "BucketName": "sample string 6", "KeyName": "sample string 7", "DocumentName": "sample string 8" }, { "AttachmentId": 1, "MessageQueueId": 2, "Title": "sample string 3", "FolderPath": "sample string 4", "ServiceUrl": "sample string 5", "BucketName": "sample string 6", "KeyName": "sample string 7", "DocumentName": "sample string 8" } ], "totalCount": 3 }
application/xml, text/xml
Sample:
<AsapResponseOfArrayOfMessageQueueAttachmentsDTO3NYuOdgi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common"> <isSuccess>true</isSuccess> <jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.BL"> <d2p1:MessageQueueAttachmentsDTO> <d2p1:AttachmentId>1</d2p1:AttachmentId> <d2p1:BucketName>sample string 6</d2p1:BucketName> <d2p1:DocumentName>sample string 8</d2p1:DocumentName> <d2p1:FolderPath>sample string 4</d2p1:FolderPath> <d2p1:KeyName>sample string 7</d2p1:KeyName> <d2p1:MessageQueueId>2</d2p1:MessageQueueId> <d2p1:ServiceUrl>sample string 5</d2p1:ServiceUrl> <d2p1:Title>sample string 3</d2p1:Title> </d2p1:MessageQueueAttachmentsDTO> <d2p1:MessageQueueAttachmentsDTO> <d2p1:AttachmentId>1</d2p1:AttachmentId> <d2p1:BucketName>sample string 6</d2p1:BucketName> <d2p1:DocumentName>sample string 8</d2p1:DocumentName> <d2p1:FolderPath>sample string 4</d2p1:FolderPath> <d2p1:KeyName>sample string 7</d2p1:KeyName> <d2p1:MessageQueueId>2</d2p1:MessageQueueId> <d2p1:ServiceUrl>sample string 5</d2p1:ServiceUrl> <d2p1:Title>sample string 3</d2p1:Title> </d2p1:MessageQueueAttachmentsDTO> </jsonObj> <message>sample string 2</message> <totalCount>3</totalCount> </AsapResponseOfArrayOfMessageQueueAttachmentsDTO3NYuOdgi>