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
- 200
- 400
- 401
- 404
- 500
Successfully retrieved the config template OCPP entry.
application/json
Schema
Example (from schema)
Schema
id int64
configTemplateImplementationId int64
editable boolean
key string
value string
createdAt date-time
updatedAt date-time nullable
{
"id": 0,
"configTemplateImplementationId": 0,
"editable": true,
"key": "string",
"value": "string",
"createdAt": "2025-08-26T05:08:33.455Z",
"updatedAt": "2025-08-26T05:08:33.455Z"
}
Invalid request parameters.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User is not authenticated.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
Config template OCPP entry not found.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
An unexpected error occurred.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
Loading...