All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
inscriptiontempGetCommunicationCountV1 | GET /1/object/inscriptiontemp/{pkiInscriptiontempID}/getCommunicationCount | Retrieve Communication count |
inscriptiontempGetCommunicationListV1 | GET /1/object/inscriptiontemp/{pkiInscriptiontempID}/getCommunicationList | Retrieve Communication list |
inscriptiontempGetCommunicationrecipientsV1 | GET /1/object/inscriptiontemp/{pkiInscriptiontempID}/getCommunicationrecipients | Retrieve Inscriptiontemp's Communicationrecipient |
inscriptiontempGetCommunicationsendersV1 | GET /1/object/inscriptiontemp/{pkiInscriptiontempID}/getCommunicationsenders | Retrieve Inscriptiontemp's Communicationsender |
-(NSURLSessionTask*) inscriptiontempGetCommunicationCountV1WithPkiInscriptiontempID: (NSNumber*) pkiInscriptiontempID
completionHandler: (void (^)(InscriptiontempGetCommunicationCountV1Response* output, NSError* error)) handler;
Retrieve Communication count
DefaultConfiguration *apiConfig = [DefaultConfiguration sharedConfig];
// Configure API key authorization: (authentication scheme: Authorization)
[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"Authorization"];
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//[apiConfig setApiKeyPrefix:@"Bearer" forApiKeyIdentifier:@"Authorization"];
NSNumber* pkiInscriptiontempID = @56; //
ObjectInscriptiontempApi*apiInstance = [[ObjectInscriptiontempApi alloc] init];
// Retrieve Communication count
[apiInstance inscriptiontempGetCommunicationCountV1WithPkiInscriptiontempID:pkiInscriptiontempID
completionHandler: ^(InscriptiontempGetCommunicationCountV1Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectInscriptiontempApi->inscriptiontempGetCommunicationCountV1: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiInscriptiontempID | NSNumber* |
InscriptiontempGetCommunicationCountV1Response*
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
-(NSURLSessionTask*) inscriptiontempGetCommunicationListV1WithPkiInscriptiontempID: (NSNumber*) pkiInscriptiontempID
completionHandler: (void (^)(InscriptiontempGetCommunicationListV1Response* output, NSError* error)) handler;
Retrieve Communication list
DefaultConfiguration *apiConfig = [DefaultConfiguration sharedConfig];
// Configure API key authorization: (authentication scheme: Authorization)
[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"Authorization"];
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//[apiConfig setApiKeyPrefix:@"Bearer" forApiKeyIdentifier:@"Authorization"];
NSNumber* pkiInscriptiontempID = @56; //
ObjectInscriptiontempApi*apiInstance = [[ObjectInscriptiontempApi alloc] init];
// Retrieve Communication list
[apiInstance inscriptiontempGetCommunicationListV1WithPkiInscriptiontempID:pkiInscriptiontempID
completionHandler: ^(InscriptiontempGetCommunicationListV1Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectInscriptiontempApi->inscriptiontempGetCommunicationListV1: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiInscriptiontempID | NSNumber* |
InscriptiontempGetCommunicationListV1Response*
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
-(NSURLSessionTask*) inscriptiontempGetCommunicationrecipientsV1WithPkiInscriptiontempID: (NSNumber*) pkiInscriptiontempID
completionHandler: (void (^)(InscriptiontempGetCommunicationrecipientsV1Response* output, NSError* error)) handler;
Retrieve Inscriptiontemp's Communicationrecipient
DefaultConfiguration *apiConfig = [DefaultConfiguration sharedConfig];
// Configure API key authorization: (authentication scheme: Authorization)
[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"Authorization"];
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//[apiConfig setApiKeyPrefix:@"Bearer" forApiKeyIdentifier:@"Authorization"];
NSNumber* pkiInscriptiontempID = @56; //
ObjectInscriptiontempApi*apiInstance = [[ObjectInscriptiontempApi alloc] init];
// Retrieve Inscriptiontemp's Communicationrecipient
[apiInstance inscriptiontempGetCommunicationrecipientsV1WithPkiInscriptiontempID:pkiInscriptiontempID
completionHandler: ^(InscriptiontempGetCommunicationrecipientsV1Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectInscriptiontempApi->inscriptiontempGetCommunicationrecipientsV1: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiInscriptiontempID | NSNumber* |
InscriptiontempGetCommunicationrecipientsV1Response*
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
-(NSURLSessionTask*) inscriptiontempGetCommunicationsendersV1WithPkiInscriptiontempID: (NSNumber*) pkiInscriptiontempID
completionHandler: (void (^)(InscriptiontempGetCommunicationsendersV1Response* output, NSError* error)) handler;
Retrieve Inscriptiontemp's Communicationsender
DefaultConfiguration *apiConfig = [DefaultConfiguration sharedConfig];
// Configure API key authorization: (authentication scheme: Authorization)
[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"Authorization"];
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//[apiConfig setApiKeyPrefix:@"Bearer" forApiKeyIdentifier:@"Authorization"];
NSNumber* pkiInscriptiontempID = @56; //
ObjectInscriptiontempApi*apiInstance = [[ObjectInscriptiontempApi alloc] init];
// Retrieve Inscriptiontemp's Communicationsender
[apiInstance inscriptiontempGetCommunicationsendersV1WithPkiInscriptiontempID:pkiInscriptiontempID
completionHandler: ^(InscriptiontempGetCommunicationsendersV1Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectInscriptiontempApi->inscriptiontempGetCommunicationsendersV1: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiInscriptiontempID | NSNumber* |
InscriptiontempGetCommunicationsendersV1Response*
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]