GET api/OmsManageConfigurations/configuration-history/model?pluginTypeId={pluginTypeId}

Request Information

URI Parameters

NameDescriptionTypeAdditional Information
pluginTypeId

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

ConfigurationHistoryModelResponse

NameDescriptionTypeAdditional Information
ResponseCode

APIResponseCodes

None.

Message

string

None.

CorrelationId

string

None.

Model

ConfigurationHistoryModel

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseCode": 0,
  "Message": "sample string 1",
  "CorrelationId": "sample string 2",
  "Model": {
    "ConfigurationUIHistory": null,
    "ConfigurationUIGroup": null,
    "SitePlugins": null,
    "PluginTypeID": "sample string 1",
    "ReportStartDate": "2025-12-20T14:57:03.7706452+00:00",
    "ReportEndDate": "2025-12-20T14:57:03.7706452+00:00",
    "TempStartDate": "sample string 4",
    "TempEndDate": "sample string 5",
    "PageErrorMessage": "sample string 6",
    "EnableExport": true,
    "FormPost": true,
    "SystemVersionedTables": null,
    "SystemVersionedReportDataTable": null,
    "SystemVersionedTableCode": "sample string 9",
    "MatchedSystemVersionedTable": null,
    "IsDownloadRequest": true,
    "Over1000Records": true,
    "HasValidationErrors": true,
    "SortedList": [
      "sample string 1",
      "sample string 2"
    ]
  }
}

application/xml, text/xml

Sample:
<ConfigurationHistoryModelResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DECK.OMS.Domain.Models.API">
  <CorrelationId>sample string 2</CorrelationId>
  <Message>sample string 1</Message>
  <Model xmlns:d2p1="http://schemas.datacontract.org/2004/07/DECK.OMS.Domain.Models">
    <d2p1:ConfigurationUIGroup xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
    <d2p1:ConfigurationUIHistory xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
    <d2p1:EnableExport>true</d2p1:EnableExport>
    <d2p1:FormPost>true</d2p1:FormPost>
    <d2p1:HasValidationErrors>true</d2p1:HasValidationErrors>
    <d2p1:IsDownloadRequest>true</d2p1:IsDownloadRequest>
    <d2p1:MatchedSystemVersionedTable i:nil="true" />
    <d2p1:Over1000Records>true</d2p1:Over1000Records>
    <d2p1:PageErrorMessage>sample string 6</d2p1:PageErrorMessage>
    <d2p1:PluginTypeID>sample string 1</d2p1:PluginTypeID>
    <d2p1:ReportEndDate>2025-12-20T14:57:03.7706452+00:00</d2p1:ReportEndDate>
    <d2p1:ReportStartDate>2025-12-20T14:57:03.7706452+00:00</d2p1:ReportStartDate>
    <d2p1:SitePlugins xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
    <d2p1:SortedList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </d2p1:SortedList>
    <d2p1:SystemVersionedReportDataTable i:nil="true" />
    <d2p1:SystemVersionedTableCode>sample string 9</d2p1:SystemVersionedTableCode>
    <d2p1:SystemVersionedTables xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
    <d2p1:TempEndDate>sample string 5</d2p1:TempEndDate>
    <d2p1:TempStartDate>sample string 4</d2p1:TempStartDate>
  </Model>
  <ResponseCode>Success</ResponseCode>
</ConfigurationHistoryModelResponse>