Documentation

CommentsApi
in package

CommentsApi Class Doc Comment

Tags
category

Class

author

Swagger Codegen team

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

Table of Contents

$apiClient  : ApiClient
API Client
__construct()  : mixed
Constructor
getApiClient()  : ApiClient
Get API client
getCommentsTranscript()  : SplFileObject
Operation getCommentsTranscript
getCommentsTranscriptWithHttpInfo()  : array<string|int, mixed>
Operation getCommentsTranscriptWithHttpInfo
setApiClient()  : CommentsApi
Set the API client

Properties

Methods

__construct()

Constructor

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

The api client to use

Return values
mixed

getCommentsTranscript()

Operation getCommentsTranscript

public getCommentsTranscript(string $account_id, string $envelope_id[,  $options = null ]) : SplFileObject

Gets comment transcript for envelope and user

Parameters
$account_id : string

The external account number (int) or account ID Guid.

$envelope_id : string

The envelopeId Guid of the envelope being accessed.

$options : = null

Options for modifying the behavior of the function. (optional)

Tags
throws
ApiException

on non-2xx response

Return values
SplFileObject

getCommentsTranscriptWithHttpInfo()

Operation getCommentsTranscriptWithHttpInfo

public getCommentsTranscriptWithHttpInfo(string $account_id, string $envelope_id[,  $options = null ]) : array<string|int, mixed>

Gets comment transcript for envelope and user

Parameters
$account_id : string

The external account number (int) or account ID Guid.

$envelope_id : string

The envelopeId Guid of the envelope being accessed.

$options : = null

Options for modifying the behavior of the function. (optional)

Tags
throws
ApiException

on non-2xx response

Return values
array<string|int, mixed>

of \SplFileObject, HTTP status code, HTTP response headers (array of strings)

Search results