|
Endpoints to add and update events
#misc
Hi Mark, are there any endpoints to add, update & delete events in the pipleline? I was looking to write a script that would allow me to copy/move events from one group to another to save typing and c
Hi Mark, are there any endpoints to add, update & delete events in the pipleline? I was looking to write a script that would allow me to copy/move events from one group to another to save typing and c
|
By
Andy Wedge
·
|
|
Updatemember endpoint query 3 messages
#misc
Hi Mark, following on from my last message about membership colours, I've been reading the API documentation and creating a Python script to use it. I can retrieve member details but am failing to upd
Hi Mark, following on from my last message about membership colours, I've been reading the API documentation and creating a Python script to use it. I can retrieve member details but am failing to upd
|
By
Andy Wedge
·
|
|
API use with free groups 2 messages
#api
Hi, We are developing an integration between Wordpress and groups.io where we have an existing, live group. I don't want to develop and test against the live group (obviously). So the questions are: D
Hi, We are developing an integration between Wordpress and groups.io where we have an existing, live group. I don't want to develop and test against the live group (obviously). So the questions are: D
|
By
Richard Waller
·
|
|
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 t
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 t
|
By
Mark Fletcher
·
|
|
Get Events Limit 5 messages
#api
Hello All, It appears that when Start & End Date are both provided Limit parameter is ignored. Is this expected? Example: https://groups.io/api/v1/getevents?start=2022-04-11&end=2022-05-11&limit=2&gro
Hello All, It appears that when Start & End Date are both provided Limit parameter is ignored. Is this expected? Example: https://groups.io/api/v1/getevents?start=2022-04-11&end=2022-05-11&limit=2&gro
|
By
Seth Tartar
·
|
|
Questions on Get Events 4 messages
#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 para
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 para
|
By
Seth Tartar
·
|
|
Question on Remove Member API call 6 messages
#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 "https:
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 "https:
|
By
Kevin McKean
·
|
|
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 tha
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 tha
|
By
RHSC Communications
·
|
|
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 "t
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 "t
|
By
Jeff Scheel
·
|
|
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 as: https://wordpress.org/plugins/part
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 as: https://wordpress.org/plugins/part
|
By
Wade Peterson
·
|
|
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 transferre
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 transferre
|
By
Derek Milliner
·
|
|
What values are valid for sort_field in Search Archives? 3 messages
#api
Hi All, I already searched the group and found one question similar to mine, but it was unfortunately unanswered. :-( I am specifically trying to set "sort_field" in the "Search Archives" API call. Wi
Hi All, I already searched the group and found one question similar to mine, but it was unfortunately unanswered. :-( I am specifically trying to set "sort_field" in the "Search Archives" API call. Wi
|
By
groups@...
·
|
|
Where's the token from login endpoint? 6 messages
#api
In the log which follows, I have redacted sensitive information. When I run curl (for a crude test) from an Ubuntu Linux 20.04 system using the /login endpoint, providing valid email and password, I g
In the log which follows, I have redacted sensitive information. When I run curl (for a crude test) from an Ubuntu Linux 20.04 system using the /login endpoint, providing valid email and password, I g
|
By
groups@...
·
|
|
Installing on a different drive other than C:
I would like to install the program on drive D: It defaults to Drive C:. My reason for wanting to install to drive D: is that my drive C: is an SSD and is very small... only 115 GB. Windows 10 has (ov
I would like to install the program on drive D: It defaults to Drive C:. My reason for wanting to install to drive D: is that my drive C: is an SSD and is very small... only 115 GB. Windows 10 has (ov
|
By
tisenhour@...
·
|
|
Uploading Pictures via API getting inadequate_permissions 8 messages
#api
I keep getting an inadequate_permissions when trying to add photos via the api. Logging in and creating an album work but not adding the photo. curl "https://groups.io/api/v1/addphotos" -H 'Cookie: gr
I keep getting an inadequate_permissions when trying to add photos via the api. Logging in and creating an album work but not adding the photo. curl "https://groups.io/api/v1/addphotos" -H 'Cookie: gr
|
By
Eric di Domenico
·
|
|
Feed of original messages 3 messages
Hello, all: I am in charge of the lore.kernel.org service, which provides developer-friendly mailing list archives for easy retrieval and processing. It is of great importance to many developers to be
Hello, all: I am in charge of the lore.kernel.org service, which provides developer-friendly mailing list archives for easy retrieval and processing. It is of great importance to many developers to be
|
By
Konstantin Ryabitsev
·
|
|
Unknown Privacy Setting "" 2 messages
#api
Hello, I am working on an application that makes use of the Groups.io API, and I have run into an issue I thought would be worth asking about here. There is a group we manage that when trying to get t
Hello, I am working on an application that makes use of the Groups.io API, and I have run into an issue I thought would be worth asking about here. There is a group we manage that when trying to get t
|
By
Andres Tobon
·
|
|
A few basic Qs from a non-programmer 3 messages
#misc
Hi everyone, We are looking to connect our groups.io account to another database and we have a few questions from a non-programmer perspective. Can we have two or three different applications interfac
Hi everyone, We are looking to connect our groups.io account to another database and we have a few questions from a non-programmer perspective. Can we have two or three different applications interfac
|
By
David Mazur-Goulet
·
|
|
How to add a new group member through the API 2 messages
I am working on a new website for my Amateur Radio Club. Our club has a Groups.io subscription that I believe is a Basic Subscription. My question is - is it possible to add a new Club Member to the C
I am working on a new website for my Amateur Radio Club. Our club has a Groups.io subscription that I believe is a Basic Subscription. My question is - is it possible to add a new Club Member to the C
|
By
Robert Stroud
·
|
|
getmemberdirectory from non-member admin 3 messages
Hi, I am an admin of a group. When I attempt to call getmemberdirectory on a subgroup that I'm not a member of, I get an inadequate permissions error. ( {"object":"error","type":"inadequate_permission
Hi, I am an admin of a group. When I attempt to call getmemberdirectory on a subgroup that I'm not a member of, I get an inadequate permissions error. ( {"object":"error","type":"inadequate_permission
|
By
Christopher Schmidt
·
|