question

Toriyama avatar image
0 Votes"
Toriyama asked Toriyama commented

Which sharepoint development model is this?

Hello.

In my current company we have a sharepoint 2016 site. And on this site I have reports. These reports are made up of HTML and JavaScript files. JavaScript reads the database through an api service and updates the page's HTML.

Is this type of development part of some sharepoint development model or is it just HTML pages using JavaScript and rest json api?

If you're not part of a specific type of sharepoint development, I imagine you wouldn't even need to be on sharepoint, right?

Thanks

office-sharepoint-server-development
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @Toriyama ,
Could you confirm which model you are using,The JSOM or rest-api?

0 Votes 0 ·

1 Answer

RaytheonXie-MSFT avatar image
1 Vote"
RaytheonXie-MSFT answered Toriyama commented

Hi @Toriyama ,
Basic CRUD (Create, Read, Update and Delete) operations can be performed on various SharePoint objects using Representational State Transfer (REST) interface provided by SharePoint. The REST interface exposes almost all functionalities provided by the other Client APIs.

REST API does not require any dll or JS library, as it is based on OData protocol, we can use REST API directly to interact with SharePoint.

https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service?tabs=csom


If an Answer is helpful, please click "Accept Answer" and upvote it.
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
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @Toriyama ,
would you please provide us with an update on the status of your issue?

0 Votes 0 ·

Hi,
Understand.

Thanks

0 Votes 0 ·