GET api/SetReview/GetAllSetReviewFinishedWithDetails?mandatorId={mandatorId}&token={token}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
mandatorId

integer

Required

token

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of MDLSetReviewFinishedWithDetails
NameDescriptionTypeAdditional information
Id

integer

None.

SetId

integer

None.

SetName

string

None.

SetBarcode

string

None.

SetNumber

string

None.

CostCenterName

string

None.

CostCenterIdentifier

string

None.

ShouldRepair

integer

None.

ShouldReplace

integer

None.

ShouldLabeling

integer

None.

StartDateTime

date

None.

EndDateTime

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "SetId": 2,
    "SetName": "sample string 3",
    "SetBarcode": "sample string 4",
    "SetNumber": "sample string 5",
    "CostCenterName": "sample string 6",
    "CostCenterIdentifier": "sample string 7",
    "ShouldRepair": 8,
    "ShouldReplace": 9,
    "ShouldLabeling": 10,
    "StartDateTime": "2025-12-31T16:33:18.2350544+01:00",
    "EndDateTime": "2025-12-31T16:33:18.2350544+01:00"
  },
  {
    "Id": 1,
    "SetId": 2,
    "SetName": "sample string 3",
    "SetBarcode": "sample string 4",
    "SetNumber": "sample string 5",
    "CostCenterName": "sample string 6",
    "CostCenterIdentifier": "sample string 7",
    "ShouldRepair": 8,
    "ShouldReplace": 9,
    "ShouldLabeling": 10,
    "StartDateTime": "2025-12-31T16:33:18.2350544+01:00",
    "EndDateTime": "2025-12-31T16:33:18.2350544+01:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMDLSetReviewFinishedWithDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Asanus.BarCon.Middleware.Shared.Models">
  <MDLSetReviewFinishedWithDetails>
    <CostCenterIdentifier>sample string 7</CostCenterIdentifier>
    <CostCenterName>sample string 6</CostCenterName>
    <EndDateTime>2025-12-31T16:33:18.2350544+01:00</EndDateTime>
    <Id>1</Id>
    <SetBarcode>sample string 4</SetBarcode>
    <SetId>2</SetId>
    <SetName>sample string 3</SetName>
    <SetNumber>sample string 5</SetNumber>
    <ShouldLabeling>10</ShouldLabeling>
    <ShouldRepair>8</ShouldRepair>
    <ShouldReplace>9</ShouldReplace>
    <StartDateTime>2025-12-31T16:33:18.2350544+01:00</StartDateTime>
  </MDLSetReviewFinishedWithDetails>
  <MDLSetReviewFinishedWithDetails>
    <CostCenterIdentifier>sample string 7</CostCenterIdentifier>
    <CostCenterName>sample string 6</CostCenterName>
    <EndDateTime>2025-12-31T16:33:18.2350544+01:00</EndDateTime>
    <Id>1</Id>
    <SetBarcode>sample string 4</SetBarcode>
    <SetId>2</SetId>
    <SetName>sample string 3</SetName>
    <SetNumber>sample string 5</SetNumber>
    <ShouldLabeling>10</ShouldLabeling>
    <ShouldRepair>8</ShouldRepair>
    <ShouldReplace>9</ShouldReplace>
    <StartDateTime>2025-12-31T16:33:18.2350544+01:00</StartDateTime>
  </MDLSetReviewFinishedWithDetails>
</ArrayOfMDLSetReviewFinishedWithDetails>