call the AddSiteLog operation.
POST
/addsitelog
wsdemo-merge-uat-rest
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/addsitelog' \
--header 'Content-Type: application/json' \
--header 'X-DreamFactory-API-Key;' \
--data-raw '{
"addLogInput": {
"LogText": "string"
}
}'
Response Response Example
200 - Example 1
{
"AddSiteLogResult": {
"Logs": {
"Log": {
"ExtensionData": {},
"LogID": 0,
"LogSubject": "string",
"LogMessage": "string",
"LogTypeID": 0,
"LogTypeName": "string",
"LogTypeIcon": "string",
"LogReference": "string",
"LogDate": "2019-08-24T14:15:22Z",
"LogUser": "string"
}
}
}
}
Request
Body Params application/json
Responses
Modified at 2025-06-13 09:57:01