|
Example of API call via Python
A simple example to query the API with the requests library:
A simple example to query the API with the requests library:
|
By
valcos
·
#61
·
|
|
view_archives permission
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
·
#62
·
|
|
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
·
#63
·
|
|
Getting all messages of a group/topic
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
·
#64
·
|
|
Re: view_archives permission
Hello,
It’s-archives is determinded by the group's privacy settings.
Cheers,
Mark
Hello,
It’s-archives is determinded by the group's privacy settings.
Cheers,
Mark
|
By
Mark Fletcher
·
#65
·
|
|
Re: Getting all messages of a group/topic
That api endpoint has not been implemented yet.
Thanks,
Mark
That api endpoint has not been implemented yet.
Thanks,
Mark
|
By
Mark Fletcher
·
#66
·
|
|
Re: Getting all messages of a group/topic
Thank you for your answer, Mark!
Thank you for your answer, Mark!
|
By
valcos
·
#67
·
|
|
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@...
·
#68
·
|
|
Getting archives from group-specific domains
Hi all,
Following the doc, 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 domain (e.g.,
Hi all,
Following the doc, 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 domain (e.g.,
|
By
valcos
·
#69
·
Edited
|
|
Re: Getting archives from group-specific domains
I see that in the Authentication API section you can pass the parameter "domain" to get a token for that specific domain. I got a token with:
curl "https://api.groups.io/v1/login" -u 123456: -d
I see that in the Authentication API section you can pass the parameter "domain" to get a token for that specific domain. I got a token with:
curl "https://api.groups.io/v1/login" -u 123456: -d
|
By
valcos
·
#70
·
|
|
Re: /downloadarchives
Hi Mark,
Is it possible to use this point to download archives in domains different from groups.io (e.g., https://lists.onap.org)?
Cheers,
Valerio
Hi Mark,
Is it possible to use this point to download archives in domains different from groups.io (e.g., https://lists.onap.org)?
Cheers,
Valerio
|
By
valcos
·
#71
·
|
|
Re: Getting archives from group-specific domains
Actually the fact that an organization has its own domain is not a problem, if you pass the group_id to the endpoint downloadarchives (note that the attribute view_archives has to be enabled in that
Actually the fact that an organization has its own domain is not a problem, if you pass the group_id to the endpoint downloadarchives (note that the attribute view_archives has to be enabled in that
|
By
valcos
·
#72
·
|
|
Re: Getting archives from group-specific domains
Hi Valerio,
Is there any reason why you can't be subscribed to the group ahead of time? Then you could get your subscriptions, which contains the group id.
Mark
Hi Valerio,
Is there any reason why you can't be subscribed to the group ahead of time? Then you could get your subscriptions, which contains the group id.
Mark
|
By
Mark Fletcher
·
#73
·
|
|
Re: Getting archives from group-specific domains
Hi Mark,
Thank you for answering! I'm not sure I've understood your question. I'm going to comment below the steps I did.
- I manually subscribed to 6 groups (e.g., beta | main, beta | api,
Hi Mark,
Thank you for answering! I'm not sure I've understood your question. I'm going to comment below the steps I did.
- I manually subscribed to 6 groups (e.g., beta | main, beta | api,
|
By
valcos
·
#74
·
|
|
Re: Getting archives from group-specific domains
HI Valerio,
I just changed it so that getsub and getsubs will now return group_name. Hopefully this will let you proceed.
Cheers,
Mark
HI Valerio,
I just changed it so that getsub and getsubs will now return group_name. Hopefully this will let you proceed.
Cheers,
Mark
|
By
Mark Fletcher
·
#75
·
|
|
Re: Getting archives from group-specific domains
Thank you very much Mark! This change in the API helped me a lot!
Cheers,
Valerio
Thank you very much Mark! This change in the API helped me a lot!
Cheers,
Valerio
|
By
valcos
·
#76
·
|
|
Impossible to download archives from cloudfoundry+cf-dev
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:Is there any
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:Is there any
|
By
valcos
·
#77
·
|
|
Re: Impossible to download archives from cloudfoundry+cf-dev
Hi,
we are trying to get data on behalf of some projects such as ONAP and Cloudfoundry and we got these errors. If you can clarify whether this is useful or not we will appreciate it.
The errors we
Hi,
we are trying to get data on behalf of some projects such as ONAP and Cloudfoundry and we got these errors. If you can clarify whether this is useful or not we will appreciate it.
The errors we
|
By
Luis Cañas-Díaz
·
#78
·
|
|
Re: Impossible to download archives from cloudfoundry+cf-dev
Hello,
Are you seeing these errors with specific groups or all groups you try? Are they intermittent errors or are they consistent? When was the last error you saw?
Thanks,
Mark
Hello,
Are you seeing these errors with specific groups or all groups you try? Are they intermittent errors or are they consistent? When was the last error you saw?
Thanks,
Mark
|
By
Mark Fletcher
·
#79
·
|
|
Re: Impossible to download archives from cloudfoundry+cf-dev
Hi Mark,
I believe in ONAP it may be limited to one list (onap-discuss) looking at the info I'm seeing on the dashboard.
Hi Mark,
I believe in ONAP it may be limited to one list (onap-discuss) looking at the info I'm seeing on the dashboard.
|
By
Kenny Paul
·
#80
·
|