Get streetlight change history details

Prev Next
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: Token
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of streetlight change

Responses
200

Streetlight changes history

object
StreetLight
string (url)

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