how can i access my sharepoint data without API

burak 1 Reputation point
2022-07-02T20:09:39.453+00:00

hello guys,
i have really big data on sharepoint, generally i use graph api for access my data.
my question is do we have another way ?
i mean how can i access my data without api? i am asking because i am really bored throttled limit.
thank you.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,651 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,687 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,811 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. RaytheonXie_MSFT 31,606 Reputation points Microsoft Vendor
    2022-07-04T07:41:51.653+00:00

    Hi @burak ,
    SharePoint Online uses throttling to maintain optimal performance and reliability of the SharePoint Online service. Throttling limits the number of API calls or operations within a time window to prevent overuse of resources. So no matter you change the graph api to rest api or CSOM, you will be limited too. Even graph api performs better with large data than rest api and csom. You can refer to the document to handle the throttled limit.
    https://learn.microsoft.com/en-us/sharepoint/dev/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online#how-to-handle-throttling


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



  2. burak 1 Reputation point
    2022-07-04T19:09:15.83+00:00

    hello,
    so question is " can i use rest , CSOM and graph api at the same time ?"
    that way i can raise my api limit x3

    example
    rest api limit 5 per second
    CSOM limit 5 per second
    graph limit 5 per second
    so totally am i have 15 request per second ?


  3. burak 1 Reputation point
    2022-07-06T05:13:20.337+00:00

    hello @RaytheonXie_MSFT
    microsoft selling api request ? i am asking because your picture said " diffrent api have different costs."
    if your answer yes how can i buy it ?
    thank you.