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

LoadShift

post
Corps
signalNamestring · nullableOptionnel
batchTimestampUtcstring · date-time · nullableOptionnel
Réponses
200

Success

Aucun contenu

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

Aucun contenu

post
Corps
signalNamestring · nullableOptionnel
Réponses
200

Success

Aucun contenu

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

{
  "signalName": "text"
}
200

Success

Aucun contenu

Mis à jour

Ce contenu vous a-t-il été utile ?