|
Files access? 3 messages
There doesn't appear to be an endpoint to access a group's file uploads. Is this on the roadmap? I'm still wading through the API reference documentation so I may be missing something. Thanks, Matt
There doesn't appear to be an endpoint to access a group's file uploads. Is this on the roadmap? I'm still wading through the API reference documentation so I may be missing something. Thanks, Matt
|
By
Matt Dorn
·
|
|
how to login using Facebook\Google? 3 messages
For accounts that leverage Facebook or Google Oauth, how should a login API call be transacted - or does the API not support this yet?
For accounts that leverage Facebook or Google Oauth, how should a login API call be transacted - or does the API not support this yet?
|
By
Fred Nielsen
·
|
|
How do I get permissions to remove a user? 5 messages
when I try to remove a user, I get an error which says I don't have the right permissions. I cannot find documentation for setting permissions. When removing a user, the documentation says to use the
when I try to remove a user, I get an error which says I don't have the right permissions. I cannot find documentation for setting permissions. When removing a user, the documentation says to use the
|
By
timfong888@...
·
|
|
sub_id renamed to member_info_id
Hi All, To make things more clear, I have renamed all instances of the sub_id parameter to member_info_id. To maintain backwards compatibility, sub_id will still be supported, but it isn't mentioned i
Hi All, To make things more clear, I have renamed all instances of the sub_id parameter to member_info_id. To maintain backwards compatibility, sub_id will still be supported, but it isn't mentioned i
|
By
Mark Fletcher
·
|
|
/login changes
Hello, The following changes have been made to the /login endpoint: - It no longer requires an API_KEY. - It has been changed from GET to POST. This is not yet enforced, but will be at some point. Ple
Hello, The following changes have been made to the /login endpoint: - It no longer requires an API_KEY. - It has been changed from GET to POST. This is not yet enforced, but will be at some point. Ple
|
By
Mark Fletcher
·
|
|
Doc improvements 3 messages
Hi All, I just pushed several improvements to the API docs. Much better expand/collapse behavior in the sidebar, and the sidebar is separately scrollable now. Also, long example responses are in fixed
Hi All, I just pushed several improvements to the API docs. Much better expand/collapse behavior in the sidebar, and the sidebar is separately scrollable now. Also, long example responses are in fixed
|
By
Mark Fletcher
·
|
|
Using the API -- unclear documentation re: API KEY 2 messages
From the authentication page: Where is the API key? From the login page: curl "https://api.groups.io/v1/login?email=test@...&password=123456" \ -u API_KEY: Substituting email and password, I get an er
From the authentication page: Where is the API key? From the login page: curl "https://api.groups.io/v1/login?email=test@...&password=123456" \ -u API_KEY: Substituting email and password, I get an er
|
By
timfong888@...
·
|
|
/getsubgroups change
Hi All, Previously, /getsubgroups would return group aliases in addition to normal subgroups. I've changed it so that it no longer returns group aliases. There is a new endpoint, getgroupaliases that
Hi All, Previously, /getsubgroups would return group aliases in addition to normal subgroups. I've changed it so that it no longer returns group aliases. There is a new endpoint, getgroupaliases that
|
By
Mark Fletcher
·
|
|
Unparseable JSON http response on updategroup invalid_value 2 messages
/updategroup is returning both an error object and group object separated by a newline when I get an invalid_value error, which means the http response can't be parsed as json (without first parsing/s
/updategroup is returning both an error object and group object separated by a newline when I get an invalid_value error, which means the http response can't be parsed as json (without first parsing/s
|
By
Eric Searcy
·
|
|
API for database access 4 messages
Hi, We are currently thinking about upgrading our group to premium and I'm trying to understand what benefits we could get from the API access. The document is not really clear on access to a groups d
Hi, We are currently thinking about upgrading our group to premium and I'm trying to understand what benefits we could get from the API access. The document is not really clear on access to a groups d
|
By
Andrew Theaker
·
|
|
"type" query param of /v1/getmembers non-functioning? 2 messages
The "type" of https://groups.io/api#get_members doesn't seem to do anything. I was hoping to use &type=mods (and then further filter to just see owners) but I got the entire list membership. Then I tr
The "type" of https://groups.io/api#get_members doesn't seem to do anything. I was hoping to use &type=mods (and then further filter to just see owners) but I got the entire list membership. Then I tr
|
By
Eric Searcy
·
|
|
Issue with /v1/updatesub 3 messages
Hi, I'm calling updatesub as described in the documentation, and I'm getting an error. curl -v -u $GROUPIO_TOKEN: -d sub_id=##### -d sub_notify=sub_notify_none => {"object":"error","type":"bad_request
Hi, I'm calling updatesub as described in the documentation, and I'm getting an error. curl -v -u $GROUPIO_TOKEN: -d sub_id=##### -d sub_notify=sub_notify_none => {"object":"error","type":"bad_request
|
By
Eric Searcy
·
|
|
Recommend cleaning up quoting of non-string values in API docs 2 messages
The groups.io API doesn't appear to use quotes around numbers and booleans. At the very beginning of https://groups.io/api (under Pagination) it shows a correct response, however all subsequent sectio
The groups.io API doesn't appear to use quotes around numbers and booleans. At the very beginning of https://groups.io/api (under Pagination) it shows a correct response, however all subsequent sectio
|
By
Eric Searcy
·
|
|
Impossible to download archives from cloudfoundry+cf-dev 10 messages
Hi, I'm trying to download the archives of the group cloudfoundry+cf-dev using the downloadarchives endpoint , however I get the error below, which seems to be related to a server issue: RuntimeError:
Hi, I'm trying to download the archives of the group cloudfoundry+cf-dev using the downloadarchives endpoint , however I get the error below, which seems to be related to a server issue: RuntimeError:
|
By
valcos
·
|
|
Getting archives from group-specific domains 7 messages
Hi all, Following the doc ( https://groups.io/api#download-archives ) , I can easily download archives on the groups.io domain. However, it's not clear to me how to do it when a group has its own doma
Hi all, Following the doc ( https://groups.io/api#download-archives ) , I can easily download archives on the groups.io domain. However, it's not clear to me how to do it when a group has its own doma
|
By
valcos
·
|
|
/downloadarchives 2 messages
Hi All,
I've added a /downloadarchives endpoint.
Cheers,
Mark
Hi All,
I've added a /downloadarchives endpoint.
Cheers,
Mark
|
By
Mark Fletcher
·
|
|
Return email problems with direct_add
Hi guys I'm trying to add a simple PHP integration - when user registers on my website he's automaticly added do groups.io. Everything is ok, user gets add to group and he gets an email - but it looks
Hi guys I'm trying to add a simple PHP integration - when user registers on my website he's automaticly added do groups.io. Everything is ok, user gets add to group and he gets an email - but it looks
|
By
m.palmowski@...
·
|
|
Getting all messages of a group/topic 3 messages
It's possible (or planned) to fetch all messages from a given topic/group? Checking the doc, it seems that it's not possible so far. Cheers, Valerio
It's possible (or planned) to fetch all messages from a given topic/group? Checking the doc, it seems that it's not possible so far. Cheers, Valerio
|
By
valcos
·
|
|
view_archives permission 2 messages
I'm trying to collect the archives of a group. As written in the doc, the view_archives permission is required. I see that this permission is active for https://groups.io/g/updates/topics, however in
I'm trying to collect the archives of a group. As written in the doc, the view_archives permission is required. I see that this permission is active for https://groups.io/g/updates/topics, however in
|
By
valcos
·
|
|
Feedback download_archives doc
Not sure if this is the right place to give feedback. The example request at https://groups.io/api#download_archives is wrong Example Request $ curl "https://api.groups.io/v1/deletegroup?group_id=2" \
Not sure if this is the right place to give feedback. The example request at https://groups.io/api#download_archives is wrong Example Request $ curl "https://api.groups.io/v1/deletegroup?group_id=2" \
|
By
valcos
·
|