Skip to main content
OCPI

This is used to retrieve information about one specific Location, EVSE or Connector.

This is used to retrieve information about one specific Location, EVSE or Connector.

Path Parameters
    location_id string required

    Location.id of the Location object to retrieve

    evse_uid string

    Evse.uid, required when requesting an EVSE or Connector object

    connector_id string

    Connector.id, required when requesting a Connector object

Header Parameters
    Authorization string required

    Token Base64encodedtoken

    X-Request-ID string required

    Unique request ID

    X-Correlation-ID string required

    Unique correlation ID

Responses

The OK response


Schema
    id string
    countryCode string
    partyId string
    publish boolean nullable
    publishAllowedTo object[]
  • Array [
  • uid string
    type int32

    Possible values: [0, 1, 2, 3]

    Default value: 0

    visualNumber string
    issuer string
    groupId string
  • ]
  • name string
    address string
    city string
    postalCode string
    state string
    country string
    coordinates object
    latitude string
    longitude string
    relatedLocations object[]
  • Array [
  • latitude string
    longitude string
    name object
    language string
    text string
  • ]
  • parkingType int32 nullable

    Possible values: [0, 1, 2, 3, 4, 5, 6, 7]

    Default value: 0

    evses object[]
  • Array [
  • uid string
    evseId string
    status int32 nullable

    Possible values: [0, 1, 2, 3, 4, 5, 6, 7, 8]

    Default value: 0

    statusSchedule object[]
  • Array [
  • period_begin date-time
    period_end date-time
    status int32

    Possible values: [0, 1, 2, 3, 4, 5, 6, 7, 8]

    Default value: 0

  • ]
  • capabilities int32[]

    Possible values: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]

    connectors object[]
  • Array [
  • id string
    standard int32 nullable

    Possible values: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]

    Default value: 0

    format int32 nullable

    Possible values: [0, 1]

    Default value: 0

    powerType int32 nullable

    Possible values: [0, 1, 2]

    Default value: 0

    maxVoltage int32 nullable
    maxAmperage int32 nullable
    maxElectricPower int32 nullable
    tariffIds string[]
    termsAndConditions uri
    lastUpdated date-time nullable
  • ]
  • floorLevel string
    coordinates object
    latitude string
    longitude string
    physicalReference string
    directions object[]
  • Array [
  • language string
    text string
  • ]
  • parkingRestrictions int32[]

    Possible values: [0, 1, 2, 3, 4]

    images object[]
  • Array [
  • url uri
    thumbnail uri
    category int32

    Possible values: [0, 1, 2, 3, 4, 5, 6]

    Default value: 0

    type string
    width int32
    height int32
  • ]
  • lastUpdated date-time nullable
  • ]
  • directions object[]
  • Array [
  • language string
    text string
  • ]
  • operator object
    name string
    website uri
    logo object
    url uri
    thumbnail uri
    category int32

    Possible values: [0, 1, 2, 3, 4, 5, 6]

    Default value: 0

    type string
    width int32
    height int32
    suboperator object
    name string
    website uri
    logo object
    url uri
    thumbnail uri
    category int32

    Possible values: [0, 1, 2, 3, 4, 5, 6]

    Default value: 0

    type string
    width int32
    height int32
    owner object
    name string
    website uri
    logo object
    url uri
    thumbnail uri
    category int32

    Possible values: [0, 1, 2, 3, 4, 5, 6]

    Default value: 0

    type string
    width int32
    height int32
    facilities int32[]

    Possible values: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]

    timeZone string
    openingTimes object
    twentyfourseven boolean
    regularHours object[]
  • Array [
  • weekday int32
    periodBegin string
    periodEnd string
  • ]
  • exceptionalOpenings object[]
  • Array [
  • periodBegin date-time
    periodEnd date-time
  • ]
  • exceptionalClosings object[]
  • Array [
  • periodBegin date-time
    periodEnd date-time
  • ]
  • chargingWhenClosed boolean nullable
    images object[]
  • Array [
  • url uri
    thumbnail uri
    category int32

    Possible values: [0, 1, 2, 3, 4, 5, 6]

    Default value: 0

    type string
    width int32
    height int32
  • ]
  • energyMix object
    isGreenEnergy boolean
    energySources object[]
  • Array [
  • source int32

    Possible values: [0, 1, 2, 3, 4, 5, 6, 7]

    Default value: 0

    percentage float
  • ]
  • environImpact object[]
  • Array [
  • category int32

    Possible values: [0, 1]

    Default value: 0

    amount float
  • ]
  • supplierName string
    energyProductName string
    lastUpdated date-time nullable
Loading...