|
Color names
#important
Hi All,
I have changed how we handle colors internally. Where this will be seen is in the API and in any exported JSON files (when you export a group or a database table).
Previously, color names in
Hi All,
I have changed how we handle colors internally. Where this will be seen is in the API and in any exported JSON files (when you export a group or a database table).
Previously, color names in
|
By
Mark Fletcher
·
#272
·
|
|
Re: Get Events Limit
#api
Hello Mark,
It is not an issue for my use case but noticed it as I was testing and so wanted to bring it to your attention since the start / end response elements appear to be reflecting the limit
Hello Mark,
It is not an issue for my use case but noticed it as I was testing and so wanted to bring it to your attention since the start / end response elements appear to be reflecting the limit
|
By
Seth Tartar
·
#271
·
|
|
Re: Get Events Limit
#api
Hi Seth,
I apologize for not getting back to you sooner. Yes, this is currently expected behavior (and as I see, it is not noted in the docs. I will change that). My thinking was that if you specify a
Hi Seth,
I apologize for not getting back to you sooner. Yes, this is currently expected behavior (and as I see, it is not noted in the docs. I will change that). My thinking was that if you specify a
|
By
Mark Fletcher
·
#270
·
|
|
Re: Get Events Limit
#api
Hi Seth,
I just did a quick test on my sandpit group and the limit parameter does indeed seem to be overlooked, at least in part. The reply list keys 'start_item' and 'end_item' do reflect the limit
Hi Seth,
I just did a quick test on my sandpit group and the limit parameter does indeed seem to be overlooked, at least in part. The reply list keys 'start_item' and 'end_item' do reflect the limit
|
By
Derek Milliner
·
#269
·
|
|
Re: Get Events Limit
#api
Hello,
Following up to see if this is expected behavior.
Thanks,
Seth
Hello,
Following up to see if this is expected behavior.
Thanks,
Seth
|
By
Seth Tartar
·
#268
·
|
|
Get Events Limit
#api
Hello All,
It appears that when Start & End Date are both provided Limit parameter is ignored. Is this
Hello All,
It appears that when Start & End Date are both provided Limit parameter is ignored. Is this
|
By
Seth Tartar
·
#267
·
|
|
Re: Questions on Get Events
#api
Correct.
Mark
By
Mark Fletcher
·
#266
·
|
|
Re: Questions on Get Events
#api
Thanks Mark!
So to verify, if I pass in 2022-04-11, it would be processed as 2022-04-11 00:00:00-0:00? So if the events are in Chicago Central time, I should expect to see items returned with a start
Thanks Mark!
So to verify, if I pass in 2022-04-11, it would be processed as 2022-04-11 00:00:00-0:00? So if the events are in Chicago Central time, I should expect to see items returned with a start
|
By
Seth Tartar
·
#265
·
|
|
Re: Questions on Get Events
#api
Hi,
Right now, the dates passed in are evaluated as UTC. You can't currently pass in specific start times nor can you specify a different timezone.
This should be fixed.
Thanks,
Mark
Hi,
Right now, the dates passed in are evaluated as UTC. You can't currently pass in specific start times nor can you specify a different timezone.
This should be fixed.
Thanks,
Mark
|
By
Mark Fletcher
·
#264
·
|
|
Questions on Get Events
#api
Hello All,
Been playing with the API a bit and I have a few questions.
API Reference:
https://groups.io/api#get_events
First, can a local or UTC time be passed with the request in the Start / End
Hello All,
Been playing with the API a bit and I have a few questions.
API Reference:
https://groups.io/api#get_events
First, can a local or UTC time be passed with the request in the Start / End
|
By
Seth Tartar
·
#263
·
|
|
Re: Question on Remove Member API call
#api
#removemember
Got it. Thanks much. Will try again.
Kevin
Got it. Thanks much. Will try again.
Kevin
|
By
Kevin McKean
·
#262
·
|
|
Re: Question on Remove Member API call
#api
#removemember
Hi Kevin,
As a "user", I have a "membership" on each group (and subgroup) I am on. Each membership (member_info object) I have, has a unique membership ID. To remove a user from a list/group, you
Hi Kevin,
As a "user", I have a "membership" on each group (and subgroup) I am on. Each membership (member_info object) I have, has a unique membership ID. To remove a user from a list/group, you
|
By
Eric Searcy
·
#261
·
|
|
Re: Question on Remove Member API call
#api
#removemember
You'll want to call `getmembers` to get the list of `member_info` objects, one per member. Those contain all the subscription information for each member of your group. The `removemember` call
You'll want to call `getmembers` to get the list of `member_info` objects, one per member. Those contain all the subscription information for each member of your group. The `removemember` call
|
By
Mark Fletcher
·
#260
·
|
|
Re: Question on Remove Member API call
#api
#removemember
Thanks Mark! Maybe I’m not following this. Since the action is to remove a member, I used the unique user ID for that member — in our group these are mostly 7-digit numbers starting with a 6.
Thanks Mark! Maybe I’m not following this. Since the action is to remove a member, I used the unique user ID for that member — in our group these are mostly 7-digit numbers starting with a 6.
|
By
Kevin McKean
·
#259
·
|
|
Re: Question on Remove Member API call
#api
#removemember
(resending this because my original response for some reason was only sent to the sender and not the group)
Hi,
It looks like you're using the user_id value of the member info object, when you
(resending this because my original response for some reason was only sent to the sender and not the group)
Hi,
It looks like you're using the user_id value of the member info object, when you
|
By
Mark Fletcher
·
#258
·
|
|
Question on Remove Member API call
#api
#removemember
Can't make the Remove Member API call work. It keeps saying I don't have permission to remove a member, though in fact I do. Here are specifics:
Curl call being used to remove the member:
curl
Can't make the Remove Member API call work. It keeps saying I don't have permission to remove a member, though in fact I do. Here are specifics:
Curl call being used to remove the member:
curl
|
By
Kevin McKean
·
#257
·
|
|
API Developer to connect groups.io to a CRM ?
Hello Groups.io community,
We are considering switching our current listservs to groups.io and I was wondering if there are any developers for hire that would be interested in creating a sync tool
Hello Groups.io community,
We are considering switching our current listservs to groups.io and I was wondering if there are any developers for hire that would be interested in creating a sync tool
|
By
RHSC Communications <communications@...>
·
#256
·
|
|
A Lesson I Just Learned...
To help all the future API users and writers, I just learned that what the documentation calls a "boolean" (on POSTs) is not a JSON Boolean to Python, but rather a string of value either "false" or
To help all the future API users and writers, I just learned that what the documentation calls a "boolean" (on POSTs) is not a JSON Boolean to Python, but rather a string of value either "false" or
|
By
Jeff Scheel <jeff@...>
·
#255
·
Edited
|
|
WordPress integration - for membership plugin
Wondering if anyone is working on a WordPress / Groups.IO integration, or possible plug-in that would synchronize between Groups.IO and a membership plug-in such
Wondering if anyone is working on a WordPress / Groups.IO integration, or possible plug-in that would synchronize between Groups.IO and a membership plug-in such
|
By
Wade Peterson <email@...>
·
#254
·
|
|
API endpoint to add hashtags to existing topics?
I may be missing it, but is there an API endpoint or a methodology to update existing topics with hashtags? A group member has bravely (foolishly?) volunteered to work on classifying topics
I may be missing it, but is there an API endpoint or a methodology to update existing topics with hashtags? A group member has bravely (foolishly?) volunteered to work on classifying topics
|
By
Derek Milliner
·
#253
·
|