Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 2.2 KB

File metadata and controls

47 lines (27 loc) · 2.2 KB

AnalysisRulePlugInApi

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

getByPath(String path, String selectedFields, String webIdType)

Retrieve an Analysis Rule Plug-in by path.

Parameters

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]

Return type

[Back to top] [Back to API list] [Back to Model list] [Back to DOCUMENTATION]

get

get(String webId, String selectedFields, String webIdType)

Retrieve an Analysis Rule Plug-in.

Parameters

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]

Return type

[Back to top] [Back to API list] [Back to Model list] [Back to DOCUMENTATION]