How to extract data from using linkedin learning api?

THIMMAIAH GARI,PRASHANTH,, 201 Reputation points
2020-07-21T12:39:39.463+00:00

How do I extract the individual information of how may courses finished? how long he spent time on course?..

By using linked in rest api how to pass parameters to get the above information?

I have authentication key to access those endpoints.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,609 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. KranthiPakala-MSFT 46,422 Reputation points Microsoft Employee
    2020-07-22T01:18:46.32+00:00

    Hi @THIMMAIAHGARIPRASHANTH-2741,

    Welcome to Microsoft Q&A platform and thanks for your query.

    My understanding is that you are trying to use Linkedin REST API to extract individual information on courses finished/time spent. If my understanding is correct (please correct me if I misunderstood your requirement), were you able to make a successful call to Linkedin REST API from POSTMAN or other tools? If not, I would recommend you to please try it out in POSTMAN to test the API and evaluate the results as per requirement.

    Once you are done with successful POSTMAN test. I would recommend you to please refer to this document on how to copy data from a REST endpoint using Azure Data Factory: Copy data from a REST endpoint by using Azure Data Factory

    The solution contains two activities in ADF pipeline:

    • Web activity retrieves the bearer token and then pass it to subsequent Copy activity as authorization.
    • Copy activity copies data from REST source and copies to destination/sink.

    Additional info: - Video - Azure Lab : Azure Data Factory V2 (ADFV2) : Copy data from Rest API to Data Lake Storage

    Hope the above info helps. Please let us know if you have any further query.


    Thank you Please do consider to click on "Accept Answer" and "Upvote" on the post that helps you, as it can be beneficial to other community members.