URL
Description
HTTP Method
/_api/Web/Lists
Retrieving all the lists in a site and adding new lists
GET, POST
/_api/Web/Lists/GetByTitle('listname')
Getting list details by its title and updating it as well. If anyone changes your list title, your code will break.
/_api/Web/Lists(guid'guid id of your list')
Same as above but changing list title will not affect the code.
/_api/Web/Lists/GetByTitle(' listname ')/Fields
Retrieving all fields associated with a list and add new fields
/_api/Web/Lists/GetByTitle('listname')/
Fields/GetByTitle('fieldname')
Getting details of a field, modifying and deleting it.
GET, PUT, PATCH, MERGE, DELETE
/_api/web/lists/GetByTitle('listname')
/GetItemById(itemId)
This endpoint can be used to get, update and delete a single item.
/Items
Retrieving all the items in a list and adding the new items
You need to be a premium member to use this feature. To access it, you'll have to upgrade your membership.
Become a sharper developer and jumpstart your career.
$0
$
. 00
monthly
For Basic members:
$20
For Premium members:
$45
For Elite members: