Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 1.7 KB

AgentPortalApi.md

File metadata and controls

69 lines (48 loc) · 1.7 KB

DnlApi.AgentPortalApi

All URIs are relative to https://198.100.149.164:8000/v1

Method HTTP request Description
homeAgentClientsGet GET /home/agent/clients

homeAgentClientsGet

InlineResponse20012 homeAgentClientsGet(opts)

Gets agentportalclients

Example

var DnlApi = require('dnl_api');
var defaultClient = DnlApi.ApiClient.instance;

// Configure API key authorization: auth_token
var auth_token = defaultClient.authentications['auth_token'];
auth_token.apiKey = 'YOUR API KEY';
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//auth_token.apiKeyPrefix = 'Token';

var apiInstance = new DnlApi.AgentPortalApi();

var opts = { 
  'page': 56, // Number | 
  'perPage': 56, // Number | 
  'orderBy': "orderBy_example", // String | 
  'orderDir': "orderDir_example" // String | 
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
apiInstance.homeAgentClientsGet(opts, callback);

Parameters

Name Type Description Notes
page Number [optional]
perPage Number [optional]
orderBy String [optional]
orderDir String [optional]

Return type

InlineResponse20012

Authorization

auth_token

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json