inboundChannelConfigurationsGet
View InboundChannelConfigurations.
View details about InboundChannelConfigurations.
/InboundChannelConfigurations
Usage and SDK Samples
curl -X GET\
-H "Authorization: Basic [[basicHash]]"\
-H "Accept: application/json"\
"https://localhost:9002/odata2webservices/IntegrationService/InboundChannelConfigurations?$top=&$skip=&$filter=&$inlinecount=&$expand="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.InboundChannelConfigurationsApi;
import java.io.File;
import java.util.*;
public class InboundChannelConfigurationsApiExample {
public static void main(String[] args) {
ApiClient defaultClient = Configuration.getDefaultApiClient();
// Configure HTTP basic authorization: basicAuth
HttpBasicAuth basicAuth = (HttpBasicAuth) defaultClient.getAuthentication("basicAuth");
basicAuth.setUsername("YOUR USERNAME");
basicAuth.setPassword("YOUR PASSWORD");
InboundChannelConfigurationsApi apiInstance = new InboundChannelConfigurationsApi();
Integer $top = 56; // Integer | The maximum number of items to return. If it's greater than or equal to the number of matching items existing in the platform, then all items will be returned. If it's less than the number of matching items in the platform, a subset containing top number of items will be returned. See [$top](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/cf34b9bbd7d94e0c9eb37e5147d20da1.html)
Integer $skip = 56; // Integer | The number of matching items to skip over before returning the result set. If skip is larger than the number of matching items then no items will be returned. See [$skip](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/cf34b9bbd7d94e0c9eb37e5147d20da1.html)
String $filter = $filter_example; // String | A predicate expression for selecting a subset of the items identified by the resource path. See [$filter](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/eaaf8deda5b34842b6857ed1e5f0dab6.html)
String $inlinecount = ; // String | Specifies if the total number of items should be included in the response. See [$inlinecount](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/04feab0a91ee4763939eeafc95d8d386.html)
String $expand = $expand_example; // String | Specifies navigation properties for associated entries that will be inlined in the response body. By default, these navigation properties are represented as deferred links pointing to the item resource. See [$expand](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/d990bd1fbc98479d97078aa3890f5bb3.html)
try {
Wrapper_2 result = apiInstance.inboundChannelConfigurationsGet($top, $skip, $filter, $inlinecount, $expand);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling InboundChannelConfigurationsApi#inboundChannelConfigurationsGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.InboundChannelConfigurationsApi;
public class InboundChannelConfigurationsApiExample {
public static void main(String[] args) {
InboundChannelConfigurationsApi apiInstance = new InboundChannelConfigurationsApi();
Integer $top = 56; // Integer | The maximum number of items to return. If it's greater than or equal to the number of matching items existing in the platform, then all items will be returned. If it's less than the number of matching items in the platform, a subset containing top number of items will be returned. See [$top](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/cf34b9bbd7d94e0c9eb37e5147d20da1.html)
Integer $skip = 56; // Integer | The number of matching items to skip over before returning the result set. If skip is larger than the number of matching items then no items will be returned. See [$skip](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/cf34b9bbd7d94e0c9eb37e5147d20da1.html)
String $filter = $filter_example; // String | A predicate expression for selecting a subset of the items identified by the resource path. See [$filter](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/eaaf8deda5b34842b6857ed1e5f0dab6.html)
String $inlinecount = ; // String | Specifies if the total number of items should be included in the response. See [$inlinecount](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/04feab0a91ee4763939eeafc95d8d386.html)
String $expand = $expand_example; // String | Specifies navigation properties for associated entries that will be inlined in the response body. By default, these navigation properties are represented as deferred links pointing to the item resource. See [$expand](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/d990bd1fbc98479d97078aa3890f5bb3.html)
try {
Wrapper_2 result = apiInstance.inboundChannelConfigurationsGet($top, $skip, $filter, $inlinecount, $expand);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling InboundChannelConfigurationsApi#inboundChannelConfigurationsGet");
e.printStackTrace();
}
}
}
Configuration *apiConfig = [Configuration sharedConfig];
// Configure HTTP basic authorization (authentication scheme: basicAuth)
[apiConfig setUsername:@"YOUR_USERNAME"];
[apiConfig setPassword:@"YOUR_PASSWORD"];
Integer *$top = 56; // The maximum number of items to return. If it's greater than or equal to the number of matching items existing in the platform, then all items will be returned. If it's less than the number of matching items in the platform, a subset containing top number of items will be returned. See [$top](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/cf34b9bbd7d94e0c9eb37e5147d20da1.html) (optional)
Integer *$skip = 56; // The number of matching items to skip over before returning the result set. If skip is larger than the number of matching items then no items will be returned. See [$skip](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/cf34b9bbd7d94e0c9eb37e5147d20da1.html) (optional)
String *$filter = $filter_example; // A predicate expression for selecting a subset of the items identified by the resource path. See [$filter](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/eaaf8deda5b34842b6857ed1e5f0dab6.html) (optional)
String *$inlinecount = ; // Specifies if the total number of items should be included in the response. See [$inlinecount](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/04feab0a91ee4763939eeafc95d8d386.html) (optional)
String *$expand = $expand_example; // Specifies navigation properties for associated entries that will be inlined in the response body. By default, these navigation properties are represented as deferred links pointing to the item resource. See [$expand](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/d990bd1fbc98479d97078aa3890f5bb3.html) (optional)
InboundChannelConfigurationsApi *apiInstance = [[InboundChannelConfigurationsApi alloc] init];
// View InboundChannelConfigurations.
[apiInstance inboundChannelConfigurationsGetWith:$top
$skip:$skip
$filter:$filter
$inlinecount:$inlinecount
$expand:$expand
completionHandler: ^(Wrapper_2 output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var IntegrationServiceApi = require('integration_service_api');
var defaultClient = IntegrationServiceApi.ApiClient.instance;
// Configure HTTP basic authorization: basicAuth
var basicAuth = defaultClient.authentications['basicAuth'];
basicAuth.username = 'YOUR USERNAME'
basicAuth.password = 'YOUR PASSWORD'
var api = new IntegrationServiceApi.InboundChannelConfigurationsApi()
var opts = {
'$top': 56, // {{Integer}} The maximum number of items to return. If it's greater than or equal to the number of matching items existing in the platform, then all items will be returned. If it's less than the number of matching items in the platform, a subset containing top number of items will be returned. See [$top](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/cf34b9bbd7d94e0c9eb37e5147d20da1.html)
'$skip': 56, // {{Integer}} The number of matching items to skip over before returning the result set. If skip is larger than the number of matching items then no items will be returned. See [$skip](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/cf34b9bbd7d94e0c9eb37e5147d20da1.html)
'$filter': $filter_example, // {{String}} A predicate expression for selecting a subset of the items identified by the resource path. See [$filter](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/eaaf8deda5b34842b6857ed1e5f0dab6.html)
'$inlinecount': , // {{String}} Specifies if the total number of items should be included in the response. See [$inlinecount](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/04feab0a91ee4763939eeafc95d8d386.html)
'$expand': $expand_example // {{String}} Specifies navigation properties for associated entries that will be inlined in the response body. By default, these navigation properties are represented as deferred links pointing to the item resource. See [$expand](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/d990bd1fbc98479d97078aa3890f5bb3.html)
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.inboundChannelConfigurationsGet(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class inboundChannelConfigurationsGetExample
{
public void main()
{
// Configure HTTP basic authorization: basicAuth
Configuration.Default.Username = "YOUR_USERNAME";
Configuration.Default.Password = "YOUR_PASSWORD";
var apiInstance = new InboundChannelConfigurationsApi();
var $top = 56; // Integer | The maximum number of items to return. If it's greater than or equal to the number of matching items existing in the platform, then all items will be returned. If it's less than the number of matching items in the platform, a subset containing top number of items will be returned. See [$top](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/cf34b9bbd7d94e0c9eb37e5147d20da1.html) (optional)
var $skip = 56; // Integer | The number of matching items to skip over before returning the result set. If skip is larger than the number of matching items then no items will be returned. See [$skip](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/cf34b9bbd7d94e0c9eb37e5147d20da1.html) (optional)
var $filter = $filter_example; // String | A predicate expression for selecting a subset of the items identified by the resource path. See [$filter](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/eaaf8deda5b34842b6857ed1e5f0dab6.html) (optional)
var $inlinecount = new String(); // String | Specifies if the total number of items should be included in the response. See [$inlinecount](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/04feab0a91ee4763939eeafc95d8d386.html) (optional)
var $expand = $expand_example; // String | Specifies navigation properties for associated entries that will be inlined in the response body. By default, these navigation properties are represented as deferred links pointing to the item resource. See [$expand](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/d990bd1fbc98479d97078aa3890f5bb3.html) (optional)
try
{
// View InboundChannelConfigurations.
Wrapper_2 result = apiInstance.inboundChannelConfigurationsGet($top, $skip, $filter, $inlinecount, $expand);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling InboundChannelConfigurationsApi.inboundChannelConfigurationsGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure HTTP basic authorization: basicAuth
Swagger\Client\Configuration::getDefaultConfiguration()->setUsername('YOUR_USERNAME');
Swagger\Client\Configuration::getDefaultConfiguration()->setPassword('YOUR_PASSWORD');
$api_instance = new Swagger\Client\ApiInboundChannelConfigurationsApi();
$$top = 56; // Integer | The maximum number of items to return. If it's greater than or equal to the number of matching items existing in the platform, then all items will be returned. If it's less than the number of matching items in the platform, a subset containing top number of items will be returned. See [$top](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/cf34b9bbd7d94e0c9eb37e5147d20da1.html)
$$skip = 56; // Integer | The number of matching items to skip over before returning the result set. If skip is larger than the number of matching items then no items will be returned. See [$skip](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/cf34b9bbd7d94e0c9eb37e5147d20da1.html)
$$filter = $filter_example; // String | A predicate expression for selecting a subset of the items identified by the resource path. See [$filter](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/eaaf8deda5b34842b6857ed1e5f0dab6.html)
$$inlinecount = ; // String | Specifies if the total number of items should be included in the response. See [$inlinecount](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/04feab0a91ee4763939eeafc95d8d386.html)
$$expand = $expand_example; // String | Specifies navigation properties for associated entries that will be inlined in the response body. By default, these navigation properties are represented as deferred links pointing to the item resource. See [$expand](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/d990bd1fbc98479d97078aa3890f5bb3.html)
try {
$result = $api_instance->inboundChannelConfigurationsGet($$top, $$skip, $$filter, $$inlinecount, $$expand);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling InboundChannelConfigurationsApi->inboundChannelConfigurationsGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::InboundChannelConfigurationsApi;
# Configure HTTP basic authorization: basicAuth
$WWW::SwaggerClient::Configuration::username = 'YOUR_USERNAME';
$WWW::SwaggerClient::Configuration::password = 'YOUR_PASSWORD';
my $api_instance = WWW::SwaggerClient::InboundChannelConfigurationsApi->new();
my $$top = 56; # Integer | The maximum number of items to return. If it's greater than or equal to the number of matching items existing in the platform, then all items will be returned. If it's less than the number of matching items in the platform, a subset containing top number of items will be returned. See [$top](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/cf34b9bbd7d94e0c9eb37e5147d20da1.html)
my $$skip = 56; # Integer | The number of matching items to skip over before returning the result set. If skip is larger than the number of matching items then no items will be returned. See [$skip](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/cf34b9bbd7d94e0c9eb37e5147d20da1.html)
my $$filter = $filter_example; # String | A predicate expression for selecting a subset of the items identified by the resource path. See [$filter](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/eaaf8deda5b34842b6857ed1e5f0dab6.html)
my $$inlinecount = ; # String | Specifies if the total number of items should be included in the response. See [$inlinecount](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/04feab0a91ee4763939eeafc95d8d386.html)
my $$expand = $expand_example; # String | Specifies navigation properties for associated entries that will be inlined in the response body. By default, these navigation properties are represented as deferred links pointing to the item resource. See [$expand](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/d990bd1fbc98479d97078aa3890f5bb3.html)
eval {
my $result = $api_instance->inboundChannelConfigurationsGet($top => $$top, $skip => $$skip, $filter => $$filter, $inlinecount => $$inlinecount, $expand => $$expand);
print Dumper($result);
};
if ($@) {
warn "Exception when calling InboundChannelConfigurationsApi->inboundChannelConfigurationsGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# Configure HTTP basic authorization: basicAuth
swagger_client.configuration.username = 'YOUR_USERNAME'
swagger_client.configuration.password = 'YOUR_PASSWORD'
# create an instance of the API class
api_instance = swagger_client.InboundChannelConfigurationsApi()
$top = 56 # Integer | The maximum number of items to return. If it's greater than or equal to the number of matching items existing in the platform, then all items will be returned. If it's less than the number of matching items in the platform, a subset containing top number of items will be returned. See [$top](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/cf34b9bbd7d94e0c9eb37e5147d20da1.html) (optional)
$skip = 56 # Integer | The number of matching items to skip over before returning the result set. If skip is larger than the number of matching items then no items will be returned. See [$skip](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/cf34b9bbd7d94e0c9eb37e5147d20da1.html) (optional)
$filter = $filter_example # String | A predicate expression for selecting a subset of the items identified by the resource path. See [$filter](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/eaaf8deda5b34842b6857ed1e5f0dab6.html) (optional)
$inlinecount = # String | Specifies if the total number of items should be included in the response. See [$inlinecount](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/04feab0a91ee4763939eeafc95d8d386.html) (optional)
$expand = $expand_example # String | Specifies navigation properties for associated entries that will be inlined in the response body. By default, these navigation properties are represented as deferred links pointing to the item resource. See [$expand](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/d990bd1fbc98479d97078aa3890f5bb3.html) (optional)
try:
# View InboundChannelConfigurations.
api_response = api_instance.inbound_channel_configurations_get($top=$top, $skip=$skip, $filter=$filter, $inlinecount=$inlinecount, $expand=$expand)
pprint(api_response)
except ApiException as e:
print("Exception when calling InboundChannelConfigurationsApi->inboundChannelConfigurationsGet: %s\n" % e)
Parameters
| Name | Description |
|---|---|
| $top |
Integer
The maximum number of items to return. If it's greater than or equal to the number of matching items existing in the platform, then all items will be returned. If it's less than the number of matching items in the platform, a subset containing top number of items will be returned. See [$top](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/cf34b9bbd7d94e0c9eb37e5147d20da1.html)
|
| $skip |
Integer
The number of matching items to skip over before returning the result set. If skip is larger than the number of matching items then no items will be returned. See [$skip](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/cf34b9bbd7d94e0c9eb37e5147d20da1.html)
|
| $filter |
String
A predicate expression for selecting a subset of the items identified by the resource path. See [$filter](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/eaaf8deda5b34842b6857ed1e5f0dab6.html)
|
| $inlinecount |
String
Specifies if the total number of items should be included in the response. See [$inlinecount](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/04feab0a91ee4763939eeafc95d8d386.html)
|
| $expand |
String
Specifies navigation properties for associated entries that will be inlined in the response body. By default, these navigation properties are represented as deferred links pointing to the item resource. See [$expand](https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/latest/en-US/d990bd1fbc98479d97078aa3890f5bb3.html)
|