GET api/Sample_group/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SAMPLEGROUP
NameDescriptionTypeAdditional information
SAMPLEGROUP_ID

integer

None.

SAMPLECATEGORY_ID

integer

None.

SAMPLEGROUP_CLASS_ID

integer

None.

GROUP_CODE

string

None.

DESCRIPTION

string

None.

ENABLED

string

None.

ACTIVE

string

None.

CREATED

date

None.

MODIFIED

date

None.

VERSIONSTAMP

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SAMPLEGROUP_ID": 1,
    "SAMPLECATEGORY_ID": 2,
    "SAMPLEGROUP_CLASS_ID": 1,
    "GROUP_CODE": "sample string 3",
    "DESCRIPTION": "sample string 4",
    "ENABLED": "sample string 5",
    "ACTIVE": "sample string 6",
    "CREATED": "2024-10-10T19:17:20.8247359+11:00",
    "MODIFIED": "2024-10-10T19:17:20.8247359+11:00",
    "VERSIONSTAMP": "QEA="
  },
  {
    "SAMPLEGROUP_ID": 1,
    "SAMPLECATEGORY_ID": 2,
    "SAMPLEGROUP_CLASS_ID": 1,
    "GROUP_CODE": "sample string 3",
    "DESCRIPTION": "sample string 4",
    "ENABLED": "sample string 5",
    "ACTIVE": "sample string 6",
    "CREATED": "2024-10-10T19:17:20.8247359+11:00",
    "MODIFIED": "2024-10-10T19:17:20.8247359+11:00",
    "VERSIONSTAMP": "QEA="
  }
]

application/xml, text/xml

Sample:
<ArrayOfSAMPLEGROUP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LimsOminiApi.Models">
  <SAMPLEGROUP>
    <ACTIVE>sample string 6</ACTIVE>
    <CREATED>2024-10-10T19:17:20.8247359+11:00</CREATED>
    <DESCRIPTION>sample string 4</DESCRIPTION>
    <ENABLED>sample string 5</ENABLED>
    <GROUP_CODE>sample string 3</GROUP_CODE>
    <MODIFIED>2024-10-10T19:17:20.8247359+11:00</MODIFIED>
    <SAMPLECATEGORY_ID>2</SAMPLECATEGORY_ID>
    <SAMPLEGROUP_CLASS_ID>1</SAMPLEGROUP_CLASS_ID>
    <SAMPLEGROUP_ID>1</SAMPLEGROUP_ID>
    <VERSIONSTAMP>QEA=</VERSIONSTAMP>
  </SAMPLEGROUP>
  <SAMPLEGROUP>
    <ACTIVE>sample string 6</ACTIVE>
    <CREATED>2024-10-10T19:17:20.8247359+11:00</CREATED>
    <DESCRIPTION>sample string 4</DESCRIPTION>
    <ENABLED>sample string 5</ENABLED>
    <GROUP_CODE>sample string 3</GROUP_CODE>
    <MODIFIED>2024-10-10T19:17:20.8247359+11:00</MODIFIED>
    <SAMPLECATEGORY_ID>2</SAMPLECATEGORY_ID>
    <SAMPLEGROUP_CLASS_ID>1</SAMPLEGROUP_CLASS_ID>
    <SAMPLEGROUP_ID>1</SAMPLEGROUP_ID>
    <VERSIONSTAMP>QEA=</VERSIONSTAMP>
  </SAMPLEGROUP>
</ArrayOfSAMPLEGROUP>