Retrieve a list of push to supply planning log entries.
GET {{baseUrl}}/PushToSPLogEntries?$top=<integer>&$skip=<integer>&$search=<string>&$filter=<string>&$count=<boolean>&$orderby=variable4,message desc&$select=siteGroupID,variable1
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
$top | string | Show only the first n items, see Paging - Top | |
$skip | string | Skip the first n items, see Paging - Skip | |
$search | string | Search items by search phrases, see Searching | |
$filter | string | Filter items by property values, see Filtering | |
$count | string | Include count of items, see Count | |
$orderby | string | Order items by property values, see Sorting | |
$select | string | Select properties to be returned, see Select |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"@odata.count":"\u003cnumber\u003e","value":[{"ID":"\u003cuuid\u003e","messageType":"\u003cstring\u003e","code":"\u003cstring\u003e","message":"\u003cstring\u003e","variable1":"\u003cstring\u003e","variable2":"\u003cstring\u003e","variable3":"\u003cstring\u003e","variable4":"\u003cstring\u003e","entryOrder":"\u003cinteger\u003e","siteGroupID":"\u003cuuid\u003e"},{"ID":"\u003cuuid\u003e","messageType":"\u003cstring\u003e","code":"\u003cstring\u003e","message":"\u003cstring\u003e","variable1":"\u003cstring\u003e","variable2":"\u003cstring\u003e","variable3":"\u003cstring\u003e","variable4":"\u003cstring\u003e","entryOrder":"\u003cinteger\u003e","siteGroupID":"\u003cuuid\u003e"}]}