|
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: 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
·
|
|
/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
·
|
|
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
·
|
|
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
·
|
|
/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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
Re: Interacting with groups using the group name instead of the identifier
Hmm, yes that does seem to be a missing bit. I will modify the /getgroup endpoint to take either a group_id or a group_name. For adding that to all calls, what do you anticipate your work flow to be?
Hmm, yes that does seem to be a missing bit. I will modify the /getgroup endpoint to take either a group_id or a group_name. For adding that to all calls, what do you anticipate your work flow to be?
|
By
Mark Fletcher
·
#33
·
|
|
/bulkremovemembers
Hi All,
There's a new /bulkremovemembers API endpoint, to remove one or more members by email address.
Also, /getgroup can take a group_name parameter in the place of a group_id parameter.
Please let
Hi All,
There's a new /bulkremovemembers API endpoint, to remove one or more members by email address.
Also, /getgroup can take a group_name parameter in the place of a group_id parameter.
Please let
|
By
Mark Fletcher
·
#34
·
|
|
Re: /bulkremovemembers
I went ahead and added the group_name parameter to all API endpoints. So now, any endpoint that requires a group specification can take either a group_id or a group_name.
Thanks,Mark
I went ahead and added the group_name parameter to all API endpoints. So now, any endpoint that requires a group specification can take either a group_id or a group_name.
Thanks,Mark
|
By
Mark Fletcher
·
#35
·
|
|
New endpoint: /creategroup
Hi All,
I've added a new endpoint, /creategroup, to create a new group. In addition, I've added some options to /createsubgroup to determine what kind of subscription is automatically generated for
Hi All,
I've added a new endpoint, /creategroup, to create a new group. In addition, I've added some options to /createsubgroup to determine what kind of subscription is automatically generated for
|
By
Mark Fletcher
·
#36
·
|
|
Re: New endpoint: /creategroup
Hi Mark,
I've been trying out the new /creategroup API but I get an error back with the code "group_not_found"; any ideas if I'm doing something wrong?
Thanks,
IW
Hi Mark,
I've been trying out the new /creategroup API but I get an error back with the code "group_not_found"; any ideas if I'm doing something wrong?
Thanks,
IW
|
By
Isaac Whitfield <iw@...>
·
#37
·
|
|
Re: New endpoint: /creategroup
Hi Isaac,
Sorry about that bug. It should be fixed now.
Thanks,
Mark
Hi Isaac,
Sorry about that bug. It should be fixed now.
Thanks,
Mark
|
By
Mark Fletcher
·
#38
·
|
|
Re: New endpoint: /creategroup
Hey Mark,
Yep, got past that error. Unfortunately now seeing "bad_request" and the extra just says "privacy". I tried setting "group_privacy_none" and "group_privacy_unlisted". Any idea what I might
Hey Mark,
Yep, got past that error. Unfortunately now seeing "bad_request" and the extra just says "privacy". I tried setting "group_privacy_none" and "group_privacy_unlisted". Any idea what I might
|
By
Isaac Whitfield <iw@...>
·
#39
·
|
|
Re: New endpoint: /creategroup
HI Isaac,
Looks like you were submitted GET requests. That endpoint (and any endpoint that modifies things) requires a POST. I will look into adding a custom error message for that.
Also, it appears
HI Isaac,
Looks like you were submitted GET requests. That endpoint (and any endpoint that modifies things) requires a POST. I will look into adding a custom error message for that.
Also, it appears
|
By
Mark Fletcher
·
#40
·
|