|
Re: Is it possible to remove a user from a group directly?
Hi Isaac,
Currently premium groups have a bulk remove feature. I will convert that into an API call. It will take one or more email addresses. Should be done by the end of the week.
Thanks,
Mark
Hi Isaac,
Currently premium groups have a bulk remove feature. I will convert that into an API call. It will take one or more email addresses. Should be done by the end of the week.
Thanks,
Mark
|
By
Mark Fletcher
·
#32
·
|
|
Interacting with groups using the group name instead of the identifier
In our use case, users will interact with groups directly using the group name - we don't want to store a group identifier mapped to each group name, so it would be nice if we could use the group name
In our use case, users will interact with groups directly using the group name - we don't want to store a group identifier mapped to each group name, so it would be nice if we could use the group name
|
By
Isaac Whitfield <iw@...>
·
#31
·
|
|
Is it possible to remove a user from a group directly?
I'm wondering if there's some way to remove a user from a group directly, without the subscription identifier?
I'm thinking something similar to "direct add" but in reverse.
Thanks,
Isaac
I'm wondering if there's some way to remove a user from a group directly, without the subscription identifier?
I'm thinking something similar to "direct add" but in reverse.
Thanks,
Isaac
|
By
Isaac Whitfield <iw@...>
·
#30
·
|
|
Re: Consider removing group_id as required for sub-group creation
Hi Mark,
Actually, re-reading the documentation this makes perfect sense and is even pointed out. Not entirely sure how I missed it. I think the existing parameter name is fine and I just need to read
Hi Mark,
Actually, re-reading the documentation this makes perfect sense and is even pointed out. Not entirely sure how I missed it. I think the existing parameter name is fine and I just need to read
|
By
Isaac Whitfield <iw@...>
·
#29
·
|
|
Re: Consider removing group_id as required for sub-group creation
Hi Isaac,
Sorry for the confusion. The group_id parameter on /createsubgroup refers to the ID of the parent group of your to-be-created sub group, not the sub group you are creating. Perhaps I should
Hi Isaac,
Sorry for the confusion. The group_id parameter on /createsubgroup refers to the ID of the parent group of your to-be-created sub group, not the sub group you are creating. Perhaps I should
|
By
Mark Fletcher
·
#28
·
|
|
Consider removing group_id as required for sub-group creation
Is it possible that this field requirement could be removed in favour of auto-incrementing identifiers? The combination of having to provide the identifier, along with the type being numeric, means
Is it possible that this field requirement could be removed in favour of auto-incrementing identifiers? The combination of having to provide the identifier, along with the type being numeric, means
|
By
Isaac Whitfield <iw@...>
·
#27
·
|
|
/downloadarchives
Hi All,
I've added a /downloadarchives endpoint.
Cheers,
Mark
Hi All,
I've added a /downloadarchives endpoint.
Cheers,
Mark
|
By
Mark Fletcher
·
#26
·
|
|
Re: API for Message Metrics?
Hi Mark,
Yep, there definitely will be. You can already download archives from the website, in mbox format. Adding an API will be simple and I'll get to that next week when I'm back working on the
Hi Mark,
Yep, there definitely will be. You can already download archives from the website, in mbox format. Adding an API will be simple and I'll get to that next week when I'm back working on the
|
By
Mark Fletcher
·
#25
·
|
|
API for Message Metrics?
Wonder if there will be, or could be, an an API to grab raw messages archives (ie, mbox). This would be used to render some dashboard visualizations of historical activity. Maybe better, would be to
Wonder if there will be, or could be, an an API to grab raw messages archives (ie, mbox). This would be used to render some dashboard visualizations of historical activity. Maybe better, would be to
|
By
Mark Griffin
·
#24
·
|
|
/updatesub and /deletesub
Hi,
/updatesub and /deletesub now work. Also, I've gone through and fixed some inconsistencies in the documentation (formatting, how it's laid out, etc). Finally, I've improved the API doc diff
Hi,
/updatesub and /deletesub now work. Also, I've gone through and fixed some inconsistencies in the documentation (formatting, how it's laid out, etc). Finally, I've improved the API doc diff
|
By
Mark Fletcher
·
#23
·
|
|
Re: Create subgroup issues
Hi James,
I think it should be working now. I've also fixed up the docs a bit about it.
Also, I've added a working /deletegroup endpoint, and improved how the diff'ed docs look.
Thanks,
Mark
Hi James,
I think it should be working now. I've also fixed up the docs a bit about it.
Also, I've added a working /deletegroup endpoint, and improved how the diff'ed docs look.
Thanks,
Mark
|
By
Mark Fletcher
·
#22
·
|
|
Create subgroup issues
The createsubgroup endpoint doesn't seem to like my requests, I receive bad_request on sub_group_name. The docs don't make it particularly clear whether it should be a GET or POST, but trying either
The createsubgroup endpoint doesn't seem to like my requests, I receive bad_request on sub_group_name. The docs don't make it particularly clear whether it should be a GET or POST, but trying either
|
By
James Milligan
·
#21
·
|
|
Re: Friday updates
Thanks Mark. I guess it depends - bad request feels more like there's a field or otherwise structural issue with the request, whereas invalid value is (to me) saying that the request itself is valid,
Thanks Mark. I guess it depends - bad request feels more like there's a field or otherwise structural issue with the request, whereas invalid value is (to me) saying that the request itself is valid,
|
By
James Milligan
·
#20
·
|
|
Re: Updates
Yep, working for me too. Cheers!
--
Kind regards,
James Milligan
Need to integrate with the Groups.io API in Java? Check out the Groups.io API Java client
Yep, working for me too. Cheers!
--
Kind regards,
James Milligan
Need to integrate with the Groups.io API in Java? Check out the Groups.io API Java client
|
By
James Milligan
·
#19
·
|
|
Friday updates
Hi All,
There is now a working changelog/diff function for the API docs. It's at
https://groups.io/apichangelog
It's not perfect, but should hopefully be helpful.
I've also changed the URL for the
Hi All,
There is now a working changelog/diff function for the API docs. It's at
https://groups.io/apichangelog
It's not perfect, but should hopefully be helpful.
I've also changed the URL for the
|
By
Mark Fletcher
·
#18
·
|
|
Re: Updates
Ok, I think it's fixed now for sure.
Thanks,
Mark
Ok, I think it's fixed now for sure.
Thanks,
Mark
|
By
Mark Fletcher
·
#17
·
|
|
Re: Updates
Hmm, still getting 200 OK but the object hasn't changed :-/
No worries - #wishlist for the future then!
Smashing - that'll really help.
--
Kind regards,
James Milligan
Need to integrate with the
Hmm, still getting 200 OK but the object hasn't changed :-/
No worries - #wishlist for the future then!
Smashing - that'll really help.
--
Kind regards,
James Milligan
Need to integrate with the
|
By
James Milligan
·
#16
·
|
|
Re: Updates
Hi James,
Please try it now. I've also updated it to take some additional parameters.
Error objects now have an "object" field, to be consistent with the other objects. I also changed
Hi James,
Please try it now. I've also updated it to take some additional parameters.
Error objects now have an "object" field, to be consistent with the other objects. I also changed
|
By
Mark Fletcher
·
#15
·
|
|
Re: Updates
Hi Mark,
The /updateuser endpoint seems to accept (200 OK) my requests, but doesn't actually proceed to update the user:
It just returns the existing user as it was beforehand. I did try with a
Hi Mark,
The /updateuser endpoint seems to accept (200 OK) my requests, but doesn't actually proceed to update the user:
It just returns the existing user as it was beforehand. I did try with a
|
By
James Milligan
·
#14
·
|
|
API updates
Hi All,
I've added the /invite, /searchmembers and /getsubgroups endpoints today. In addition, I added the missing 'parent_group_id' field to group responses.
Thanks,
Mark
Hi All,
I've added the /invite, /searchmembers and /getsubgroups endpoints today. In addition, I added the missing 'parent_group_id' field to group responses.
Thanks,
Mark
|
By
Mark Fletcher
·
#13
·
|