GET api/CareSheet/CareSheets?subscriptionID={subscriptionID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subscriptionID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CareSheetName | Description | Type | Additional information |
---|---|---|---|
PDFURL | string |
None. |
|
CareSheetID | integer |
None. |
|
Type | string |
None. |
|
Channel | string |
None. |
|
Line1 | string |
None. |
|
Line2 | string |
None. |
|
Line3 | string |
None. |
|
Line4 | string |
None. |
|
ImageURL | string |
None. |
|
Barcode | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PDFURL": "sample string 4", "CareSheetID": 6, "Type": "sample string 7", "Channel": "sample string 8", "Line1": "sample string 9", "Line2": "sample string 10", "Line3": "sample string 11", "Line4": "sample string 12", "ImageURL": "sample string 13", "Barcode": "sample string 14" }, { "PDFURL": "sample string 4", "CareSheetID": 6, "Type": "sample string 7", "Channel": "sample string 8", "Line1": "sample string 9", "Line2": "sample string 10", "Line3": "sample string 11", "Line4": "sample string 12", "ImageURL": "sample string 13", "Barcode": "sample string 14" } ]
application/xml, text/xml
Sample:
<ArrayOfCareSheet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities"> <CareSheet> <Barcode>sample string 14</Barcode> <Channel>sample string 8</Channel> <CommonName>sample string 2</CommonName> <Id>6</Id> <ImageURL>sample string 13</ImageURL> <LatinName>sample string 3</LatinName> <Line1>sample string 9</Line1> <Line2>sample string 10</Line2> <Line3>sample string 11</Line3> <Line4>sample string 12</Line4> <Name>sample string 1</Name> <Type>sample string 7</Type> <ArticleMappingEntryID>5</ArticleMappingEntryID> <PDFURL>sample string 4</PDFURL> </CareSheet> <CareSheet> <Barcode>sample string 14</Barcode> <Channel>sample string 8</Channel> <CommonName>sample string 2</CommonName> <Id>6</Id> <ImageURL>sample string 13</ImageURL> <LatinName>sample string 3</LatinName> <Line1>sample string 9</Line1> <Line2>sample string 10</Line2> <Line3>sample string 11</Line3> <Line4>sample string 12</Line4> <Name>sample string 1</Name> <Type>sample string 7</Type> <ArticleMappingEntryID>5</ArticleMappingEntryID> <PDFURL>sample string 4</PDFURL> </CareSheet> </ArrayOfCareSheet>