GET api/chargers?externalId={externalId}&createIfNotExists={createIfNotExists}&importSource={importSource}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
externalId

string

Default value is

createIfNotExists

boolean

Default value is False

importSource

string

Default value is

Body Parameters

None.

Response Information

Resource Description

Collection of ChargerResponse
NameDescriptionTypeAdditional information
id

integer

None.

externalId

string

None.

name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "externalId": "sample string 2",
    "name": "sample string 3"
  },
  {
    "id": 1,
    "externalId": "sample string 2",
    "name": "sample string 3"
  }
]

text/html

Sample:
[{"id":1,"externalId":"sample string 2","name":"sample string 3"},{"id":1,"externalId":"sample string 2","name":"sample string 3"}]