GET api/REGRPTIMG_SAMPS

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of REGRPTIMG_SAMPS
NameDescriptionTypeAdditional information
REGRPTIMG_SAMPS_ID

integer

None.

REGRPTIMAGES_ID

integer

None.

SAMPNO

integer

None.

REGTID

string

None.

CREATED

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "REGRPTIMG_SAMPS_ID": 1,
    "REGRPTIMAGES_ID": 2,
    "SAMPNO": 3,
    "REGTID": "sample string 4",
    "CREATED": "2024-10-10T19:21:16.2827858+11:00"
  },
  {
    "REGRPTIMG_SAMPS_ID": 1,
    "REGRPTIMAGES_ID": 2,
    "SAMPNO": 3,
    "REGTID": "sample string 4",
    "CREATED": "2024-10-10T19:21:16.2827858+11:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfREGRPTIMG_SAMPS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LimsOminiApi.Models">
  <REGRPTIMG_SAMPS>
    <CREATED>2024-10-10T19:21:16.2827858+11:00</CREATED>
    <REGRPTIMAGES_ID>2</REGRPTIMAGES_ID>
    <REGRPTIMG_SAMPS_ID>1</REGRPTIMG_SAMPS_ID>
    <REGTID>sample string 4</REGTID>
    <SAMPNO>3</SAMPNO>
  </REGRPTIMG_SAMPS>
  <REGRPTIMG_SAMPS>
    <CREATED>2024-10-10T19:21:16.2827858+11:00</CREATED>
    <REGRPTIMAGES_ID>2</REGRPTIMAGES_ID>
    <REGRPTIMG_SAMPS_ID>1</REGRPTIMG_SAMPS_ID>
    <REGTID>sample string 4</REGTID>
    <SAMPNO>3</SAMPNO>
  </REGRPTIMG_SAMPS>
</ArrayOfREGRPTIMG_SAMPS>