GET api/SharePointList/{ID}?List={List}
Get item from the specified list with the ID provided
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
ID of list item |
integer |
Required |
| List |
Name of the SharePoint list |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Dictionary of string [key] and Object [value]Response Formats
application/json, text/json
Sample:
{
"sample string 1": {},
"sample string 3": {}
}