|
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
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
|
By
Mark Fletcher
·
#111
·
|
|
Re: How do I get permissions to remove a user?
Hi, yes. Some part of docs need to be clearer. I wouldn’t have associated id of a member info object to be referred to as a sub_id.
That said: I did in fact try to remove a member I added through
Hi, yes. Some part of docs need to be clearer. I wouldn’t have associated id of a member info object to be referred to as a sub_id.
That said: I did in fact try to remove a member I added through
|
By
timfong888@...
·
#110
·
|
|
Re: How do I get permissions to remove a user?
Every object has an `id` field, which is a number unique to that type of object. The `sub_id` parameter is referring to an `id` of a member_info object, which corresponds to a subscription. Would it
Every object has an `id` field, which is a number unique to that type of object. The `sub_id` parameter is referring to an `id` of a member_info object, which corresponds to a subscription. Would it
|
By
Mark Fletcher
·
#109
·
|
|
/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.
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.
|
By
Mark Fletcher
·
#108
·
|
|
Re: Doc improvements
The API is at https://groups.io/api
Cheers,
Mark
The API is at https://groups.io/api
Cheers,
Mark
|
By
Mark Fletcher
·
#107
·
|
|
Re: How do I get permissions to remove a user?
Tim,
I’m on vacation right now. I will answer your questions on Monday.
Thanks,
Mark
Tim,
I’m on vacation right now. I will answer your questions on Monday.
Thanks,
Mark
|
By
Mark Fletcher
·
#106
·
|
|
How do I get permissions to remove a user?
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@...
·
#105
·
|
|
Re: Using the API -- unclear documentation re: API KEY
I saw in an old post to use as a key 123456. It seemed to generate the token.
Does this mean the API is still in alpha?
I saw in an old post to use as a key 123456. It seemed to generate the token.
Does this mean the API is still in alpha?
|
By
timfong888@...
·
#104
·
|
|
Using the API -- unclear documentation re: API KEY
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
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
|
By
timfong888@...
·
#103
·
|
|
Re: Doc improvements
Hi Mark,
Where can I find the API doc? I am looking for a way to automate the adds into the appropriate subgroups when people signup to my organization through a web form.
For example, my website
Hi Mark,
Where can I find the API doc? I am looking for a way to automate the adds into the appropriate subgroups when people signup to my organization through a web form.
For example, my website
|
By
Bumble
·
#102
·
|
|
/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
·
#101
·
|
|
Doc improvements
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
·
#100
·
|
|
Re: Unparseable JSON http response on updategroup invalid_value
Hi Eric,
Thanks for the bug report. It was a missing return statement. It's been fixed.
Mark
Hi Eric,
Thanks for the bug report. It was a missing return statement. It's been fixed.
Mark
|
By
Mark Fletcher
·
#99
·
|
|
Unparseable JSON http response on updategroup invalid_value
/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
/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
|
By
Eric Searcy
·
#98
·
|
|
Re: API for database access
Right now, yes.
Thanks,
Mark
Right now, yes.
Thanks,
Mark
|
By
Mark Fletcher
·
#97
·
|
|
Re: API for database access
Hi Mark, thanks for the quick reply. Is it the same for Events?
Hi Mark, thanks for the quick reply. Is it the same for Events?
|
By
Andrew Theaker <andrew@...>
·
#96
·
|
|
Re: API for database access
Currently there is no API access to a group's databases. That is on the TODO list, but I don't have a timeframe for when it will happen.
Thanks,
Mark
Currently there is no API access to a group's databases. That is on the TODO list, but I don't have a timeframe for when it will happen.
Thanks,
Mark
|
By
Mark Fletcher
·
#95
·
|
|
Re: "type" query param of /v1/getmembers non-functioning?
Hi Eric,
Thanks for the bug report. It should be fixed now.
Mark
Hi Eric,
Thanks for the bug report. It should be fixed now.
Mark
|
By
Mark Fletcher
·
#94
·
|
|
"type" query param of /v1/getmembers non-functioning?
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
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
|
By
Eric Searcy
·
#93
·
|
|
API for database access
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
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
|
By
Andrew Theaker <andrew@...>
·
#92
·
|