1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-06 21:04:14 +02:00
Files
OpenIntegrations/docs/en/examples/Bitrix24/GetTimekeepingStatus.txt
T
Vitaly the Alpaca (bot) 05c0fec2bc Main build (Jenkins)
2024-10-11 09:59:59 +03:00

10 lines
304 B
Plaintext

URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
Result = OPI_Bitrix24.GetTimekeepingStatus(URL);
URL = "b24-ar17wx.bitrix24.by";
Token = "37d1fe66006e9f06006b12e400000001000...";
UserID = 1;
Result = OPI_Bitrix24.GetTimekeepingStatus(URL, UserID, Token);