Overview
Allows the client to load previously saved private XML information from the server.HTTP request
POST /Agent/Storage/LoadPrivateXml
Authentication
Requires a valid JWT bearer token.Request (JSON)
Input parameters
| Parameter | Description |
|---|---|
| PLocalName | Local Name of XML to load. |
| PNamespace | Namespace of XML to load. |
Response (JSON)
Response parameters
| Parameter | Description |
|---|---|
| PCreated | When the information record was first created. |
| PUpdated | When the information record was last updated. |
| PXml | XML of information stored on the server, for the account. |