GET v1/reportCenter/list

Retrieve list of Report Centers with minimal information based on user permission

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ReportCenterModel
NameDescriptionTypeAdditional information
ReportCenterID

Unique identifier of the Report Center

integer

None.

ReportName

Report name

string

None.

HasSearch

Has a search filter

boolean

None.

HasSingleDate

Has a date filter

boolean

None.

HasFromToDate

Has from and to date filter

boolean

None.

HasLocation

Has a location filter

boolean

None.

HasMultiLocation

Has a multi-select location filter

boolean

None.

HasSKU

Has a SKU filter

boolean

None.

HasMultiSKU

Has a multi-select SKU filter

boolean

None.

HasMultiZone

boolean

None.

HasOperation

boolean

None.

HasCompany

boolean

None.

HasDynamicColumns

boolean

None.

HasShipment

boolean

None.

HasFlagType

boolean

None.

HasWorkOrder

boolean

None.

SearchText

string

None.

GridID

Unique identifier of grid columns

integer

None.

HasSKUCategory

boolean

None.

HasIntegration

boolean

None.

HasToLocation

boolean

None.

HasUser

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "reportCenterID": 1,
  "reportName": "sample string 2",
  "hasSearch": true,
  "hasSingleDate": true,
  "hasFromToDate": true,
  "hasLocation": true,
  "hasMultiLocation": true,
  "hasSKU": true,
  "hasMultiSKU": true,
  "hasMultiZone": true,
  "hasOperation": true,
  "hasCompany": true,
  "hasDynamicColumns": true,
  "hasShipment": true,
  "hasFlagType": true,
  "hasWorkOrder": true,
  "searchText": "sample string 17",
  "gridID": 18,
  "hasSKUCategory": true,
  "hasIntegration": true,
  "hasToLocation": true,
  "hasUser": true
}