Skip to main content
Version: 4.0.5

Search the graph and return all possible attribute values for given property path.

POST 

/graph/:graph_id/property/values

Search the graph and return all possible attribute values for given property path.

Request​

Path Parameters

    graph_id stringrequired

    The identifier of the graph

    Example: fix

Query Parameters

    section string

    Possible values: [reported, desired, metadata]

    The name of the section used for all property paths. If not defined root is assumed.

    prop stringrequired

    The property path to search for with an optional predicate

    Example: tags
    count boolean

    Default value: true

    Optional parameter to get a Ck-Element-Count header which returns the number of returned json elements

Body

The search to perform

    string

Responses​

The result of this search in the defined format

Schema

  • Array [

  • string

  • ]

Loading...