apiV1ReadLegalCustomerRGBFarmIdMonthFilenameGet
/api/v1/read/legalCustomer/RGB/{farm_id}/{month}/{filename}
Usage and SDK Samples
curl -X GET "https://api.apieco.ir/farm-info/api/v1/read/legalCustomer/RGB/{farm_id}/{month}/{filename}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.RGBApi;
import java.io.File;
import java.util.*;
public class RGBApiExample {
public static void main(String[] args) {
RGBApi apiInstance = new RGBApi();
String apiecoKey = apiecoKey_example; // String | apikey for use API
String token = token_example; // String | apikey for use API
Integer month = 56; // Integer | شناسه ماه
String filename = filename_example; // String | نام فایلی که در api قبل دریافت کردید را به صورت string query در آدرس بالا وارد نمایید.
Integer farmId = 56; // Integer | شناسه زمین
try {
inline_response_200_3 result = apiInstance.apiV1ReadLegalCustomerRGBFarmIdMonthFilenameGet(apiecoKey, token, month, filename, farmId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling RGBApi#apiV1ReadLegalCustomerRGBFarmIdMonthFilenameGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.RGBApi;
public class RGBApiExample {
public static void main(String[] args) {
RGBApi apiInstance = new RGBApi();
String apiecoKey = apiecoKey_example; // String | apikey for use API
String token = token_example; // String | apikey for use API
Integer month = 56; // Integer | شناسه ماه
String filename = filename_example; // String | نام فایلی که در api قبل دریافت کردید را به صورت string query در آدرس بالا وارد نمایید.
Integer farmId = 56; // Integer | شناسه زمین
try {
inline_response_200_3 result = apiInstance.apiV1ReadLegalCustomerRGBFarmIdMonthFilenameGet(apiecoKey, token, month, filename, farmId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling RGBApi#apiV1ReadLegalCustomerRGBFarmIdMonthFilenameGet");
e.printStackTrace();
}
}
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
String *token = token_example; // apikey for use API
Integer *month = 56; // شناسه ماه
String *filename = filename_example; // نام فایلی که در api قبل دریافت کردید را به صورت string query در آدرس بالا وارد نمایید.
Integer *farmId = 56; // شناسه زمین
RGBApi *apiInstance = [[RGBApi alloc] init];
[apiInstance apiV1ReadLegalCustomerRGBFarmIdMonthFilenameGetWith:apiecoKey
token:token
month:month
filename:filename
farmId:farmId
completionHandler: ^(inline_response_200_3 output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var _ = require('____');
var api = new _.RGBApi()
var apiecoKey = apiecoKey_example; // {String} apikey for use API
var token = token_example; // {String} apikey for use API
var month = 56; // {Integer} شناسه ماه
var filename = filename_example; // {String} نام فایلی که در api قبل دریافت کردید را به صورت string query در آدرس بالا وارد نمایید.
var farmId = 56; // {Integer} شناسه زمین
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.apiV1ReadLegalCustomerRGBFarmIdMonthFilenameGet(apiecoKey, token, month, filename, farmId, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class apiV1ReadLegalCustomerRGBFarmIdMonthFilenameGetExample
{
public void main()
{
var apiInstance = new RGBApi();
var apiecoKey = apiecoKey_example; // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
var token = token_example; // String | apikey for use API
var month = 56; // Integer | شناسه ماه
var filename = filename_example; // String | نام فایلی که در api قبل دریافت کردید را به صورت string query در آدرس بالا وارد نمایید.
var farmId = 56; // Integer | شناسه زمین
try
{
inline_response_200_3 result = apiInstance.apiV1ReadLegalCustomerRGBFarmIdMonthFilenameGet(apiecoKey, token, month, filename, farmId);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling RGBApi.apiV1ReadLegalCustomerRGBFarmIdMonthFilenameGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\RGBApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$token = token_example; // String | apikey for use API
$month = 56; // Integer | شناسه ماه
$filename = filename_example; // String | نام فایلی که در api قبل دریافت کردید را به صورت string query در آدرس بالا وارد نمایید.
$farmId = 56; // Integer | شناسه زمین
try {
$result = $api_instance->apiV1ReadLegalCustomerRGBFarmIdMonthFilenameGet($apiecoKey, $token, $month, $filename, $farmId);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling RGBApi->apiV1ReadLegalCustomerRGBFarmIdMonthFilenameGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::RGBApi;
my $api_instance = WWW::SwaggerClient::RGBApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $token = token_example; # String | apikey for use API
my $month = 56; # Integer | شناسه ماه
my $filename = filename_example; # String | نام فایلی که در api قبل دریافت کردید را به صورت string query در آدرس بالا وارد نمایید.
my $farmId = 56; # Integer | شناسه زمین
eval {
my $result = $api_instance->apiV1ReadLegalCustomerRGBFarmIdMonthFilenameGet(apiecoKey => $apiecoKey, token => $token, month => $month, filename => $filename, farmId => $farmId);
print Dumper($result);
};
if ($@) {
warn "Exception when calling RGBApi->apiV1ReadLegalCustomerRGBFarmIdMonthFilenameGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.RGBApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
token = token_example # String | apikey for use API
month = 56 # Integer | شناسه ماه
filename = filename_example # String | نام فایلی که در api قبل دریافت کردید را به صورت string query در آدرس بالا وارد نمایید.
farmId = 56 # Integer | شناسه زمین
try:
api_response = api_instance.api_v1_read_legal_customer_rgb_farm_id_month_filename_get(apiecoKey, token, month, filename, farmId)
pprint(api_response)
except ApiException as e:
print("Exception when calling RGBApi->apiV1ReadLegalCustomerRGBFarmIdMonthFilenameGet: %s\n" % e)
Parameters
Path parameters
Name | Description |
---|---|
month* |
Integer
شناسه ماه
Required
|
filename* |
String
نام فایلی که در api قبل دریافت کردید را به صورت string query در آدرس بالا وارد نمایید.
Required
|
farm_id* |
Integer
شناسه زمین
Required
|
Header parameters
Name | Description |
---|---|
apieco-key* |
String
apikey for use API
Required
|
token* |
String
apikey for use API
Required
|