GET System/OrganizationLicense
Get organizationLicenses from criteria
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
IncludeActive |
Include records where RecordState == RecordState.Active |
boolean |
None. |
IncludeInactive |
Include records where RecordState == RecordState.Inactive |
boolean |
None. |
IncludeDeleted |
Include records where RecordState == RecordState.Deleted |
boolean |
None. |
Match |
When searching by string, include records based on match type |
MatchCriteriaStringType |
None. |
OrgID |
Filter by OrgID |
integer |
None. |
Organizations |
Filter by Organizations |
Collection of integer |
None. |
LicenseKey |
Filter by LicenseKey |
globally unique identifier |
None. |
LicenseCode |
Filter by LicenseCode |
string |
None. |
Props |
Filter by Props |
Collection of Object |
None. |
ExpiryDateUtcMin |
Filter by ExpiryDateUtcMin |
date |
None. |
ExpiryDateUtcMax |
Filter by ExpiryDateUtcMax |
date |
None. |
CreatedDateUtcMin |
Filter by CreatedDateUtcMin |
date |
None. |
CreatedDateUtcMax |
Filter by CreatedDateUtcMax |
date |
None. |
LastUpdatedDateUtcMin |
Filter by LastUpdatedDateUtcMin |
date |
None. |
LastUpdatedDateUtcMax |
Filter by LastUpdatedDateUtcMax |
date |
None. |
Body Parameters
None.
Response Information
Resource Description
List of OrganizationLicenseDTOs
Collection of OrganizationLicenseDTOName | Description | Type | Additional information |
---|---|---|---|
LicenseID |
License ID |
integer |
None. |
OrgID |
Org ID |
integer |
None. |
LicenseKey |
License Key |
string |
None. |
LicenseCode |
License Code |
string |
None. |
Props |
Props |
Collection of Object |
None. |
ExpiryDateUtc |
Expiry Date Utc |
date |
None. |
RecordState |
Record State |
RecordState |
None. |
Created |
Created |
AuditDataDTO |
None. |
LastUpdated |
Last Updated |
AuditDataDTO |
None. |
Summary |
Summary |
string |
None. |