Skip to main content

Get Config Template OCPP Entries

Retrieves a paginated list of config template OCPP entries with optional filtering.

Query Parameters
    page int32

    The page number to retrieve (starting from 1).

    limit int32

    Number of items to return per page.

    search string

    Search term to filter entries by key or value.

    configTemplateImplementationId int64

    Filter by config template implementation ID.

Responses

Successfully retrieved config template OCPP entries.


Schema
    page int32
    limit int32
    totalRecords int32
    hasNextPage boolean
    hasPreviousPage boolean
    items object[]
  • Array [
  • id int64
    configTemplateImplementationId int64
    editable boolean
    key string
    value string
    createdAt date-time
    updatedAt date-time nullable
  • ]
Loading...