For the complete documentation index, see llms.txt. This page is also available as Markdown.

LoadShift

post
Body
signalNamestring · nullableOptional
batchTimestampUtcstring · date-time · nullableOptional
Responses
200

Success

No content

post/LoadShift/UploadLoadShiftSignal
POST /LoadShift/UploadLoadShiftSignal HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 137

{
  "signalName": "text",
  "dataPoints": [
    {
      "timestampUtc": "2026-01-01T00:00:00.000Z",
      "value": 1
    }
  ],
  "batchTimestampUtc": "2026-01-01T00:00:00.000Z"
}
200

Success

No content

post
Body
signalNamestring · nullableOptional
Responses
200

Success

No content

post/LoadShift/GetMostRecentBatch
POST /LoadShift/GetMostRecentBatch HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 21

{
  "signalName": "text"
}
200

Success

No content

Ostatnia aktualizacja

Czy to było pomocne?