Provide an API for my profile

I would like to be able to GET my profile's historical activity... ideally, a REST API or something would allow me to pull the data in pages... right now the best I can hope to do is use the RSS feed to grab a snapshot, and then combine them.
Scott Brickey
MCTS, MCPD, MCITP
www.sbrickey.com
Strategic Data Systems - for all your SharePoint needs

Welcome To  Discussions iVinod!
Custom Avatars are not supported in  Discussions.
The avatars you see for some members are selected from My Settings.
Once there, click on Choose/Select Avavtar or Edit Avatar, or something similar.
On the page that opens, click on checkmark Choose Avatar.
Find the avatar you like and checkmark it.
Click on Save Settings.
ali b

Similar Messages

  • API for search profile options-R12.

    Is there any API for searching profile options? (R12)
    Using ibe_customer as the default responsibility.How to filter profile option search using organization , responsibility and different access level?
    Edited by: Ep on Aug 29, 2012 11:57 PM
    Edited by: Ep on Aug 29, 2012 11:58 PM

    hi ,
    You can search the table that profiles options are saved,Using the application id in that table ,you have query it....

  • API for video profile selection in Adobe Flash Player

    Thanks to ActionScript 3, we are able to do programming with regard to Flash Player behavior,  extract info, etc.
    Since now Adobe Flash Player supports adaptive bit rate video, I wonder if there is an API for Adobe Flash Player so that we can set a fixed bit rate for a video stream on runtime?
    Thank you for your help!

    Try to install it manually.
    To begin with download these two files:
    * [http://download.macromedia.com/pub/flashplayer/current/uninstall_flash_player.exe uninstall_flash_player.exe]
    * [http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player.exe install_flash_player.exe]
    These are direct download links so you won't see a page, merely the files which you see in the screenshot.
    Close Firefox and then run the uninstaller even if you think you don't have it installed.
    Next, reboot to remove the Registry entries.
    When the system reboots to the desktop, run the installer. ''Do not open Firefox first though''.
    Finally, go to http://www.adobe.com/software/flash/about/ to test the installation.

  • Need API for Creating Profile at site level

    Hi ,
    I need to create Profile at site level by using APi.
    I have a requirement to create dynamically Profile for storing last run date of my program.
    so I need a API which can create Profile by Pl/Sql code.
    Thanks in Advance,
    Ajit
    [email protected]

    The list of 11i APIs can be found under [Oracle Integration Repository|http://irep.oracle.com/].
    In R12, the Oracle Integration Repository is shipped as part of the E-Business Suite (Oracle Integration Repository Responsibilty).

  • Apis for attaching profile options to a responsibility in oracle apps 11i

    Hi,
    Appreciate your help.
    We are automating the process of creation responsibilities.
    1. I have created new responsibility using the fnd_responsibility_pkg.load_row and responsibilities created successfully.
    2. There are few profile options which will be used (GL set of books,HR user etc.,) and is there any api's to attach the profiles to the newly created responsibilites or can i go and directly insert a record in (apps.fnd_profile_option_values).
    Thanks
    Nethi.

    Hi,
    I believe you need to use FNDLOAD to attach those profile options.
    Note: 566865.1 - How To Download Profile Options Set On Responsibility Level Using FNDLOAD
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=566865.1
    Please note that inserting data into Oracle Apps tables directly is not supported.
    Regards,
    Hussein

  • Need API for Credit Memo creation-R12

    Hi All,
    I am working on R12 Implementation process.  I have a requirement for creating the "Credit Memo" using API.
    Could you please any one provide the API for Credit Memo creation process.
    Thanks,
    LSP

    Hi,
    Please refer the following links:
    http://www.betteroracle.com/2012/08/ar-api-create-credit-memo-r12.html
    http://easyoracleapps.blogspot.com/2011/08/creating-credit-memos-and-appling-these.html
    http://prasanthapps.blogspot.com/2011/05/credit-memo-creation-via-api.html
    Googling will help you indeed
    Rgds,

  • Communication API for Linux

    I want to develop an application in Java for Linux that uses serial port .
    But java.sun.com provides communications API for Windows, Solaris but not Linux ! ! !
    Where can I find free java api to drive a serial port easily ???
    Thanks a lot

    I think you can do this using the version for Solaris/SPARC along with RXTX for Linux (do a search on google), also I think IBM did a JavaCOMM api for linux.

  • Sap api for MS Office

    Hi,
    I am looking for some api which provides tools to manipulate MS Word documents, I need to write Web DynPro application which generates some report and save it to MS Word document. I found <a href="http://help.sap.com/saphelp_nw04/helpdata/en/ef/3483789514b748b6fe1f145e9685ab/frameset.htm">Example for the Use of an Office Document</a> but it only provides api for opening document in browser. Has anybody found some other api with more capabilities?
    Thanks
    Michal

    I just thought that maybe SAP provides some API for MS Office files processing. As far as I know ABAP systems are able to generate doc reports (solution manager). But I am not sure if there is possibility to get programmatically access to those options. Anyway I found OpenOffice API for doc processing I think it`s better then Apache project, what`s more You can save documents in lot`s of formats using the same code to generate it.
    Thanks Guys for help.

  • Does 10g have a API for grid based development ?

    Hi,
    Does 10g provide any API for developers to interface with the GRID job submission,resource management services? There is a GRID DK for 9i that provides a way to interface GLOBUS with oracle job schedulers etc. wanted to know whether there is such an API for 10g also ( or is it compatible)? . Also does it only allow globus based interfacing?
    thanks in advance.

    Hi,
    I looked at the view v$option but there was not record fro grid related entry.But I selected enterprise option when I installed 10g.But I didnt install the enterprise manager /management agent software which is bundeled separately. Do I have to install those also inoder to get he grid development kit installed.? please advice. (Also when I installed 10g , since there was no management agent found, I selected the "database control for database management" under database management processes screen in OUI.Is it a issue?
    thanks in advance!

  • API for a RMI based application

    Hi,
    We have a RMI based application wherein the business layer runs on the server and there is a Swing based client which connects to it.
    Requirement:
    To provide an API for the business layer so that any client application can connect to it.
    Approaches:
    1. Usage of CORBA
    Use CORBA layer in place of RMI between the server and client; this shall ensure that any client application can connect to server.
    2. Keeping the constraint that the API shall support only Java clients
    Keep the RMI layer as it is; add a constraint that the API shall only support Java application
    Is there any other approach that you feel can be used? Please guide.
    Thanks in advance
    -Jay

    sabre150 wrote:
    masijade. wrote:
    I'm thinking more in the terms of his
    any client applicationpart of his "requirement".
    What does that mean? Does that truely mean any client? If so, RMI, AFAIK, isn't an option. CORBA would be better, even more generic would be an XML (SOAP type stuff) based Web Service.I have an FTP client. Does he want that to be able to talk to his server? I can't think that he could possibly mean thatWho knows with some of these people these days. ;-) It's of course, not possible, but they probably assume a "within reason" clause, not that that also doesn't vary widely from person to person, but CORBA still provides a wide base beyond Java apps and an XML base even wider (although less effeciently, normally).
    so I surmise that he just wants his Swing client to be able to be run remotely talking to his server regardless of firewalls and other constraints. In which case he probably just needs RMI-over-HTTP(S).Probably, and that is then, of course, the best solution.
    Given the original post content and the fact that this is posted in the 'New To Java' forum I really do think I am missing something.Who knows, the "requirement" is more than a bit vague. ;-)

  • API for Web Application

    Hi,
    Do you provide an API for Web Applications? We are a SaaS provider and are looking to integrate your calendar components into our system. I searched through the developer tools but couldn't find a suitable API. Let me know.
    Thanks!
    -Jen

    You will want to look at the SOAP API which provides access to user data like calendars, tasks, notes, and mail - secured with the user's credentials. A trusted application key can also be created by system administrators which serve the purpose of a skeleton key, allowing for your application to access any user's mailbox without the need to know their password. There is also the calendar publishing agent which allows users to publish a calendar via ical and so on.
    So a lot depends on what you are trying to do specifically.
    The GW SOAP API pages are a good place to start is a good place to start. There are links from there to other APIs.
    FWIW, SOAP is used internally by Novell in both their Web Access and Data Synchronizer ( Active Sync ) services, so it is robust, fairly speedy, and stable.
    -- Bob

  • Does Adobe provide a free API for creating PDF files

    Does Adobe provide a free API (for Windows) for creating PDF files?   We are currently using
    a basic, internally developed API for creating PDF files, but would like some additional
    capabilities ... in particular the ability to add a watermark that appears when printing
    but not when viewing PDF files on-line.
    If this is not the right forum for this question, please let me know what forum would be
    appropriate.
    Thanks,
    Mark

    OK, with a little bit of searching on Adobe's web site, I found the answer to my question.   Yes, Adobe does offer
    an API for creating/manipulating/reading PDF files:  it's called the Adobe PDF Library SDK and it has to be
    licensed.  Version 9 is the latest.   The cost is decided on a case-by-case basis.    Here is the link:
    http://www.adobe.com/devnet/pdf/library/
    Mark

  • Need API for creation of tag cloud

    Hi,
    I have a requirement to create a tag cloud based on a particular business logic. Does Webcenter provide API for the same?
    Can I customize the "Tagging - Tag Cloud" task flow? If yes, how and to what extent?
    Thanks in advance,
    Anurag

    Hi  Ajit,
      No another FM is available . U can directly create using transaction SE01 .
    Or u can create using BDC .

  • Java communication api for windows 64 bit

    Hi,
    I need communication api for windows 64 bit. Are these api's in developement?
    Thanks,
    Andrea Todeschini

    If you use version 2.0 of the rxtx library then it provides a complete implementation of the javax.comm package.
    Version 2.1 does not (its in the gnu.io namespace)
    // Try the following url
    http://users.frii.com/jarvi/rxtx/download.html
    matfud

  • I need API for Narrator in Ease of Access

    Hi,
    I need to see if Narrator accessibility is on/off. (Only on WP 8.1)
    How can it be done? Is there any API for this?
    I was googling for a long time and can't see anything.

    While I recognize the potential for abuse, an API for determining whether or not Narrator is running would be very useful for developing accessible apps that work across devices.
    In my limited experience developing the test application for a Cordova accessibility plugin on Windows Phone 8.1, I can provide a couple good reasons for providing a way to detect if Narrator is running.
    Aria live regions simply don’t appear to work on Windows Phone 8.1. If you test any web pages that use live regions, Narrator on Windows Phone fails to announce changes to the live region. 
    Live regions seem to work on the desktop, but are harder to work with for providing text to speech for complex interactions than the Windows.Media.SpeechSynthesis API. For example:
    It’s difficult to stop speaking a live region update. Once, a screen reader starts speaking a string from a live region, removing the text node or replacing it with an empty string will not stop speaking that string.
    I’ve implemented "speak" and "stop" methods to speak or stop speaking a string of text in my Cordova accessibility plugin for Windows, but without knowing whether or not Narrator is on or off, the methods will work all the
    time, even when Narrator is off, which is not desirable.
    Cordova apps are often developed to use gestures for navigation. The pointer event listeners that respond to these gestures may not be accessible when Narrator is active, in which case is important to provide an alternate mode of navigation. Windows
    Phone already provides an example of this; if you scroll to the bottom of the start screen, there is a button that navigates to the application list, which may be there for accessibility, because the two-finger swipe gesture to access the application
    list may not be easily discoverable to someone using Narrator.
    Here are links to the test application and mobile accessibility plugin for reference:
        Test App: https://github.com/majornista/phonegap-mobile-accessibility-test
        Plugin: https://github.com/majornista/phonegap-mobile-accessibility-test

Maybe you are looking for

  • CRM 5.0 BP - Account Fact Sheet session pass to R/3 transaction iView

    I am using CRM 5.0 business package in EP 7.0 and I am customizing the "Sales Representative" CRM role in Portal. <b>Scenario:</b> I navigate the 'Account Management - Overview' and select an account. Then I navigate to the 'Fact Sheet' link and I ca

  • How to use Javascript to load random pages?

    I wonder if anyone knows how to use Javascript to load a list of links stored in the text file. Every address will take a line, and the Javascript will randomly select one of the addresses to load. The user will click the button "random" and access t

  • Adobe Reader Firefox Plugin

    I am running Fedora 8 (kernel 2.6.23.9) with Adobe Reader 8.1.1 on a Core 2 Duo with 2 gigs of ram. When I use the Firefox browser (2.0.0.10) to read a PDF document, a process named acroread is started. I assume this is done by the Adobe Reader Firef

  • Creating Callouts

    We are migrating few reports from MS excel to Bi publisher. And we need to create callouts on the chart. Is there any option in BIP to create Callouts? Please share with me if any workaround for this..

  • CommunicationException thrown when creating Context

    i am trying to connect to ourLDAP server (ldap://poseidon), yet when i go "environ.put(Context.PROVIDER_URL, "ldap://poseidon:389");, i get this exception message: javax.naming.CommunicationException: poseidon:389 [Root exception is java.security.Acc