import 'package:openapi/api.dart';
All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
inscriptiontempGetCommunicationListV1 | GET /1/object/inscriptiontemp/{pkiInscriptiontempID}/getCommunicationList | Retrieve Communication list |
InscriptiontempGetCommunicationListV1Response inscriptiontempGetCommunicationListV1(pkiInscriptiontempID)
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 = ObjectInscriptiontempApi();
final pkiInscriptiontempID = 56; // int |
try {
final result = api_instance.inscriptiontempGetCommunicationListV1(pkiInscriptiontempID);
print(result);
} catch (e) {
print('Exception when calling ObjectInscriptiontempApi->inscriptiontempGetCommunicationListV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiInscriptiontempID | int |
InscriptiontempGetCommunicationListV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]