### Configure GET Method for Clients Source: https://usehalo.com/halopsa/guides/2267 To retrieve a list of clients, set the method name to 'Get Clients', the API method to 'GET', and the resource URL to '/api/client'. Ensure output variables are prefixed with 'response'. ```text Name of the method is "Get Clients" and the API method has been set to "GET" Output variable is: "response" must be the prefix of all output variable values that are inputted. This "Value" shown above translates to access the response of the GET on the clients, then get all of the properties of type clients within that GET, the "^" refers to a child property of an object. ```