Retrieve the certificate search dictionary

Return the certificate search dictionary. The dictionary is computed based on the principal and includes:

  • The list of certificate profiles on which the principal is authorized to search on;
  • The list of discovery campaigns the principal is authorized to search on;
  • The list of labels the principal is authorized to search on;
  • The list of modules available on the Horizon instance;
  • The list of available teams on the Horizon instance;
  • The list of available grading policies on the Horizon instance;
  • The list of available metadata on Horizon.
Responses
  • 200 The certificate search dictionary
    metadata
    array of string required

    The list of available metadata in Horizon

    profiles
    array of objects | null (Certificate Profile Localized Entry)

    The list of profiles the principal is authorized to search on

    campaigns
    array of string | null

    The list of discovery campaign the principal is authorized to search on

    teams
    array of objects | null (Team Localized Entry)

    The list of available teams on this Horizon instance

    labels
    array of objects | null (Label Localized Entry)

    The list of labels the principal is authorized to search on

    modules
    array of string | null

    The list of Horizon modules available on this instance

    gradingPolicies
    array of string | null

    The list of available grading policies on Horizon

  • 400 Invalid request
  • 401 Unauthorized request
  • 403 Unauthorized request
  • 500 Internal server error