• 401 Unauthorized response through API

    Hi everyone,

    This is my Powershell script to login:


    $url='http://[AppServerIP]/AppServer/auth/apphost'

    $bi=@{
    "authString"="Module=DialogUser;User=***;Password=***"

    }
    $authJson = ConvertTo-Json $bi -Depth 2

    $LoginRequest2 = Invoke…

  • How to add additional column from different tables in RestAPI call

    In the API call we have an option to add additional columns for display in output, how should we refer a foreign attribute ? 

    For example I use a POST method to get person details, how to add a column from say department table ? 


    hostname/.../Person