Get SharePoint items by full path
GET
/api/sharepoint/item
SharePoint APIs
fullpath
query parameter. If no parameter is provided, all non-deleted items are returned.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/sharepoint/item'
Response Response Example
200 - Example 1
{
"document_index_id": 1,
"item_sp_id": 1234,
"item_name": "Test Document",
"fullpath": "/documents/test_document",
"is_folder": false,
"is_deleted": false
}
Request
Query Params
fullpath
string
optional