Skip to main content

Get Config Template Implementation

Retrieves a specific config template implementation by ID.

Path Parameters
    id int64 required

    The unique identifier of the config template implementation.

Responses

Successfully retrieved the config template implementation.


Schema
    id int64
    configTemplateId int64
    editable boolean
    manufacturer string
    model string
    firmwareVersion string
    createdAt date-time
    updatedAt date-time nullable
    configTemplateName string
    ocppEntries object[]
  • Array [
  • id int64
    configTemplateImplementationId int64
    editable boolean
    key string
    value string
    createdAt date-time
    updatedAt date-time nullable
  • ]
Loading...