GET api/LogLength

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

LogLengthApiResponse
NameDescriptionTypeAdditional information
LogLengths

Collection of LogLengthApi

None.

RequestStatus

RequestStatus

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <RequestStatus>
    <errormessage>sample string 1</errormessage>
    <success>true</success>
    <version>sample string 3</version>
  </RequestStatus>
  <loglengths>
    <loglength>
      <Status>true</Status>
      <IsShowInKiosk>true</IsShowInKiosk>
      <LengthCode>sample string 4</LengthCode>
      <MasterId>1</MasterId>
      <QuickCode>sample string 6</QuickCode>
      <SourceChannel>sample string 7</SourceChannel>
      <CreatedOn>2025-12-19T06:00:39.2618557-06:00</CreatedOn>
      <CreatedBy>sample string 8</CreatedBy>
      <ModifiedBy>sample string 9</ModifiedBy>
      <ModifiedOn>2025-12-19T06:00:39.2618557-06:00</ModifiedOn>
      <dataowner>
        <Name>sample string 1</Name>
        <Masterid>2</Masterid>
      </dataowner>
    </loglength>
    <loglength>
      <Status>true</Status>
      <IsShowInKiosk>true</IsShowInKiosk>
      <LengthCode>sample string 4</LengthCode>
      <MasterId>1</MasterId>
      <QuickCode>sample string 6</QuickCode>
      <SourceChannel>sample string 7</SourceChannel>
      <CreatedOn>2025-12-19T06:00:39.2618557-06:00</CreatedOn>
      <CreatedBy>sample string 8</CreatedBy>
      <ModifiedBy>sample string 9</ModifiedBy>
      <ModifiedOn>2025-12-19T06:00:39.2618557-06:00</ModifiedOn>
      <dataowner>
        <Name>sample string 1</Name>
        <Masterid>2</Masterid>
      </dataowner>
    </loglength>
  </loglengths>
</response>