GET importer/filter-items/app/{appGuid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appGuid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
GetFilterItemsByAppResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of FilterItem |
None. |
|
| Page | DataPage |
None. |
|
| Status | string |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{
"Data": [
{
"AppGuid": "572f8dab-51ca-4dfb-b79a-13d61df07891",
"TypeId": 1,
"TypeName": "IasOrganisationId",
"Value": "sample string 2",
"ActivateDateTime": "2026-01-22T11:12:42.3539257+00:00",
"ActivatePerson": "sample string 3"
},
{
"AppGuid": "572f8dab-51ca-4dfb-b79a-13d61df07891",
"TypeId": 1,
"TypeName": "IasOrganisationId",
"Value": "sample string 2",
"ActivateDateTime": "2026-01-22T11:12:42.3539257+00:00",
"ActivatePerson": "sample string 3"
}
],
"Page": {
"PageIndex": 1,
"PageSize": 2,
"TotalItemsCount": 3,
"TotalPagesCount": 2
},
"Status": "sample string 1",
"Description": "sample string 2"
}