POST {version}/LogActivityAndCreateCustomGreetingSetting

Log user activity

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

UserActivity
NameDescriptionTypeAdditional information
Id

integer

None.

UserGUID

globally unique identifier

None.

Timestamp

date

None.

Type

character

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UserGUID": "d65f864a-790d-42eb-8258-ba9f14e6d6c0",
  "Timestamp": "10/16/2024",
  "Type": "A"
}

application/xml, text/xml

Sample:
<UserActivity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model">
  <Id>1</Id>
  <Timestamp>2024-10-16T12:25:44.0808774-04:00</Timestamp>
  <Type>65</Type>
  <UserGUID>d65f864a-790d-42eb-8258-ba9f14e6d6c0</UserGUID>
</UserActivity>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Log each user activity (Login, Change dataset)

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.