Skip to content

This function returns an empty result set. Useful if you need to make an API call that return nothing, such as when sending Change Tracking commands.​

PUT
/null

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and use it in an authorization header.

TypeHTTP (bearer)
Example'Authorization: BEARER <YOUR_TOKEN_HERE>'

Responses​

application/json
JSON
{
"TotalRecords": 0,
"Results": [
{
"Date": "string",
"UserName": "string",
"Method": "string",
"Text": "string",
"NoteId": "string",
"Bookmarked": true,
"DateBookmarked": "string",
"Edited": true,
"AggregateCount": 0,
"MetaData": null,
"CandidateId": 0
}
]
}

Playground​

Authorization
Variables
Key
Value

Samples​