Retrieve the request search dictionary

Return the request 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 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 metadata on Horizon.
Responses
  • 200 The request 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

    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

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