API Overview

The self-developed DLV APIs comply with REST API design specifications and enable you to use the functions listed in Table 1.

Table 1 API functions

Type

Function

URI

Screen management API

Creating a Screen

POST /v1/{project_id}/screens

Deleting a Screen

DELETE /v1/{project_id}/screens/{screen_id}

Changing a Screen Name

PUT /v1/{project_id}/screens/{screen_id}

Obtaining a Screen List

GET /v1/{project_id}/screens

Obtaining Screen Details

GET /v1/{project_id}/screens/{screen_id}

Copying a Screen

POST /v1/{project_id}/screens/{screen_id}/copy

Template management API

Obtaining a Template List

GET /v1/{project_id}/screens/templates