Skip to main content

Get insights by agent instance id

GET 

/api/v2/agent/:agentCode/insights/:agentInstanceId

Get insights by agent instance id

Request

Path Parameters

    agentCode stringrequired
    agentInstanceId uuidrequired

Query Parameters

    culture string

    Use this param to override the culture of the response. Options: - en (default) - es

Responses

Success

Schema

    links

    object[]

    nullable

  • Array [

  • method stringnullable
    url stringnullable
    rel stringnullable
  • ]

  • agentInstanceId uuid

    insights

    object

    version int32nullable

    fields

    object[]

    nullable

  • Array [

  • fieldId uuid
    name stringnullable
    value stringnullable
    reason stringnullable
    date date-time
  • ]

Loading...