Documentation

OrganizationsApi
in package

OrganizationsApi Class Doc Comment

Tags
category

Class

author

Swagger Codegen team apihelp@docusign.com

license

The DocuSign PHP Client SDK is licensed under the MIT License.

link
https://github.com/swagger-api/swagger-codegen

Table of Contents

$apiClient  : ApiClient
API Client
__construct()  : void
Constructor
getApiClient()  : ApiClient
Get API client
getReportV2()  : mixed
Operation getReportV2
getReportV2WithHttpInfo()  : array<string|int, mixed>
Operation getReportV2WithHttpInfo
setApiClient()  : self
Set the API client
updateResourcePath()  : string
Update $resourcePath with $

Properties

Methods

__construct()

Constructor

public __construct([ApiClient|null $apiClient = null ]) : void
Parameters
$apiClient : ApiClient|null = null

The api client to use

Return values
void

getReportV2()

Operation getReportV2

public getReportV2(string|null $organization_id, string|null $report_correlation_id) : mixed

Retrieves org level report by correlation id and site.

Parameters
$organization_id : string|null
$report_correlation_id : string|null
Tags
throws
ApiException

on non-2xx response

Return values
mixed

getReportV2WithHttpInfo()

Operation getReportV2WithHttpInfo

public getReportV2WithHttpInfo(string|null $organization_id, string|null $report_correlation_id) : array<string|int, mixed>

Retrieves org level report by correlation id and site.

Parameters
$organization_id : string|null
$report_correlation_id : string|null
Tags
throws
ApiException

on non-2xx response

Return values
array<string|int, mixed>

of null, HTTP status code, HTTP response headers (array of strings)

updateResourcePath()

Update $resourcePath with $

public updateResourcePath(string $resourcePath, string $baseName, string $paramName) : string
Parameters
$resourcePath : string

the resource path to use

$baseName : string

the base name param

$paramName : string

the parameter name

Return values
string

Search results