| Method | Description |
|---|---|
| getWebIdInfo | Get WebID 2.0 information. |
| generateWebIdByPath | Generate a WebID client-side using the object's path. |
WebIdInfo getWebIdInfo(String webId)
Get WebID 2.0 information.
| Name | Type | Description | Notes |
|---|---|---|---|
| webId | String | The ID of the PIObject.. | [required] |
[Back to top] [Back to API list] [Back to Model list] [Back to DOCUMENTATION]
String generateWebIdByPath(String path, String type, String ownerType);
Generate a WebID client-side using the object's path.
| Name | Type | Description | Notes |
|---|---|---|---|
| path | String | The path of the PIObject. | [required] |
| type | String | The type of the PIObject. | [required] |
| ownerType | String | Optional parameter. The type of the owner of the PIObject. It is required for some types of objects | [optional] |
[Back to top] [Back to API list] [Back to Model list] [Back to DOCUMENTATION]