使用者可用時間API

URI: attask/api/v15.0/user/getUsersAvailableTime

使用者可用時間端點會擷取有關使用者可用時間的資料。 這允許根據使用者屬性和時間間隔整合資料。

範例請求

curl -XPUT /attask/api/v15.0/user/getUsersAvailableTime

要求引數

  • userIDs:字串陣列。 必填。 範例: "61a9cc0500002f9fdaa7a6f824f557e1"

  • fromDate: datetime。 字串。 必填。 範例: "2022-07-10T00:00:00"

  • toDate: datetime。 字串。 必填。 範例"2022-07-20T23:59:59"

範例回應:

{
    "data": {
        "result": {
            "PAVL": {
                "61a9cc0500002f9fdaa7a6f824f557e1": [
                    0.0,
                    480.0,
                    480.0,
                    480.0,
                    480.0,
                    480.0,
                    0.0,
                    0.0,
                    480.0,
                    480.0,
                    480.0
                ]
            },
            "AVL": {
                "61a9cc0500002f9fdaa7a6f824f557e1": [
                    0.0,
                    480.0,
                    480.0,
                    480.0,
                    480.0,
                    0.0,
                    480.0,
                    0.0,
                    480.0,
                    480.0,
                    480.0
                ]
            }
        }
    }
}

回應引數

  • AVL:實際可用時數。 數字陣列。
  • PAVL:排程的純可用時數,不包含非工作日或使用者休假。 字串。
recommendation-more-help
5f00cc6b-2202-40d6-bcd0-3ee0c2316b43