- 
method: The type of request, such as query,create, ordelete.
 
- 
resourceName: The name of the resource associated with the request. 
- 
revision: The revision number of the requested object. 
- 
parameters: JSON object mapping any additional parameters sent in the request. 
- 
content: The contents of the requested object. 
- 
context: Information related to the current request, such as client, end user, and routing.
Only available in queryrequests
 
- 
pagedResultsCookie: Represents the cookie used for queryFilteroperations to track the results of a filtered query.
 
- 
pagedResultsOffset: Specifies how many records to skip before returning a set of results. 
- 
pageSize: Specifies how many results to return per page. 
- 
queryExpression: A string containing a native query to query a system resource directly. 
- 
queryId: A string using the id of a predefined query object to return a specific set of results from a queried object. 
- 
queryFilter: A string with a common expression used to filter the results of a queried object.
Only available in createrequests
 
- 
newResourceId: The ID of the new object. Only available in createrequests.