Get Campaign Reports Configuration

GET {{baseUrl}}/campaigns/reports-configuration

Use this API to fetch the configuration for certification campaign reports. The configuration includes only one element - identity attributes defined as custom report columns.

A token with ORGADMIN or CERTADMIN authority is required to call this API.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"identityAttributeColumns":["firstname","lastname"]}