| Method | HTTP request | Description |
|---|---|---|
| getByPath | GET /analysisruleplugins | Retrieve an Analysis Rule Plug-in by path. |
| get | GET /analysisruleplugins/{webId} | Retrieve an Analysis Rule Plug-in. |
getByPath(String path, String selectedFields, String webIdType)
Retrieve an Analysis Rule Plug-in by path.
| Name | Type | Description | Notes |
|---|---|---|---|
| path | String | The path to the Analysis Rule Plug-in.. | [required] |
| selectedFields | String | List of fields to be returned in the response, separated by semicolons (;). If this parameter is not specified, all available fields will be returned.. | [optional] |
| webIdType | String | Optional parameter. Used to specify the type of WebID. Useful for URL brevity and other special cases. Default is the value of the configuration item "WebIDType".. | [optional] |
[Back to top] [Back to API list] [Back to Model list] [Back to DOCUMENTATION]
get(String webId, String selectedFields, String webIdType)
Retrieve an Analysis Rule Plug-in.
| Name | Type | Description | Notes |
|---|---|---|---|
| webId | String | The ID of the Analysis Rule Plug-in.. | [required] |
| selectedFields | String | List of fields to be returned in the response, separated by semicolons (;). If this parameter is not specified, all available fields will be returned.. | [optional] |
| webIdType | String | Optional parameter. Used to specify the type of WebID. Useful for URL brevity and other special cases. Default is the value of the configuration item "WebIDType".. | [optional] |
[Back to top] [Back to API list] [Back to Model list] [Back to DOCUMENTATION]