import 'package:openapi/api.dart';
All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
inscriptionGetAttachmentsV1 | GET /1/object/inscription/{pkiInscriptionID}/getAttachments | Retrieve Inscription's Attachments |
inscriptionGetCommunicationListV1 | GET /1/object/inscription/{pkiInscriptionID}/getCommunicationList | Retrieve Communication list |
inscriptionGetCommunicationsendersV1 | GET /1/object/inscription/{pkiInscriptionID}/getCommunicationsenders | Retrieve Inscription's Communicationsender |
InscriptionGetAttachmentsV1Response inscriptionGetAttachmentsV1(pkiInscriptionID)
Retrieve Inscription's Attachments
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectInscriptionApi();
final pkiInscriptionID = 56; // int |
try {
final result = api_instance.inscriptionGetAttachmentsV1(pkiInscriptionID);
print(result);
} catch (e) {
print('Exception when calling ObjectInscriptionApi->inscriptionGetAttachmentsV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiInscriptionID | int |
InscriptionGetAttachmentsV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
InscriptionGetCommunicationListV1Response inscriptionGetCommunicationListV1(pkiInscriptionID)
Retrieve Communication list
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectInscriptionApi();
final pkiInscriptionID = 56; // int |
try {
final result = api_instance.inscriptionGetCommunicationListV1(pkiInscriptionID);
print(result);
} catch (e) {
print('Exception when calling ObjectInscriptionApi->inscriptionGetCommunicationListV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiInscriptionID | int |
InscriptionGetCommunicationListV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
InscriptionGetCommunicationsendersV1Response inscriptionGetCommunicationsendersV1(pkiInscriptionID)
Retrieve Inscription's Communicationsender
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectInscriptionApi();
final pkiInscriptionID = 56; // int |
try {
final result = api_instance.inscriptionGetCommunicationsendersV1(pkiInscriptionID);
print(result);
} catch (e) {
print('Exception when calling ObjectInscriptionApi->inscriptionGetCommunicationsendersV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiInscriptionID | int |
InscriptionGetCommunicationsendersV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]