Details on the Limitation of the API calls

Hi all

I'm newbie to Eloqua API and have a few questions about that.


1. What is the maximum No. API calls limit for SOAP and REST (especially for large API) per day?

2. when we say limit maximum API calls, is for the specific user or instance Eloqua together?

for example, a single user can call the ends of the API for 2,000 times per day the maximum number (may be that other users can call the same on this day).

OR special Eloqua instance is limited to 2000 calls is the maximum that API calls for a day (without distinction of different users).

Please specify.

Thank you

Ashok.

Hey Ashok,

See this document for more information on limits for the bulk API API limits.

Other APIs, the daily, the limits are based on Eloqua topping:

Basic - 20 000

Standard - 100 000

Company - 500 000

These limits are per instance.

I hope this helps!

T.J.

Tags: Marketers

Similar Questions

  • No feedback on the API calls

    Now that I have my API calls work, I get all these calls return data. Will only the API calls to return the data on mobility programs?

    Brian

    Answering my own question: YES! But test mode works too.

  • the API call error: error: the user has sufficient privileges to perform this API call.

    Hello

    I'm exploring cloudClient 3.4.1 but I'm trying to run a "vra catalog list" command or other similar commands I get the error "error: the user has sufficient privileges to perform this API call."

    I don't know what are the permissions of system requirements before I can make the API call because the account which I use to make these calls already have privileges to Administrator local on box of IAAS & is admin Admin/tenant IAAS. In short, the user is a full administrator of the tool.

    Please help me because I found there is a documentation for the usability of the cloudclient.

    Thank you

    MG

    Is the account of your help to make the law of all items in the catalog API call? We have users from the normal group of activities that use the API does not have system or administrator access.

  • How can I add the field E-mail client to the details of the task/Call display?

    As indicated in the subject. In our screens to call/task I want to either show the customers email for example. John.Smith@Wherever .com or, Alternatively, network clients for example login id. John.Smith

    I looked by the designer to try to find the field without a bit of luck. Any ideas?

    Something like

    Click the customer field

    Choose Add field

    Choose the bound fields radio button

    Add one of the customer fields related

  • merge the api calls order?

    Salvation;

    What is fusion calls api command in cisco c60?

    Thank you.

    Hello

    You can use below command:

    xcommand join call

  • Create new Orgs by using the API (hr_organization_api.create_hr_organization) and details additional Org Unit

    Hello

    I created some orgs again using the API (hr_organization_api.create_hr_organization)

    I also want to create additional details Org Unit FDF but not sure which API to use.

    I am trying to insert data into attriubute1, 2 and 3 of the table to hr_all_organization_units by using the API, however the hr_organization_api.create_hr_organization API only allows me to use a segments of1 to 30 in the parameters of the API and NOT the attribute columns

    Can someone please suggest.

    Thank you

    Hello

    As you have rightly noted, hr_organization_api.create_hr_organization is not the settings to meet the ATTRIBUTE?.

    You could try calling the hr_organization_api.update_organization with the "p_organization_id" returned by the API call 'create '.

    Kind regards

    Rajen

  • find if in the sequence editor API call

    I swear that I found this somewhere once but can't find it now.  What is the API call (or another mechanism) to determine if I am running out of sequence with respect to a user interface editor?

    What I want to do is if running the sequence editor, make a call, but if running the user interface, make another.

    Thank you.

    RunState.IsEditor

    Thank you

    PH

  • Documentation for the API decisions calls, parsing and formatting.

    Will someone provide me with links and information to make the API calls, analysis, and/or formatting the JSON in ColdFusion. If there are video tutorials, it'll be great.

    It does not work. It's what works... obtained from StackOverflow. I assumed that the automatically transformed deserializeJSON match but it was not. Looks like it is a struct.

    Name: #cfData.name #.

    Weather: #cfData.weather [i] .main #.

    Description: #cfData.weather [i] .description #.

  • What is the name of the API for automatic delivery of planned order

    Hi, we do customization for automatic delivery of planned order what is the name of the API for that.

    Best regards

    Sachin

    Hi Salah,

    The API called Auto arrested planned alternate program is msc_release_pk.msc_auto_release.

    Hope that helps!

    Kind regards

    Mohan Balaji

  • Which groups of security/permissions are necessary for access to the API?

    I have a user account API that belongs to the user "API" and "Everyone" security group.

    I get the following error during the processing of the API calls:

    [{"type": "PermissionError", "missingPermission": "read", "objectId": 130, "objectType": "Eloqua.API.REST_1_0.Contracts.Assets.Emails.Email"}]

    What security groups the user API must join in order to get this information?

    Nick,

    Advanced users - Marketing is also required.  Just give a try.

  • Update the name of the client using the api HZ_PARTY_V2PUB.update_organization

    Hi all

    I'm trying to update the following fields (OrganizationName, known_as, organization_name_phonetic) for the client (hz_parties) and using the script below update records with the success in the hz_parties table, but I am unable to view the new customer to the customer's screen.

    I use the Version 12.1.3.

    Here's the script:


    DECLARE
    l_organization_rec HZ_PARTY_V2PUB.ORGANIZATION_REC_TYPE;
    l_party_rec HZ_PARTY_V2PUB. PARTY_REC_TYPE;
    l_profile_id NUMBER;
    l_return_status VARCHAR2 (10);
    l_msg_count NUMBER;
    l_msg_data VARCHAR2 (2400);
    l_party_obj_version NUMBER: = 2;
    BEGIN
    l_party_rec.party_id: = 363173;
    l_organization_rec.organization_name: = 'xxxxxxxtestchange ';
    l_organization_rec.known_as: = 'xxxxxxtest price changes. "
    l_organization_rec.organization_name_phonetic: = "course change xxxxxx";
    l_organization_rec.party_rec: = l_party_rec;
    HZ_PARTY_V2PUB.update_organization (p_init_msg_list = > FND_API.) G_FALSE,
    p_organization_rec = > l_organization_rec,
    p_party_object_version_number = > l_party_obj_version,
    x_profile_id = > l_profile_id,
    x_return_status = > l_return_status,
    x_msg_count = > l_msg_count,
    x_msg_data = > l_msg_data);

    Dbms_output.put_line ('Status of the api call' | l_return_status);

    COMMIT;
    EXCEPTION
    WHILE OTHERS THEN
    DBMS_OUTPUT. Put_line (' error :::'||) SQLERRM);
    ROLLBACK;
    END;

    My problem is that I am able to view the records updated to back-end, but unable to display front end.

    Thanks and greetings
    El M

    "DQM series Sync Index program" run it after that you have made the updates. If not try manually submit this work and see if you can view your changes

  • API call to find out if there is an Internet connection?

    Is there some API call in AIR or the libraries of the Playbook with which I can determine if there is a live internet connection? I would like to know when the user is on any of the Wifi / 3G / 4G (that is, any type of connectivity) so my application can try asking in the data row instead of using local cache.

    Thank you!

    alinium wrote:

    Is there some API call in AIR or the libraries of the Playbook with which I can determine if there is a live internet connection?

    There are a few pages out there with examples:

    air.net.URLMonitor: http://livedocs.adobe.com/flex/3/html/help.html?content=network_connectivity_1.html

    above video tutorial using the API call: http://tv.adobe.com/watch/adc-presents/detecting-network-connectivity-in-your-adobe-air-application/

  • How to generate the message body to call the API REST Eloqua?

    I can GET my contact details via the URL: https://secure.eloqua.com/Api/rest/2.0/data/contact/229?xsrfToken=80267e50-30db-4e16-9dd3-7d42ef75dc2d as below:

    GET the answer:

    {

    'type': 'Contact,'

    'currentStatus': 'Action pending ',.

    "id": "229."

    'converted': '1439800672 ',.

    "depth':"full. "

    « nom » : » [email protected] ",

    "updatedAt": "1440662349",

    "accountName": "Oracle."

    "address1": "333333333",

    'city': 'unknown ',.

    "country':"KR. "

    ' 'emailAddress': ' [email protected] ",

    "emailFormatPreference": "not specified."

    "fieldValues can only be:

    [

    {

    'type': 'FieldValue ',.
    'id': '100005.

    },

    {

    'type': 'FieldValue ',.
    'id': '100017.

    },

    {

    'type': 'FieldValue ',.
    'id': '100023.

    },

    {

    'type': 'FieldValue ',.
    'id': '100024.

    },

    {

    'type': 'FieldValue ',.
    'id': "100032,"
    'value': 'CZZOC000000000229 '.

    },

    {

    'type': 'FieldValue ',.
    'id': '100033.

    },

    {

    'type': 'FieldValue ',.
    'id': '100034.

    },

    {

    'type': 'FieldValue ',.
    'id': '100035.

    },

    {

    'type': 'FieldValue ',.
    'id': '100036 ".

    },

    {

    'type': 'FieldValue ',.
    'id': '100041.

    },

    {

    'type': 'FieldValue ',.
    'id': '100043.

    },

    {

    'type': 'FieldValue ',.
    'id': '100044.

    },

    {

    'type': 'FieldValue ',.
    'id': '100045.

    },

    {

    'type': 'FieldValue ',.
    'id': '100046.

    },

    {

    'type': 'FieldValue ',.
    'id': '100047'

    },

    {

    'type': 'FieldValue ',.
    'id': '100048.

    },

    {

    'type': 'FieldValue ',.
    'id': '100049.

    },

    {

    'type': 'FieldValue ',.
    'id': '100051.

    },

    {

    'type': 'FieldValue ',.
    'id': '100065.

    },

    {

    'type': 'FieldValue ',.
    'id': '100066.

    },

    {

    'type': 'FieldValue ',.
    'id': '100068.

    },

    {

    'type': 'FieldValue ',.
    "id': '100069."
    'value': 'in Europe.

    },

    {

    'type': 'FieldValue ',.
    'id': '100072.

    },

    {

    'type': 'FieldValue ',.
    'id': '100081.

    },

    {

    'type': 'FieldValue ',.
    "id': '100171."
    "value": "oracle.com.

    },

    {

    'type': 'FieldValue ',.
    "id': '100172."
    "value': 'Ken Jin."

    },

    {

    'type': 'FieldValue ',.
    'id': '100174.

    },

    {

    'type': 'FieldValue ',.
    'id': '100175'

    },

    {

    'type': 'FieldValue ',.
    'id': '100176.

    },

    {

    'type': 'FieldValue ',.
    'id': '100177.

    },

    {

    'type': 'FieldValue ',.
    'id': '100178.

    },

    {

    'type': 'FieldValue ',.
    'id': '100179.

    },

    {

    'type': 'FieldValue ',.
    'id': '100180.

    },

    {

    'type': 'FieldValue ',.
    'id': '100184.

    },

    {

    'type': 'FieldValue ',.
    'id': '100187.

    },

    {

    'type': 'FieldValue ',.
    'id': '100188.

    },

    {

    'type': 'FieldValue ',.
    'id': '100189.

    },

    {

    'type': 'FieldValue ',.
    'id': '100190.

    },

    {

    'type': 'FieldValue ',.
    'id': '100191.

    },

    {

    'type': 'FieldValue ',.
    'id': '100192.

    },

    {

    'type': 'FieldValue ',.
    'id': '100193.

    },

    {

    'type': 'FieldValue ',.
    'id': '100194.

    },

    {

    'type': 'FieldValue ',.
    "id': '100195."
    'value': 'KenJinL888MJ '.

    },

    {

    'type': 'FieldValue ',.
    'id': '100196.

    },

    {

    'type': 'FieldValue ',.
    'id': '100197.

    },

    {

    'type': 'FieldValue ',.
    "id': '100198."
    'value': 'unknown '.

    },

    {

    'type': 'FieldValue ',.
    "id': '100199."
    'value': '66.0000.

    },

    {

    'type': 'FieldValue ',.
    "id': '100200."
    ' 'value': ' [email protected] "

    },

    {

    'type': 'FieldValue ',.
    "id': '100201."
    'value': 'female '.

    },

    {

    'type': 'FieldValue ',.
    'id': '100202.

    },

    {

    'type': 'FieldValue ',.
    "id': '100203."
    'value': 'Energy & Utilities '.

    },

    {

    'type': 'FieldValue ',.
    "id': '100204."
    'value': '0.0000 '.

    },

    {

    'type': 'FieldValue ',.
    "id': '100205."
    'value': '0.0000 '.

    },

    {

    'type': 'FieldValue ',.
    "id': '100206 Uganda."

    },

    {

    'type': 'FieldValue ',.
    'id': '100207.

    },

    {

    'type': 'FieldValue ',.
    'id': '100208.

    },

    {

    'type': 'FieldValue ',.
    'id': '100209.

    },

    {

    'type': 'FieldValue ',.
    'id': '100210.

    },

    {

    'type': 'FieldValue ',.
    'id': '100211.

    },

    {

    'type': 'FieldValue ',.
    "id': '100212."
    'value': "day 1".

    },

    {

    'type': 'FieldValue ',.
    "id': '100213."
    'value': 'Purple '.

    },

    {

    'type': 'FieldValue ',.
    "id': '100214."
    'value': 'unknown '.

    },

    {

    'type': 'FieldValue ',.
    'id': '100215.

    },

    {

    'type': 'FieldValue ',.
    'id': '100216.

    },

    {

    'type': 'FieldValue ',.
    'id': '100217.

    },

    {

    'type': 'FieldValue ',.
    "id': '100218."
    'value': '1.0000.

    },

    {

    'type': 'FieldValue ',.
    'id': '100219.

    },

    {

    'type': 'FieldValue ',.
    "id': '100220."
    'value': 'Purple '.

    },

    {

    'type': 'FieldValue ',.
    "id': '100221."
    'value': 'school '.

    },

    {

    'type': 'FieldValue ',.
    "id': '100222."
    'value': "don't like".

    },

    {

    'type': 'FieldValue ',.
    'id': '100223.

    },

    {

    'type': 'FieldValue ',.
    'id': '100224.

    },

    {

    'type': 'FieldValue ',.
    'id': '100225.

    },

    {

    'type': 'FieldValue ',.
    "id': '100226."
    "value':" ' 0 - 5 hours/week ""

    },

    {

    'type': 'FieldValue ',.
    'id': '100227.

    },

    {

    'type': 'FieldValue ',.
    "id': '100228."
    'value': 'PC '.

    },

    {

    'type': 'FieldValue ',.
    "id': '100229."
    "value':" ' 0 - 5 hours/week ""

    },

    {

    'type': 'FieldValue ',.
    'id': '100230.

    },

    {

    'type': 'FieldValue ',.
    'id': '100231.

    },

    {

    'type': 'FieldValue ',.
    'id': '100232.

    },

    {

    'type': 'FieldValue ',.
    'id': '100233.

    },

    {

    'type': 'FieldValue ',.
    "id': '100234."
    'value': '0.0000 '.

    },

    {

    'type': 'FieldValue ',.
    'id': '100235.

    },

    {

    'type': 'FieldValue ',.
    'id': '100236.

    },

    {

    'type': 'FieldValue ',.
    "id': '100237."
    'value': '2 '.

    },

    {

    'type': 'FieldValue ',.
    'id': '100238'

    },

    {

    'type': 'FieldValue ',.
    'id': '100239.

    },

    {

    'type': 'FieldValue ',.
    'id': '100240.

    }

    ],

    "FirstName": "Ken."

    'isBounceback': 'false. '

    'isSubscribed': 'true ',.

    'Name': 'Jin ',.

    'subscriptionDate': '1439800672 '.

    }

    However, I get an error response if I want to update my contact information via a call to POST the URL: https://secure.eloqua.com/Api/rest/2.0/data/contact?xsrfToken=80267e50-30db-4e16-9dd3-7d42ef75dc2d

    For example: update my "lastName" to "Kim" current value "Jin".

    POST request: <-I think it's a bad Message body that I don't know the correct format... Almost of the Eloqua REST API documents mentioned on GET rather than POST.

    {"id": "229",}

    ' 'emailAddress': ' [email protected] ",

    {'Name': 'Kim'}


    POST reply:

    [{'type' ": 'ObjectValidationError',' container': {'type': 'ObjectKey', 'objectType': 'Contact'}, 'ownership':"emailAddress","requirement": {'type': 'UniquenessRequirement', 'uniquenessScope': 'global'}, 'value' ': ' '[email protected]'}]

    Could someone tell me how to build a correct Message to the body?  Using the above example (updated an existing contact name) would be much better. Thank you!

    A POST is used to create new records in the database of Eloqua.  If you want to update an existing record, you want to use a call PUT.

  • I can't find the guest users that I create via API calls

    I am trying to create users with adobe connect 9 via the api.

    So I call principal-update with type = guest, the first time, it works well.

    Of course, if I try the same call again with the same login of the user, it fails saying it's a duplicate. The problem is that I can't find the user invited everywhere, I tried main-list and report-build-users but in both cases, the user is not listed.

    I tried to look for the users on the web application, and I can't find this user invited everywhere.

    Since the API complains that the user trying to create is a duplicate, the second time, I assumed that this user is stored somewhere, then where should I look for him?

    Thank you

    Are you sure you want to create accounts as guests? Guests have very limited access to the events just: Adobe Connect 9 * tips for creating lists of events

    If you try to find accounts invited through the Central sign in application, you will need to go to administration > users and groups, and then select manage clients. You will find your guest accounts.

    If you are just trying to create accounts, you will want to create them rather as users.

  • The external application of Orchestrator J2EE API call

    I want to invoke operations on an external application. The external application exposed the J2EE API.

    I am new to the orchestrator world. As I understand it, to invoke the operations of external application and access to objects in the external application, I must first create a plug-in (specific to the orchestrator format). Then I could call these operations from javascript code for my workflow.

    1. have I missed something?

    2. is there another way to call operations of J2EE Api of the external application (without the help of plug-ins)?

    3. is it possible that my workflow directly invokes a java application?

    Could you give more details on the exposed J2EE API?

    Create a plug-in is the option that will give you the most flexibility. But if the application exposes REST or SOAP API, then you can use our plug-ins of HTTP-REST and generic SOAP to wrap these APIs in the workflows of vCO/actions.

Maybe you are looking for