Skip to main content

Get configuration templates

x-ms-visibility: "important"

Retrieve a list of all configuration templates associated with the user.

Query Parameters
    page int64

    Page to be fetched. Default: 1

    limit int64

    Limit (No. of records per page). Max value: 100. Default: 100.

    search string

    Free text filter for template name.

    sortKey string

    Field to be used for sorting. Default: name

    sortDescending boolean

    Set to 'true' to sort descending based on sort key. Default: 'false'

Responses

List of configuration templates accessible by the user.


Schema
    page int32
    limit int32
    totalRecords int32
    hasNextPage boolean
    hasPreviousPage boolean
    items object[]
  • Array [
  • id int64
    editable boolean
    name string
    createdAt date-time
    updatedAt date-time nullable
    implementations object[]
  • Array [
  • 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...