All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest, except if the operation defines another base path.
| Method | HTTP request | Description |
|---|---|---|
| inscriptionGetAttachmentsV1() | GET /1/object/inscription/{pkiInscriptionID}/getAttachments | Retrieve Inscription's Attachments |
| inscriptionGetCommunicationCountV1() | GET /1/object/inscription/{pkiInscriptionID}/getCommunicationCount | Retrieve Communication count |
| inscriptionGetCommunicationListV1() | GET /1/object/inscription/{pkiInscriptionID}/getCommunicationList | Retrieve Communication list |
| inscriptionGetCommunicationrecipientsV1() | GET /1/object/inscription/{pkiInscriptionID}/getCommunicationrecipients | Retrieve Inscription's Communicationrecipient |
| inscriptionGetCommunicationsendersV1() | GET /1/object/inscription/{pkiInscriptionID}/getCommunicationsenders | Retrieve Inscription's Communicationsender |
| inscriptionGetListV1() | GET /1/object/inscription/getList | Retrieve Inscription list |
| inscriptionImportIntoEDMV1() | POST /1/object/inscription/{pkiInscriptionID}/importIntoEDM | Import attachments into the Inscription |
| inscriptionPrepareFilesTransferV1() | POST /1/object/inscription/{pkiInscriptionID}/prepareFilesTransfer | Prepares file transfer into EDM |
inscriptionGetAttachmentsV1($pkiInscriptionID): \eZmaxAPI\Model\InscriptionGetAttachmentsV1ResponseRetrieve Inscription's Attachments
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure API key authorization: Authorization
$config = eZmaxAPI\Configuration::getDefaultConfiguration()->setApiKey('Authorization', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// $config = eZmaxAPI\Configuration::getDefaultConfiguration()->setApiKeyPrefix('Authorization', 'Bearer');
$apiInstance = new eZmaxAPI\Api\ObjectInscriptionApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$pkiInscriptionID = 56; // int
try {
$result = $apiInstance->inscriptionGetAttachmentsV1($pkiInscriptionID);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ObjectInscriptionApi->inscriptionGetAttachmentsV1: ', $e->getMessage(), PHP_EOL;
}| Name | Type | Description | Notes |
|---|---|---|---|
| pkiInscriptionID | int |
\eZmaxAPI\Model\InscriptionGetAttachmentsV1Response
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
inscriptionGetCommunicationCountV1($pkiInscriptionID): \eZmaxAPI\Model\InscriptionGetCommunicationCountV1ResponseRetrieve Communication count
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure API key authorization: Authorization
$config = eZmaxAPI\Configuration::getDefaultConfiguration()->setApiKey('Authorization', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// $config = eZmaxAPI\Configuration::getDefaultConfiguration()->setApiKeyPrefix('Authorization', 'Bearer');
$apiInstance = new eZmaxAPI\Api\ObjectInscriptionApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$pkiInscriptionID = 56; // int
try {
$result = $apiInstance->inscriptionGetCommunicationCountV1($pkiInscriptionID);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ObjectInscriptionApi->inscriptionGetCommunicationCountV1: ', $e->getMessage(), PHP_EOL;
}| Name | Type | Description | Notes |
|---|---|---|---|
| pkiInscriptionID | int |
\eZmaxAPI\Model\InscriptionGetCommunicationCountV1Response
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
inscriptionGetCommunicationListV1($pkiInscriptionID): \eZmaxAPI\Model\InscriptionGetCommunicationListV1ResponseRetrieve Communication list
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure API key authorization: Authorization
$config = eZmaxAPI\Configuration::getDefaultConfiguration()->setApiKey('Authorization', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// $config = eZmaxAPI\Configuration::getDefaultConfiguration()->setApiKeyPrefix('Authorization', 'Bearer');
$apiInstance = new eZmaxAPI\Api\ObjectInscriptionApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$pkiInscriptionID = 56; // int
try {
$result = $apiInstance->inscriptionGetCommunicationListV1($pkiInscriptionID);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ObjectInscriptionApi->inscriptionGetCommunicationListV1: ', $e->getMessage(), PHP_EOL;
}| Name | Type | Description | Notes |
|---|---|---|---|
| pkiInscriptionID | int |
\eZmaxAPI\Model\InscriptionGetCommunicationListV1Response
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
inscriptionGetCommunicationrecipientsV1($pkiInscriptionID): \eZmaxAPI\Model\InscriptionGetCommunicationrecipientsV1ResponseRetrieve Inscription's Communicationrecipient
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure API key authorization: Authorization
$config = eZmaxAPI\Configuration::getDefaultConfiguration()->setApiKey('Authorization', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// $config = eZmaxAPI\Configuration::getDefaultConfiguration()->setApiKeyPrefix('Authorization', 'Bearer');
$apiInstance = new eZmaxAPI\Api\ObjectInscriptionApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$pkiInscriptionID = 56; // int
try {
$result = $apiInstance->inscriptionGetCommunicationrecipientsV1($pkiInscriptionID);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ObjectInscriptionApi->inscriptionGetCommunicationrecipientsV1: ', $e->getMessage(), PHP_EOL;
}| Name | Type | Description | Notes |
|---|---|---|---|
| pkiInscriptionID | int |
\eZmaxAPI\Model\InscriptionGetCommunicationrecipientsV1Response
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
inscriptionGetCommunicationsendersV1($pkiInscriptionID): \eZmaxAPI\Model\InscriptionGetCommunicationsendersV1ResponseRetrieve Inscription's Communicationsender
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure API key authorization: Authorization
$config = eZmaxAPI\Configuration::getDefaultConfiguration()->setApiKey('Authorization', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// $config = eZmaxAPI\Configuration::getDefaultConfiguration()->setApiKeyPrefix('Authorization', 'Bearer');
$apiInstance = new eZmaxAPI\Api\ObjectInscriptionApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$pkiInscriptionID = 56; // int
try {
$result = $apiInstance->inscriptionGetCommunicationsendersV1($pkiInscriptionID);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ObjectInscriptionApi->inscriptionGetCommunicationsendersV1: ', $e->getMessage(), PHP_EOL;
}| Name | Type | Description | Notes |
|---|---|---|---|
| pkiInscriptionID | int |
\eZmaxAPI\Model\InscriptionGetCommunicationsendersV1Response
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
inscriptionGetListV1($eOrderBy, $iRowMax, $iRowOffset, $acceptLanguage, $sFilter): \eZmaxAPI\Model\InscriptionGetListV1ResponseRetrieve Inscription list
Enum values that can be filtered in query parameter sFilter: | Variable | Valid values | |---|---| | eInscriptionStep | TemporaryNotAuthenticated
ImportedInscription
Inscription
ModifiedInscription
ContractEnded
ExpiredInscription
Out-market
ImportedNotauthenticated
NotAuthenticated
ModifiedNotauthenticated
Authenticated |
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure API key authorization: Authorization
$config = eZmaxAPI\Configuration::getDefaultConfiguration()->setApiKey('Authorization', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// $config = eZmaxAPI\Configuration::getDefaultConfiguration()->setApiKeyPrefix('Authorization', 'Bearer');
$apiInstance = new eZmaxAPI\Api\ObjectInscriptionApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$eOrderBy = 'eOrderBy_example'; // string | Specify how you want the results to be sorted
$iRowMax = 56; // int
$iRowOffset = 0; // int
$acceptLanguage = new \eZmaxAPI\Model\\eZmaxAPI\Model\HeaderAcceptLanguage(); // \eZmaxAPI\Model\HeaderAcceptLanguage
$sFilter = 'sFilter_example'; // string
try {
$result = $apiInstance->inscriptionGetListV1($eOrderBy, $iRowMax, $iRowOffset, $acceptLanguage, $sFilter);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ObjectInscriptionApi->inscriptionGetListV1: ', $e->getMessage(), PHP_EOL;
}| Name | Type | Description | Notes |
|---|---|---|---|
| eOrderBy | string | Specify how you want the results to be sorted | [optional] |
| iRowMax | int | [optional] | |
| iRowOffset | int | [optional] [default to 0] | |
| acceptLanguage | \eZmaxAPI\Model\HeaderAcceptLanguage | [optional] | |
| sFilter | string | [optional] |
\eZmaxAPI\Model\InscriptionGetListV1Response
- Content-Type: Not defined
- Accept:
application/json,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
[Back to top] [Back to API list] [Back to Model list] [Back to README]
inscriptionImportIntoEDMV1($pkiInscriptionID, $inscriptionImportIntoEDMV1Request): \eZmaxAPI\Model\InscriptionImportIntoEDMV1ResponseImport attachments into the Inscription
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure API key authorization: Authorization
$config = eZmaxAPI\Configuration::getDefaultConfiguration()->setApiKey('Authorization', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// $config = eZmaxAPI\Configuration::getDefaultConfiguration()->setApiKeyPrefix('Authorization', 'Bearer');
$apiInstance = new eZmaxAPI\Api\ObjectInscriptionApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$pkiInscriptionID = 56; // int
$inscriptionImportIntoEDMV1Request = new \eZmaxAPI\Model\InscriptionImportIntoEDMV1Request(); // \eZmaxAPI\Model\InscriptionImportIntoEDMV1Request
try {
$result = $apiInstance->inscriptionImportIntoEDMV1($pkiInscriptionID, $inscriptionImportIntoEDMV1Request);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ObjectInscriptionApi->inscriptionImportIntoEDMV1: ', $e->getMessage(), PHP_EOL;
}| Name | Type | Description | Notes |
|---|---|---|---|
| pkiInscriptionID | int | ||
| inscriptionImportIntoEDMV1Request | \eZmaxAPI\Model\InscriptionImportIntoEDMV1Request |
\eZmaxAPI\Model\InscriptionImportIntoEDMV1Response
- Content-Type:
application/json - Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
inscriptionPrepareFilesTransferV1($pkiInscriptionID, $inscriptionPrepareFilesTransferV1Request): \eZmaxAPI\Model\InscriptionPrepareFilesTransferV1ResponsePrepares file transfer into EDM
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure API key authorization: Authorization
$config = eZmaxAPI\Configuration::getDefaultConfiguration()->setApiKey('Authorization', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// $config = eZmaxAPI\Configuration::getDefaultConfiguration()->setApiKeyPrefix('Authorization', 'Bearer');
$apiInstance = new eZmaxAPI\Api\ObjectInscriptionApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$pkiInscriptionID = 56; // int
$inscriptionPrepareFilesTransferV1Request = new \eZmaxAPI\Model\InscriptionPrepareFilesTransferV1Request(); // \eZmaxAPI\Model\InscriptionPrepareFilesTransferV1Request
try {
$result = $apiInstance->inscriptionPrepareFilesTransferV1($pkiInscriptionID, $inscriptionPrepareFilesTransferV1Request);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ObjectInscriptionApi->inscriptionPrepareFilesTransferV1: ', $e->getMessage(), PHP_EOL;
}| Name | Type | Description | Notes |
|---|---|---|---|
| pkiInscriptionID | int | ||
| inscriptionPrepareFilesTransferV1Request | \eZmaxAPI\Model\InscriptionPrepareFilesTransferV1Request |
\eZmaxAPI\Model\InscriptionPrepareFilesTransferV1Response
- Content-Type:
application/json - Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]