GET api/FactoryPlant/GetActiveIRISToken?companyId={companyId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
companyId

string

Required

Body Parameters

None.

Response Information

Resource Description

IRISTokenInfo
NameDescriptionTypeAdditional information
AuthToken

string

None.

CreatedDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "authToken": "sample string 1",
  "createdDate": "2026-04-13T20:19:12.3758646+05:30"
}

application/xml, text/xml

Sample:
<IRISTokenInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DistributionApplication.Entities">
  <AuthToken>sample string 1</AuthToken>
  <CreatedDate>2026-04-13T20:19:12.3758646+05:30</CreatedDate>
</IRISTokenInfo>