SystemOptionsServicesGetArchiveTypes Method Ingeniux CMS Web Services API

Retrieves the list of log type that can be archived

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public XHRServiceResponseGeneric<UniqueObject[]> GetArchiveTypes()

Return Value

Type: XHRServiceResponseGenericUniqueObject

Array of log types information

Examples

Sample JSON return
JavaScript
{
    "code": 0,
    "error": null,
    "message": [{
        "name": "Audit Trails",
        "id": "AuditEntry"
    }]
}
See Also

Reference