GET api/pinches/{pinchId}/time
Update a Pinch's timing settings
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pinchId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
PinchTimeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PinchTiming | PinchTimingDto |
None. |
|
| DailySchedule | ScheduleDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"PinchTiming": {
"MessageExpires": {
"PresetType": "Never",
"RelativeTime": 1,
"ExactTime": "2025-11-24T10:48:32.8014707+00:00"
},
"TimeFrequency": {
"PresetType": "Never",
"RelativeTime": 1,
"ExactTime": "2025-11-24T10:48:32.8014707+00:00"
},
"BeaconFrequency": {
"PresetType": "Never",
"RelativeTime": 1,
"ExactTime": "2025-11-24T10:48:32.8014707+00:00"
},
"LocationFrequency": {
"PresetType": "Never",
"RelativeTime": 1,
"ExactTime": "2025-11-24T10:48:32.8014707+00:00"
},
"TriggerDelay": {
"PresetType": "Never",
"RelativeTime": 1,
"ExactTime": "2025-11-24T10:48:32.8014707+00:00"
},
"DayTiming": [
1,
2
]
},
"DailySchedule": {
"From": "sample string 1",
"To": "sample string 2"
}
}