GET v1/location/{locationID}/operation/detail

Retrieve detailed information about a specific Location Operation by location

Request Information

URI Parameters

NameDescriptionTypeAdditional information
locationID

integer

Required

Body Parameters

None.

Response Information

Resource Description

LocationOperationModel
NameDescriptionTypeAdditional information
LocationOperationID

Unique identifier of a Location Operation

integer

None.

Timezone

Timezone location is in

TimezoneModel

None.

MonStartTime

Start time of operations on Monday

date

None.

MonEndTime

End time of operations on Monday

date

None.

TueStartTime

Start time of operations on Tuesday

date

None.

TueEndTime

End time of operations on Tuesday

date

None.

WedStartTime

Start time of operations on Wednesday

date

None.

WedEndTime

End time of operations on Wednesday

date

None.

ThuStartTime

Start time of operations on Thursday

date

None.

ThuEndTime

End time of operations on Thursday

date

None.

FriStartTime

Start time of operations on Friday

date

None.

FriEndTime

End time of operations on Friday

date

None.

SatStartTime

Start time of operations on Saturday

date

None.

SatEndTime

End time of operations on Saturday

date

None.

SunStartTime

Start time of operations on Sunday

date

None.

SunEndTime

End time of operations on Sunday

date

None.

Response Formats

application/json, text/json

Sample:
{
  "locationOperationID": 1,
  "timezone": {
    "timezoneID": 1,
    "timezone": "sample string 2"
  },
  "monStartTime": "2025-11-08T08:22:32.9033983+00:00",
  "monEndTime": "2025-11-08T08:22:32.9033983+00:00",
  "tueStartTime": "2025-11-08T08:22:32.9033983+00:00",
  "tueEndTime": "2025-11-08T08:22:32.9033983+00:00",
  "wedStartTime": "2025-11-08T08:22:32.9033983+00:00",
  "wedEndTime": "2025-11-08T08:22:32.9033983+00:00",
  "thuStartTime": "2025-11-08T08:22:32.9033983+00:00",
  "thuEndTime": "2025-11-08T08:22:32.9033983+00:00",
  "friStartTime": "2025-11-08T08:22:32.9033983+00:00",
  "friEndTime": "2025-11-08T08:22:32.9033983+00:00",
  "satStartTime": "2025-11-08T08:22:32.9033983+00:00",
  "satEndTime": "2025-11-08T08:22:32.9033983+00:00",
  "sunStartTime": "2025-11-08T08:22:32.9033983+00:00",
  "sunEndTime": "2025-11-08T08:22:32.9033983+00:00"
}