GET api/CheckVault/v1

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

IsWebPartAvailable
NameDescriptionTypeAdditional information
IsRegistered

boolean

None.

Status

boolean

None.

Message

string

None.

Type

string

None.

DaysCountForMessage

integer

None.

DaysLeftCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "IsRegistered": true,
  "Status": true,
  "Message": "sample string 3",
  "Type": "sample string 4",
  "DaysCountForMessage": 5,
  "DaysLeftCount": 6
}

application/xml, text/xml

Sample:
<IsWebPartAvailable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AQLAPI.Controllers">
  <DaysCountForMessage>5</DaysCountForMessage>
  <DaysLeftCount>6</DaysLeftCount>
  <IsRegistered>true</IsRegistered>
  <Message>sample string 3</Message>
  <Status>true</Status>
  <Type>sample string 4</Type>
</IsWebPartAvailable>