GET api/Manager/GetAllStates

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of GetAllStatesResult
NameDescriptionTypeAdditional information
SupplierId

globally unique identifier

None.

SupplierName

string

None.

SupplierNumber

string

None.

UploadTarget

UploadTarget

None.

ProcessedBy

string

None.

DateAddedToQueue

date

None.

ControlUrl

string

None.

DateControlImportDataAvailable

date

None.

LastStateChange

date

None.

DashboardStateNotice

string

None.

CurrentState

ProcessStateEnum

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CurrentState": "InQueue",
    "SupplierId": "2859fde6-3024-40de-88eb-ef5f0f1fed42",
    "SupplierName": "sample string 2",
    "SupplierNumber": "sample string 3",
    "UploadTarget": "DataControl",
    "ProcessedBy": "sample string 4",
    "DateAddedToQueue": "2026-02-15T15:16:25.3132537+00:00",
    "ControlUrl": "sample string 5",
    "DateControlImportDataAvailable": "2026-02-15T15:16:25.3132537+00:00",
    "LastStateChange": "2026-02-15T15:16:25.3132537+00:00",
    "DashboardStateNotice": "sample string 7"
  },
  {
    "CurrentState": "InQueue",
    "SupplierId": "2859fde6-3024-40de-88eb-ef5f0f1fed42",
    "SupplierName": "sample string 2",
    "SupplierNumber": "sample string 3",
    "UploadTarget": "DataControl",
    "ProcessedBy": "sample string 4",
    "DateAddedToQueue": "2026-02-15T15:16:25.3132537+00:00",
    "ControlUrl": "sample string 5",
    "DateControlImportDataAvailable": "2026-02-15T15:16:25.3132537+00:00",
    "LastStateChange": "2026-02-15T15:16:25.3132537+00:00",
    "DashboardStateNotice": "sample string 7"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetAllStatesResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Converter.Model">
  <GetAllStatesResult>
    <ControlUrl>sample string 5</ControlUrl>
    <CurrentState>InQueue</CurrentState>
    <DashboardStateNotice>sample string 7</DashboardStateNotice>
    <DateAddedToQueue>2026-02-15T15:16:25.3132537+00:00</DateAddedToQueue>
    <DateControlImportDataAvailable>2026-02-15T15:16:25.3132537+00:00</DateControlImportDataAvailable>
    <LastStateChange>2026-02-15T15:16:25.3132537+00:00</LastStateChange>
    <ProcessedBy>sample string 4</ProcessedBy>
    <SupplierId>2859fde6-3024-40de-88eb-ef5f0f1fed42</SupplierId>
    <SupplierName>sample string 2</SupplierName>
    <SupplierNumber>sample string 3</SupplierNumber>
    <UploadTarget>DataControl</UploadTarget>
  </GetAllStatesResult>
  <GetAllStatesResult>
    <ControlUrl>sample string 5</ControlUrl>
    <CurrentState>InQueue</CurrentState>
    <DashboardStateNotice>sample string 7</DashboardStateNotice>
    <DateAddedToQueue>2026-02-15T15:16:25.3132537+00:00</DateAddedToQueue>
    <DateControlImportDataAvailable>2026-02-15T15:16:25.3132537+00:00</DateControlImportDataAvailable>
    <LastStateChange>2026-02-15T15:16:25.3132537+00:00</LastStateChange>
    <ProcessedBy>sample string 4</ProcessedBy>
    <SupplierId>2859fde6-3024-40de-88eb-ef5f0f1fed42</SupplierId>
    <SupplierName>sample string 2</SupplierName>
    <SupplierNumber>sample string 3</SupplierNumber>
    <UploadTarget>DataControl</UploadTarget>
  </GetAllStatesResult>
</ArrayOfGetAllStatesResult>