|
Re: most_recent_message is always 0001-01-01T00:00:00Z
I'm looking for the API version of getting this data, not the web version, but you're indeed pointing out where this would be visible on the website, so the information must exist.
I'm looking for the API version of getting this data, not the web version, but you're indeed pointing out where this would be visible on the website, so the information must exist.
|
By
Henning Schulzrinne
·
#210
·
|
|
Re: most_recent_message is always 0001-01-01T00:00:00Z
You could find one message from the person and,
at the end of that message towards the right side,
click/tap More
click/tap all messages by this person
(just checked this out on this group where I am
You could find one message from the person and,
at the end of that message towards the right side,
click/tap More
click/tap all messages by this person
(just checked this out on this group where I am
|
By
Bob Bellizzi
·
#209
·
|
|
most_recent_message is always 0001-01-01T00:00:00Z
In getmembers, all member records, including active posters, seem to show a most_recent_message value of 0001-01-01T00:00:00Z. This also seems to be the case in 'member'.
Also, is there a way to get
In getmembers, all member records, including active posters, seem to show a most_recent_message value of 0001-01-01T00:00:00Z. This also seems to be the case in 'member'.
Also, is there a way to get
|
By
Henning Schulzrinne
·
#208
·
|
|
Re: accessing the sent invitations data
Andy
Thanks for response. I tried setting items per page to 100. It works for members but not for invites
In any case I am for now just using POST to
https://groups.io/g/marxmail/invitations
and an
Andy
Thanks for response. I tried setting items per page to 100. It works for members but not for invites
In any case I am for now just using POST to
https://groups.io/g/marxmail/invitations
and an
|
By
Les Schaffer
·
#207
·
|
|
Re: accessing the sent invitations data
Les,
I don't know about the API but I'm wondering if your '20 at a time' reference is due to your account preferences which may be set to show just 20 items per page? See
Les,
I don't know about the API but I'm wondering if your '20 at a time' reference is due to your account preferences which may be set to show just 20 items per page? See
|
By
Andy Wedge
·
#206
·
|
|
accessing the sent invitations data
i need to access the sent invitations data for a new group that just sent out approx 1300 invites. so the api equivalent of
https://groups.io/g/marxmail/invitations?o=20&ord=email&d=asc
i see how
i need to access the sent invitations data for a new group that just sent out approx 1300 invites. so the api equivalent of
https://groups.io/g/marxmail/invitations?o=20&ord=email&d=asc
i see how
|
By
Les Schaffer
·
#205
·
|
|
Re: App updates
I realised that this topic about the app was posted on the api group. I'll check the app group too.
Andy
I realised that this topic about the app was posted on the api group. I'll check the app group too.
Andy
|
By
Andy Wedge
·
#204
·
|
|
Re: App updates
Hi Mark,
I've only seen details about an iOS version in beta testing. Any news on an Android version? Doing a search in this group for android produces no results.
Regards
Andy
Hi Mark,
I've only seen details about an iOS version in beta testing. Any news on an Android version? Doing a search in this group for android produces no results.
Regards
Andy
|
By
Andy Wedge
·
#203
·
|
|
App updates
Hi All,
Just a reminder that the app is continuing to be developed and I'd appreciate any feedback you may have about it. Push notifications now work, for example, so you can be notified on the go
Hi All,
Just a reminder that the app is continuing to be developed and I'd appreciate any feedback you may have about it. Push notifications now work, for example, so you can be notified on the go
|
By
Mark Fletcher
·
#202
·
|
|
Re: /login Changes
Hi Mark,
Yep, I missed the token response in the bottom of the JSON response.
My reluctance with that is that we don't want to send groups.io
credentials/tokens to a potential third-party. From
Hi Mark,
Yep, I missed the token response in the bottom of the JSON response.
My reluctance with that is that we don't want to send groups.io
credentials/tokens to a potential third-party. From
|
By
Jordan Evans
·
#201
·
|
|
Re: /login Changes
Hi Jordan,
It was removed on May 26th as part of a fix for a bug preventing the in-development app from logging in on domains other than groups.io
It should all work as before except you need to log
Hi Jordan,
It was removed on May 26th as part of a fix for a bug preventing the in-development app from logging in on domains other than groups.io
It should all work as before except you need to log
|
By
Mark Fletcher
·
#200
·
|
|
Re: /login Changes
Token auth is working for me, but the "domain" POST parameter behavior changed in the last 3-5 days I believe... it used to be that regardless of what vanity domain you used
Token auth is working for me, but the "domain" POST parameter behavior changed in the last 3-5 days I believe... it used to be that regardless of what vanity domain you used
|
By
Eric Searcy
·
#199
·
|
|
/login Changes
Hello,
I noticed that the domain parameter for the login endpoint was removed
(https://groups.io/api#login). I don't recall when that happened, but
it seemed the parameter worked until fairly
Hello,
I noticed that the domain parameter for the login endpoint was removed
(https://groups.io/api#login). I don't recall when that happened, but
it seemed the parameter worked until fairly
|
By
Jordan Evans
·
#198
·
|
|
Re: OpenAPI spec
Hi Jordan,
We don't have that, sorry. The docs are generated via a custom program that parses the source code and comments.
Mark
Hi Jordan,
We don't have that, sorry. The docs are generated via a custom program that parses the source code and comments.
Mark
|
By
Mark Fletcher
·
#197
·
|
|
OpenAPI spec
Hello,
Does groups.io publish a OpenAPI/Swagger file for the groups.io API? I
didn't see anything in the API documentation.
We are looking at creating mock endpoints for testing purposes, and
this
Hello,
Does groups.io publish a OpenAPI/Swagger file for the groups.io API? I
didn't see anything in the API documentation.
We are looking at creating mock endpoints for testing purposes, and
this
|
By
Jordan Evans
·
#196
·
|
|
Re: Sample code to integrate with .NET
#api
#important
I've just uploaded a simple app that sets a user's location using the API
from C# at https://github.com/chwarr/gio-api-example.
.NET's HttpClient will automatically handle the auth cookies that
I've just uploaded a simple app that sets a user's location using the API
from C# at https://github.com/chwarr/gio-api-example.
.NET's HttpClient will automatically handle the auth cookies that
|
By
Christopher Warrington
·
#195
·
|
|
Sample code to integrate with .NET
#api
#important
Does anyone have a sample .NET code to call basic API endpoints such as authentication, creating group etc.
Greatly appreciate if someone can share the code sample
Does anyone have a sample .NET code to call basic API endpoints such as authentication, creating group etc.
Greatly appreciate if someone can share the code sample
|
By
Nadeem Shehzad
·
#194
·
|
|
Re: #api
#api
Thanks Mark -- what I'd like to accomplish is to allow a user to request access to my group through my website without having to go to Groups.io to do so, but then to have that user go through the
Thanks Mark -- what I'd like to accomplish is to allow a user to request access to my group through my website without having to go to Groups.io to do so, but then to have that user go through the
|
By
Matt Dorn
·
#193
·
|
|
Re: #api
#api
It's not currently possible, and I can't think of any workarounds off-hand. Can you give me some more information on what you're trying to accomplish?
Thanks,
Mark
It's not currently possible, and I can't think of any workarounds off-hand. Can you give me some more information on what you're trying to accomplish?
Thanks,
Mark
|
By
Mark Fletcher
·
#192
·
|
|
#api
#api
Hi, I'd like to add a user to my group via the /directadd API, but have their status be set to "sub_status_pending" so that an administrator has to approve them from the pending state. Is this
Hi, I'd like to add a user to my group via the /directadd API, but have their status be set to "sub_status_pending" so that an administrator has to approve them from the pending state. Is this
|
By
Matt Dorn
·
#191
·
|