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": "68cd8cbc-8e95-427a-8d07-248a0d9acb3b",
"TypeId": 1,
"TypeName": "IasOrganisationId",
"Value": "sample string 2",
"ActivateDateTime": "2025-12-06T17:40:14.6979446+00:00",
"ActivatePerson": "sample string 3"
},
{
"AppGuid": "68cd8cbc-8e95-427a-8d07-248a0d9acb3b",
"TypeId": 1,
"TypeName": "IasOrganisationId",
"Value": "sample string 2",
"ActivateDateTime": "2025-12-06T17:40:14.6979446+00:00",
"ActivatePerson": "sample string 3"
}
],
"Page": {
"PageIndex": 1,
"PageSize": 2,
"TotalItemsCount": 3,
"TotalPagesCount": 2
},
"Status": "sample string 1",
"Description": "sample string 2"
}