GET v1/contracts/get
return current contract info
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
contract
ConfidenceApps.Interfaces.Portal.IContractName | Description | Type | Additional information |
---|---|---|---|
CApps |
Aktuelle Anzahl an genutzten CApps |
integer |
None. |
DataLists |
Aktuelle Anzahl an genutzten Wertelisten |
integer |
None. |
Features |
Aktuelle Liste verfügbarer Features. |
Collection of string |
None. |
Groups |
Aktuelle Anzahl an genutzten Benutzergruppen |
integer |
None. |
IsTestPackage |
Markiert aktuelle Test-Pakete. |
boolean |
None. |
MaxCApps |
Maximale Anzahl an nutzbaren CApps |
integer |
None. |
MaxDataLists |
Maximale Anzahl an nutzbaren Wertelisten |
integer |
None. |
MaxSpace |
Maximal nutzbarer Speicherplatz |
decimal number |
None. |
MaxGroups |
Maximale Anzahl an nutzbaren Benutzergruppen |
integer |
None. |
MaxReports |
Maximale Anzahl an nutzbaren Reports |
integer |
None. |
MaxUsers |
Maximale Anzahl an nutzbaren Benutzern |
integer |
None. |
NextPeriodDate |
Nächstes Rechnungsdatum |
date |
None. |
PackageName |
Name des aktuell gebuchten Paketes |
string |
None. |
Period |
Zahlungsperiode |
string |
None. |
Reports |
Anzahl an genutzten Reports |
integer |
None. |
Retention |
Anzahl Tage Datenvorhaltung |
integer |
None. |
Space |
Aktuell genutzter Speicherplatz |
decimal number |
None. |
StartDate |
Buchungsdatum das aktuellen Paketes |
date |
None. |
Users |
Anzahl an genutzten Benutzern |
integer |
None. |
TemplateId |
TemplateId. Max 36 Chars. |
string |
None. |
Response Formats
application/json, text/json
{ "cApps": 0, "dataLists": 0, "maxCApps": 0, "maxDataLists": 0, "maxSpace": 0.0, "maxUsers": 0, "nextPeriodDate": "0001-01-01T00:00:00", "packageName": "Sample Package", "retention": 0, "space": 0.0, "startDate": "2025-05-08T18:35:16", "users": 0, "groups": 0, "maxGroups": 0, "maxReports": 0, "reports": 0, "createdAt": "0001-01-01T00:00:00", "modifiedAt": "0001-01-01T00:00:00", "referenceId": "00000000-0000-0000-0000-000000000000", "features": [], "isTestPackage": false }