POST api/InstitutionLicenseReport
Returns all institution license report based on provided filters
Request Information
URI Parameters
None.
Body Parameters
GetInstitutionLicenseReportsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| KnownSearchFields | Collection of string |
None. |
|
| KnownSortFields | Collection of string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| SearchBy | Collection of Filter |
None. |
|
| SortBy | Collection of Sort |
None. |
Request Formats
application/json, text/json
Sample:
{
"KnownSearchFields": [
"Name",
"LicenseCategories",
"ProductGroups",
"InstitutionLicenseReportTags.Tag.Name",
"LastRunAt"
],
"KnownSortFields": [
"Name",
"LicenseCategories",
"ProductGroups",
"InstitutionLicenseReportTags.Tag.Name",
"LastRunAt"
],
"PageSize": 1,
"PageIndex": 2,
"SearchBy": [
{
"Key": "sample string 1",
"Value": {},
"Type": 0
},
{
"Key": "sample string 1",
"Value": {},
"Type": 0
}
],
"SortBy": [
{
"Key": "sample string 1",
"Order": 0
},
{
"Key": "sample string 1",
"Order": 0
}
]
}
application/xml, text/xml
Sample:
<GetInstitutionLicenseReportsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Requests.GetRequests">
<KnownSearchFields xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Core">
<d2p1:string>Name</d2p1:string>
<d2p1:string>LicenseCategories</d2p1:string>
<d2p1:string>ProductGroups</d2p1:string>
<d2p1:string>InstitutionLicenseReportTags.Tag.Name</d2p1:string>
<d2p1:string>LastRunAt</d2p1:string>
</KnownSearchFields>
<KnownSortFields xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Core">
<d2p1:string>Name</d2p1:string>
<d2p1:string>LicenseCategories</d2p1:string>
<d2p1:string>ProductGroups</d2p1:string>
<d2p1:string>InstitutionLicenseReportTags.Tag.Name</d2p1:string>
<d2p1:string>LastRunAt</d2p1:string>
</KnownSortFields>
<PageIndex xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Core">2</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Core">1</PageSize>
<SearchBy xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Core">
<Filter>
<Key>sample string 1</Key>
<Type>None</Type>
<Value />
</Filter>
<Filter>
<Key>sample string 1</Key>
<Type>None</Type>
<Value />
</Filter>
</SearchBy>
<SortBy xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Core">
<Sort>
<Key>sample string 1</Key>
<Order>None</Order>
</Sort>
<Sort>
<Key>sample string 1</Key>
<Order>None</Order>
</Sort>
</SortBy>
</GetInstitutionLicenseReportsRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiCollectionResponseOfGetInstitutionLicenseReportsResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| Total | integer |
None. |
|
| SearchBy | Collection of Filter |
None. |
|
| SortBy | Collection of Sort |
None. |
|
| Data | Collection of GetInstitutionLicenseReportsResponse |
None. |
|
| Errors | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PageSize": 1,
"PageIndex": 2,
"Total": 3,
"SearchBy": [
{
"Key": "sample string 1",
"Value": {},
"Type": 0
},
{
"Key": "sample string 1",
"Value": {},
"Type": 0
}
],
"SortBy": [
{
"Key": "sample string 1",
"Order": 0
},
{
"Key": "sample string 1",
"Order": 0
}
],
"Data": [
{
"Id": "f2d4f656-0b40-4f86-a9ed-76304eb45715",
"AccountId": "0d769e8f-1870-4491-9c9f-5af445aa84d1",
"Name": "sample string 3",
"LicenseCategories": "sample string 4",
"ProductGroups": "sample string 5",
"LastRunAt": "sample string 6",
"Tags": [
{
"Id": "ccbfebed-50f2-4f98-aecf-c766ba9e5b7f",
"Name": "sample string 2",
"Description": "sample string 3",
"TypeName": "sample string 4",
"SystemType": 5,
"Color": "sample string 6"
},
{
"Id": "ccbfebed-50f2-4f98-aecf-c766ba9e5b7f",
"Name": "sample string 2",
"Description": "sample string 3",
"TypeName": "sample string 4",
"SystemType": 5,
"Color": "sample string 6"
}
]
},
{
"Id": "f2d4f656-0b40-4f86-a9ed-76304eb45715",
"AccountId": "0d769e8f-1870-4491-9c9f-5af445aa84d1",
"Name": "sample string 3",
"LicenseCategories": "sample string 4",
"ProductGroups": "sample string 5",
"LastRunAt": "sample string 6",
"Tags": [
{
"Id": "ccbfebed-50f2-4f98-aecf-c766ba9e5b7f",
"Name": "sample string 2",
"Description": "sample string 3",
"TypeName": "sample string 4",
"SystemType": 5,
"Color": "sample string 6"
},
{
"Id": "ccbfebed-50f2-4f98-aecf-c766ba9e5b7f",
"Name": "sample string 2",
"Description": "sample string 3",
"TypeName": "sample string 4",
"SystemType": 5,
"Color": "sample string 6"
}
]
}
],
"Errors": [
"sample string 1",
"sample string 2"
]
}
application/xml, text/xml
Sample:
<ApiCollectionResponseOfGetInstitutionLicenseReportsResponsek_S4K8n_Sf xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Core">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Alice.Dto.Responses.InstitutionLicenseReports">
<d2p1:GetInstitutionLicenseReportsResponse>
<d2p1:AccountId>0d769e8f-1870-4491-9c9f-5af445aa84d1</d2p1:AccountId>
<d2p1:Id>f2d4f656-0b40-4f86-a9ed-76304eb45715</d2p1:Id>
<d2p1:LastRunAt>sample string 6</d2p1:LastRunAt>
<d2p1:LicenseCategories>sample string 4</d2p1:LicenseCategories>
<d2p1:Name>sample string 3</d2p1:Name>
<d2p1:ProductGroups>sample string 5</d2p1:ProductGroups>
<d2p1:Tags xmlns:d4p1="http://schemas.datacontract.org/2004/07/Alice.Dto.Responses.Tags">
<d4p1:GetTagResponse>
<d4p1:Color>sample string 6</d4p1:Color>
<d4p1:Description>sample string 3</d4p1:Description>
<d4p1:Id>ccbfebed-50f2-4f98-aecf-c766ba9e5b7f</d4p1:Id>
<d4p1:Name>sample string 2</d4p1:Name>
<d4p1:SystemType>5</d4p1:SystemType>
<d4p1:TypeName>sample string 4</d4p1:TypeName>
</d4p1:GetTagResponse>
<d4p1:GetTagResponse>
<d4p1:Color>sample string 6</d4p1:Color>
<d4p1:Description>sample string 3</d4p1:Description>
<d4p1:Id>ccbfebed-50f2-4f98-aecf-c766ba9e5b7f</d4p1:Id>
<d4p1:Name>sample string 2</d4p1:Name>
<d4p1:SystemType>5</d4p1:SystemType>
<d4p1:TypeName>sample string 4</d4p1:TypeName>
</d4p1:GetTagResponse>
</d2p1:Tags>
</d2p1:GetInstitutionLicenseReportsResponse>
<d2p1:GetInstitutionLicenseReportsResponse>
<d2p1:AccountId>0d769e8f-1870-4491-9c9f-5af445aa84d1</d2p1:AccountId>
<d2p1:Id>f2d4f656-0b40-4f86-a9ed-76304eb45715</d2p1:Id>
<d2p1:LastRunAt>sample string 6</d2p1:LastRunAt>
<d2p1:LicenseCategories>sample string 4</d2p1:LicenseCategories>
<d2p1:Name>sample string 3</d2p1:Name>
<d2p1:ProductGroups>sample string 5</d2p1:ProductGroups>
<d2p1:Tags xmlns:d4p1="http://schemas.datacontract.org/2004/07/Alice.Dto.Responses.Tags">
<d4p1:GetTagResponse>
<d4p1:Color>sample string 6</d4p1:Color>
<d4p1:Description>sample string 3</d4p1:Description>
<d4p1:Id>ccbfebed-50f2-4f98-aecf-c766ba9e5b7f</d4p1:Id>
<d4p1:Name>sample string 2</d4p1:Name>
<d4p1:SystemType>5</d4p1:SystemType>
<d4p1:TypeName>sample string 4</d4p1:TypeName>
</d4p1:GetTagResponse>
<d4p1:GetTagResponse>
<d4p1:Color>sample string 6</d4p1:Color>
<d4p1:Description>sample string 3</d4p1:Description>
<d4p1:Id>ccbfebed-50f2-4f98-aecf-c766ba9e5b7f</d4p1:Id>
<d4p1:Name>sample string 2</d4p1:Name>
<d4p1:SystemType>5</d4p1:SystemType>
<d4p1:TypeName>sample string 4</d4p1:TypeName>
</d4p1:GetTagResponse>
</d2p1:Tags>
</d2p1:GetInstitutionLicenseReportsResponse>
</Data>
<Errors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Errors>
<PageIndex>2</PageIndex>
<PageSize>1</PageSize>
<SearchBy>
<Filter>
<Key>sample string 1</Key>
<Type>None</Type>
<Value />
</Filter>
<Filter>
<Key>sample string 1</Key>
<Type>None</Type>
<Value />
</Filter>
</SearchBy>
<SortBy>
<Sort>
<Key>sample string 1</Key>
<Order>None</Order>
</Sort>
<Sort>
<Key>sample string 1</Key>
<Order>None</Order>
</Sort>
</SortBy>
<Total>3</Total>
</ApiCollectionResponseOfGetInstitutionLicenseReportsResponsek_S4K8n_Sf>