04-25-2016 17:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-25-2016 17:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Is there a way to retrieve a single activity by logId?

- Labels:
-
Subscriptions API
04-26-2016 08:38
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-26-2016 08:38
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
it is /activities/{logId}.json - found this out by trial and error. If someone could point me to the page this on that would be great.

04-26-2016 12:48
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



04-26-2016 12:48
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@danielle98 wrote:
Is there a way to retrieve a single activity by logId?
Not officially. What is the use case? All of the information is returned in the Get Activity Logs List endpoint.
@danielle98 wrote:
it is /activities/{logId}.json - found this out by trial and error. If someone could point me to the page this on that would be great.
You discovered a hidden feature. Endpoints not documented are not officially supported.

04-26-2016 14:30
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-26-2016 14:30
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
activities - and I am supposed to retrieve the item - list will let me
retrieve by date - this may or may not give me the one that is created or
updated only - it will also give me all the others corresponding to that
date. That isn't very granular. Or am I missing something?

04-27-2016 13:16
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



04-27-2016 13:16
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@danielle98 Yeah that's how it works. If you're looking for a specific activity you would have to look through the list that's returned.
If you're looking for a recently added or modified activity on a certain date, maybe comparing "lastModified" and/or "startTime" within the activities could help?

