GET api/v1/resources/lab-panels
Returns a list of all LabPanels
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ListResponseOfLabPanelName | Description | Type | Additional information |
---|---|---|---|
count | integer |
None. |
|
items | Collection of LabPanel |
None. |
|
_links | Collection of Link |
None. |
|
_languages | Collection of LanguagesLink |
None. |
Response Codes
Code | Description | Additional information |
---|---|---|
200 | OK | The request returned without error |
204 | No Content | The request was successful but no results were returned |
400 | Bad Request | A parameter was missing or invalid |
404 | Not Found | The requested resource was not found |
Response Formats
application/json, text/json
Sample:
{ "_links": [ { "rel": "sample string 1", "locale": "sample string 4", "href": "sample string 2", "templated": true }, { "rel": "sample string 1", "locale": "sample string 4", "href": "sample string 2", "templated": true } ], "_languages": [ { "rel": "sample string 1", "locale": "sample string 3", "name": "sample string 4", "href": "sample string 2" }, { "rel": "sample string 1", "locale": "sample string 3", "name": "sample string 4", "href": "sample string 2" } ], "count": 1, "items": [ { "panelId": 1, "panelName": "sample string 2", "items": [ { "testId": 1, "testName": "sample string 2", "items": [ { "section": "sample string 1", "traditionalUnits": "sample string 2", "scientificUnits": "sample string 3", "comments": "sample string 4" }, { "section": "sample string 1", "traditionalUnits": "sample string 2", "scientificUnits": "sample string 3", "comments": "sample string 4" } ], "_links": [ { "rel": "sample string 1", "locale": "sample string 4", "href": "sample string 2", "templated": true }, { "rel": "sample string 1", "locale": "sample string 4", "href": "sample string 2", "templated": true } ], "_languages": [ { "rel": "sample string 1", "locale": "sample string 3", "name": "sample string 4", "href": "sample string 2" }, { "rel": "sample string 1", "locale": "sample string 3", "name": "sample string 4", "href": "sample string 2" } ] }, { "testId": 1, "testName": "sample string 2", "items": [ { "section": "sample string 1", "traditionalUnits": "sample string 2", "scientificUnits": "sample string 3", "comments": "sample string 4" }, { "section": "sample string 1", "traditionalUnits": "sample string 2", "scientificUnits": "sample string 3", "comments": "sample string 4" } ], "_links": [ { "rel": "sample string 1", "locale": "sample string 4", "href": "sample string 2", "templated": true }, { "rel": "sample string 1", "locale": "sample string 4", "href": "sample string 2", "templated": true } ], "_languages": [ { "rel": "sample string 1", "locale": "sample string 3", "name": "sample string 4", "href": "sample string 2" }, { "rel": "sample string 1", "locale": "sample string 3", "name": "sample string 4", "href": "sample string 2" } ] } ], "_links": [ { "rel": "sample string 1", "locale": "sample string 4", "href": "sample string 2", "templated": true }, { "rel": "sample string 1", "locale": "sample string 4", "href": "sample string 2", "templated": true } ], "_languages": [ { "rel": "sample string 1", "locale": "sample string 3", "name": "sample string 4", "href": "sample string 2" }, { "rel": "sample string 1", "locale": "sample string 3", "name": "sample string 4", "href": "sample string 2" } ] }, { "panelId": 1, "panelName": "sample string 2", "items": [ { "testId": 1, "testName": "sample string 2", "items": [ { "section": "sample string 1", "traditionalUnits": "sample string 2", "scientificUnits": "sample string 3", "comments": "sample string 4" }, { "section": "sample string 1", "traditionalUnits": "sample string 2", "scientificUnits": "sample string 3", "comments": "sample string 4" } ], "_links": [ { "rel": "sample string 1", "locale": "sample string 4", "href": "sample string 2", "templated": true }, { "rel": "sample string 1", "locale": "sample string 4", "href": "sample string 2", "templated": true } ], "_languages": [ { "rel": "sample string 1", "locale": "sample string 3", "name": "sample string 4", "href": "sample string 2" }, { "rel": "sample string 1", "locale": "sample string 3", "name": "sample string 4", "href": "sample string 2" } ] }, { "testId": 1, "testName": "sample string 2", "items": [ { "section": "sample string 1", "traditionalUnits": "sample string 2", "scientificUnits": "sample string 3", "comments": "sample string 4" }, { "section": "sample string 1", "traditionalUnits": "sample string 2", "scientificUnits": "sample string 3", "comments": "sample string 4" } ], "_links": [ { "rel": "sample string 1", "locale": "sample string 4", "href": "sample string 2", "templated": true }, { "rel": "sample string 1", "locale": "sample string 4", "href": "sample string 2", "templated": true } ], "_languages": [ { "rel": "sample string 1", "locale": "sample string 3", "name": "sample string 4", "href": "sample string 2" }, { "rel": "sample string 1", "locale": "sample string 3", "name": "sample string 4", "href": "sample string 2" } ] } ], "_links": [ { "rel": "sample string 1", "locale": "sample string 4", "href": "sample string 2", "templated": true }, { "rel": "sample string 1", "locale": "sample string 4", "href": "sample string 2", "templated": true } ], "_languages": [ { "rel": "sample string 1", "locale": "sample string 3", "name": "sample string 4", "href": "sample string 2" }, { "rel": "sample string 1", "locale": "sample string 3", "name": "sample string 4", "href": "sample string 2" } ] } ] }
application/xml, text/xml
Sample:
<listResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <_languages> <languageslink> <rel>sample string 1</rel> <locale>sample string 3</locale> <name>sample string 4</name> <href>sample string 2</href> </languageslink> <languageslink> <rel>sample string 1</rel> <locale>sample string 3</locale> <name>sample string 4</name> <href>sample string 2</href> </languageslink> </_languages> <_links> <link> <rel>sample string 1</rel> <locale>sample string 4</locale> <href>sample string 2</href> <templated>true</templated> </link> <link> <rel>sample string 1</rel> <locale>sample string 4</locale> <href>sample string 2</href> <templated>true</templated> </link> </_links> <count>1</count> <items> <labPanel> <_languages> <languageslink> <rel>sample string 1</rel> <locale>sample string 3</locale> <name>sample string 4</name> <href>sample string 2</href> </languageslink> <languageslink> <rel>sample string 1</rel> <locale>sample string 3</locale> <name>sample string 4</name> <href>sample string 2</href> </languageslink> </_languages> <_links> <link> <rel>sample string 1</rel> <locale>sample string 4</locale> <href>sample string 2</href> <templated>true</templated> </link> <link> <rel>sample string 1</rel> <locale>sample string 4</locale> <href>sample string 2</href> <templated>true</templated> </link> </_links> <items> <labPanelTest> <_languages> <languageslink> <rel>sample string 1</rel> <locale>sample string 3</locale> <name>sample string 4</name> <href>sample string 2</href> </languageslink> <languageslink> <rel>sample string 1</rel> <locale>sample string 3</locale> <name>sample string 4</name> <href>sample string 2</href> </languageslink> </_languages> <_links> <link> <rel>sample string 1</rel> <locale>sample string 4</locale> <href>sample string 2</href> <templated>true</templated> </link> <link> <rel>sample string 1</rel> <locale>sample string 4</locale> <href>sample string 2</href> <templated>true</templated> </link> </_links> <items> <labPanelItem> <comments>sample string 4</comments> <scientificUnits>sample string 3</scientificUnits> <section>sample string 1</section> <traditionalUnits>sample string 2</traditionalUnits> </labPanelItem> <labPanelItem> <comments>sample string 4</comments> <scientificUnits>sample string 3</scientificUnits> <section>sample string 1</section> <traditionalUnits>sample string 2</traditionalUnits> </labPanelItem> </items> <testId>1</testId> <testName>sample string 2</testName> </labPanelTest> <labPanelTest> <_languages> <languageslink> <rel>sample string 1</rel> <locale>sample string 3</locale> <name>sample string 4</name> <href>sample string 2</href> </languageslink> <languageslink> <rel>sample string 1</rel> <locale>sample string 3</locale> <name>sample string 4</name> <href>sample string 2</href> </languageslink> </_languages> <_links> <link> <rel>sample string 1</rel> <locale>sample string 4</locale> <href>sample string 2</href> <templated>true</templated> </link> <link> <rel>sample string 1</rel> <locale>sample string 4</locale> <href>sample string 2</href> <templated>true</templated> </link> </_links> <items> <labPanelItem> <comments>sample string 4</comments> <scientificUnits>sample string 3</scientificUnits> <section>sample string 1</section> <traditionalUnits>sample string 2</traditionalUnits> </labPanelItem> <labPanelItem> <comments>sample string 4</comments> <scientificUnits>sample string 3</scientificUnits> <section>sample string 1</section> <traditionalUnits>sample string 2</traditionalUnits> </labPanelItem> </items> <testId>1</testId> <testName>sample string 2</testName> </labPanelTest> </items> <panelId>1</panelId> <panelName>sample string 2</panelName> </labPanel> <labPanel> <_languages> <languageslink> <rel>sample string 1</rel> <locale>sample string 3</locale> <name>sample string 4</name> <href>sample string 2</href> </languageslink> <languageslink> <rel>sample string 1</rel> <locale>sample string 3</locale> <name>sample string 4</name> <href>sample string 2</href> </languageslink> </_languages> <_links> <link> <rel>sample string 1</rel> <locale>sample string 4</locale> <href>sample string 2</href> <templated>true</templated> </link> <link> <rel>sample string 1</rel> <locale>sample string 4</locale> <href>sample string 2</href> <templated>true</templated> </link> </_links> <items> <labPanelTest> <_languages> <languageslink> <rel>sample string 1</rel> <locale>sample string 3</locale> <name>sample string 4</name> <href>sample string 2</href> </languageslink> <languageslink> <rel>sample string 1</rel> <locale>sample string 3</locale> <name>sample string 4</name> <href>sample string 2</href> </languageslink> </_languages> <_links> <link> <rel>sample string 1</rel> <locale>sample string 4</locale> <href>sample string 2</href> <templated>true</templated> </link> <link> <rel>sample string 1</rel> <locale>sample string 4</locale> <href>sample string 2</href> <templated>true</templated> </link> </_links> <items> <labPanelItem> <comments>sample string 4</comments> <scientificUnits>sample string 3</scientificUnits> <section>sample string 1</section> <traditionalUnits>sample string 2</traditionalUnits> </labPanelItem> <labPanelItem> <comments>sample string 4</comments> <scientificUnits>sample string 3</scientificUnits> <section>sample string 1</section> <traditionalUnits>sample string 2</traditionalUnits> </labPanelItem> </items> <testId>1</testId> <testName>sample string 2</testName> </labPanelTest> <labPanelTest> <_languages> <languageslink> <rel>sample string 1</rel> <locale>sample string 3</locale> <name>sample string 4</name> <href>sample string 2</href> </languageslink> <languageslink> <rel>sample string 1</rel> <locale>sample string 3</locale> <name>sample string 4</name> <href>sample string 2</href> </languageslink> </_languages> <_links> <link> <rel>sample string 1</rel> <locale>sample string 4</locale> <href>sample string 2</href> <templated>true</templated> </link> <link> <rel>sample string 1</rel> <locale>sample string 4</locale> <href>sample string 2</href> <templated>true</templated> </link> </_links> <items> <labPanelItem> <comments>sample string 4</comments> <scientificUnits>sample string 3</scientificUnits> <section>sample string 1</section> <traditionalUnits>sample string 2</traditionalUnits> </labPanelItem> <labPanelItem> <comments>sample string 4</comments> <scientificUnits>sample string 3</scientificUnits> <section>sample string 1</section> <traditionalUnits>sample string 2</traditionalUnits> </labPanelItem> </items> <testId>1</testId> <testName>sample string 2</testName> </labPanelTest> </items> <panelId>1</panelId> <panelName>sample string 2</panelName> </labPanel> </items> </listResponse>