module:api/OrganizationsApi

module:api/OrganizationsApi

new module:api/OrganizationsApi(apiClient)

Source:

Constructs a new OrganizationsApi.

Parameters:
Name Type Description
apiClient module:ApiClient

Optional API client implementation to use,
default to module:ApiClient#instance if unspecified.

Methods

getReportV2(organizationId, reportCorrelationId, callback)

Source:

Retrieves org level report by correlation id and site.

Parameters:
Name Type Description
organizationId String
reportCorrelationId String
callback module:api/OrganizationsApi~getReportV2Callback

The callback function, accepting three arguments: error, data, response

Type Definitions

getReportV2Callback(error, data, If)

Source:

(Optional) Callback function to receive the result of the getReportV2 operation. If none specified a Promise will be returned.

Parameters:
Name Type Description
error String

Error message, if any.

data

This operation does not return a value.

If String

a callback was specified, the response The complete HTTP response, else a Promise resolving the response Data.