Retrieve a single push to supply planning log entry.
GET {{baseUrl}}/PushToSPLogEntries({{ID}})?$select=siteGroupID,variable1
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
$select | string | Select properties to be returned, see Select |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"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"}