Get streetlight change history details
  • 29 Aug 2023
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Get streetlight change history details

  • Dark
    Light
  • PDF

Article summary

Get
/el_streetlight_changes_history/{id}/

Operation is used to retrieve details for a streetlight change history data. Available from product version 3.2.20.

Security
API Key
Header parameter nameAuthorization
Token issued for API consumer.
Path parameters
id
integer Required

Id of streetlight change

Responses
200

Streetlight changes history

object
StreetLight
string

Streetlight details link

group_change_date_new
string

Most recent change date

group_change_date_old
string

Previous change date

group_changed
boolean

Type of change

lamp_change_date_new
string

Most recent change date

lamp_change_date_old
string

Previous change date

lamp_changed
boolean

Type of change

light_change_date_new
string

Most recent change date

light_change_date_old
string

Previous change date

light_changed
boolean

Type of change

401

Authentication credentials are missing or invalid

{
  "details": "Authentication credentials were not provided"
}
object
details
string

Detailed description of error

404

Object was not found

{
  "details": "Not found."
}
object
details
string

Detailed description of error


Was this article helpful?