Skip to main content

Get Config Template OCPP Entry

Retrieves a specific config template OCPP entry by ID.

Path Parameters
    id int64 required

    The ID of the config template OCPP entry to retrieve.

Responses

Successfully retrieved the config template OCPP entry.


Schema
    id int64
    configTemplateImplementationId int64
    editable boolean
    key string
    value string
    createdAt date-time
    updatedAt date-time nullable
Loading...