Example JavaScript: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
[[Filtering on JSON array]] | [[Filtering on JSON array]] | ||
[[Working with dates]] | |||
[[Retrieving all service details through public API]] | |||
[[Creating a new service through API]] | |||
[[Remove duplicates from array]] | |||
[[Concatenate array values into a single string]] | |||
[[Import persons into custom actor]] |
Latest revision as of 12:42, 6 August 2024
This page contains some example code to use javascript within SSP
Storing PowerShell results in datastore
Retrieving all service details through public API
Creating a new service through API