GET GatewayPortalAPI/api/Search
Request Information
URI Parameters
None.
Body Parameters
ResourceType| Name | Description | Type | Additional information |
|---|---|---|---|
| listName | string |
Required Data type: Text String length: inclusive between 3 and 100 |
|
| userName | string |
Required Data type: Text Matching regular expression pattern: ^([a-zA-Z0-9\.\&\'\-]+)$ String length: inclusive between 3 and 100 |
|
| resourceType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"listName": "sample string 1",
"userName": "sample string 2",
"resourceType": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ResourceIcons| Name | Description | Type | Additional information |
|---|---|---|---|
| resourceType | string |
None. |
|
| resourceIcon | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"resourceType": "sample string 1",
"resourceIcon": "sample string 2"
},
{
"resourceType": "sample string 1",
"resourceIcon": "sample string 2"
}
]