Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 845 Bytes

OrganizationServiceApi.md

File metadata and controls

48 lines (28 loc) · 845 Bytes

MadanaApiclient.OrganizationServiceApi

All URIs are relative to http://api.madana.io/rest

Method HTTP request Description
getNodes3 GET /organizations

getNodes3

File getNodes3()

Example

import MadanaApiclient from 'madana-apiclient';

let apiInstance = new MadanaApiclient.OrganizationServiceApi();
apiInstance.getNodes3((error, data, response) => {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
});

Parameters

This endpoint does not need any parameter.

Return type

File

Authorization

No authorization required

HTTP request headers

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