mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-28 05:46:35 +02:00
7 lines
180 B
Plaintext
7 lines
180 B
Plaintext
|
|
||
|
PageNumber = 1;
|
||
|
Channel = "C123456";
|
||
|
|
||
|
Response = OPI_Slack.GetFilesList(Token, Channel, PageNumber); //Map
|
||
|
Response = OPI_Tools.JSONString(Response); //JSON string
|