iVIT-I
  1. app
iVIT-I
  • README
  • task
    • Get Task List
      GET
    • Edit Task
      PUT
    • Add Task
      POST
    • Delete Task
      DELETE
    • Execute Task Usage
      GET
    • Execute Task
      POST
    • Get Target Task Information
      GET
    • Export Task
      POST
    • Import Task
      POST
  • source
    • Get Source List
      GET
    • Add New Source
      POST
    • Del Source
      DELETE
    • Get Target Source
      GET
    • Get Frame From Source
      GET
    • Get Frame From Source With Resolution
      POST
  • model
    • Get Model List
      GET
    • Add Model
      POST
    • Delete Model
      DELETE
    • Get Target Model Information
      GET
  • app
    • Get Using Applicatino List
      GET
    • Get Supported Application
      GET
    • Get Target Application Information
      GET
  • device
    • Get Platform
      GET
    • Get Device
      GET
  • icap
    • Test Attribute And Telemetry
    • Get Icap Address
    • Set Icap Address
    • Get Device Id
    • Get Device Id
    • Get Device Id
  • process
    • Get Model Proc List
    • Remove Model Proc List
    • Get Model Proc List
    • Remove Model Proc List
  • system
    • Get V4L2 Device List
    • Download File
    • Get Image
    • Change User Permission
  • event
    • Get All Events
    • Get Target Events
    • Get Events
    • Get Screenshot
    • Get Screenshot
    • Get Event Stream
    • Del Event Stream
  1. app

Get Supported Application

GET
/v1/apps/support
app
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/apps/support'
Response Response Example
null

Request

None

Responses

🟢200Successful Response
application/json
Body
No schema defined
Previous
Get Using Applicatino List
Next
Get Target Application Information
Built with