POST api/InsightsSpecific/RequestHistories?tenantID={tenantID}&cultureCode={cultureCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tenantID

integer

Default value is 0

cultureCode

string

Default value is en-US

Body Parameters

HistoryList
NameDescriptionTypeAdditional information
HistoryIDs

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "HistoryIDs": [
    1,
    2
  ]
}

application/xml, text/xml

Sample:
<InsightsSpecificController.HistoryList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FraxionSM.API.Controllers">
  <HistoryIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:long>1</d2p1:long>
    <d2p1:long>2</d2p1:long>
  </HistoryIDs>
</InsightsSpecificController.HistoryList>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of RequestHistory
NameDescriptionTypeAdditional information
RequestHistoryID

integer

None.

RequestID

integer

None.

EmployeeID

integer

None.

CurrentStateID

integer

None.

DateStamp

date

None.

UserAction

string

None.

Info

string

None.

Note

string

None.

CurrentState

CurrentState

None.

Employee

Employee

None.

Request

Request

None.

historyInfo

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.