Get the Activity for the Contacts the current user is following
GET {{baseUrl}}/api/Contact/Activity?skip=<integer>&take=<integer>
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
skip | string | The number of records to skip. Default = 0. | |
take | string | The number of records to take. Default = 10. |
RESPONSES
status: OK
{"list":[{"contactId":"\u003cinteger\u003e","contactName":"\u003cstring\u003e","activity":"\u003cstring\u003e","contactViewUrl":"\u003cstring\u003e"},{"contactId":"\u003cinteger\u003e","contactName":"\u003cstring\u003e","activity":"\u003cstring\u003e","contactViewUrl":"\u003cstring\u003e"}],"total":"\u003cinteger\u003e"}