soc/api/v1/customproperties/Get-CustomPropertyList.ps1

function Get-CustomPropertyList
{
    return Invoke-Api Get "/soc/api/v1/customproperties"
}