Skip to main content

List Top Items needing attention

GET 

/dashboard/needs-attention-top/

Request

Query Parameters

    format string

    Possible values: [csv, json]

    label string[]

    A unique Base58 value identifying this object.

    ordering string

    Which field to use when ordering the results.

    search string

    A search term.

    severity integer[]

    Possible values: [10, 20, 30]

    • 10 - low
    • 20 - medium
    • 30 - high
    target string[]

    A unique Base58 value identifying this object.

    team string[]

    A unique Base58 value identifying this object.

Responses

Schema

  • Array [

  • id string
    name string
    url string
    highs number
    mediums number
    lows number
  • ]

Loading...