docs: document GET /groups/:id full schema, list vs detail delta, and subgroup field additions#45
Open
Quazmoz wants to merge 4 commits intogroupme-js:masterfrom
Open
docs: document GET /groups/:id full schema, list vs detail delta, and subgroup field additions#45Quazmoz wants to merge 4 commits intogroupme-js:masterfrom
Quazmoz wants to merge 4 commits intogroupme-js:masterfrom
Conversation
Collaborator
|
Hey! These changes look good. I'm a little confused by your comment "All schema changes were verified via live API capture using a working GroupMe MCP server against real group data."What exactly is your process here? There are no public sandbox APIs for GroupMe, and as far as I'm aware, MCP stands for model context protocol.On Mar 19, 2026 4:09 PM, Quinn ***@***.***> wrote:What's changed
GET /groups/:id (index.md)
Added full response schema table documenting all fields returned by the detail endpointAdded List vs Detail comparison table clarifying which fields are exclusive to the detail view (members, messages metadata) vs the index endpointCorrected the example response to remove the messages.preview block, which is present on the list endpoint but not returned by the detail endpointDocumented that members[] objects include a membership-scoped id field in the detail view that is absent from the list view
Subgroups (subgroups.md)
Added !!! warning noting that id, parent_id, and creator_user_id are returned as integers in subgroup responses, unlike the rest of the API which uses stringsAdded previously undocumented field message_edit_period (value: 15) to both Index and Show response examplesAdded last_message_updated_at to the messages object in subgroup responses — this field is present on subgroups but absent from the standard group messages objectAdded !!! note clarifying the above distinction
How this was verified
All schema changes were verified via live API capture using a working GroupMe MCP server against real group data.
You can view, comment on, or merge this pull request online at:
#45
Commit Summary
3ba1df0 docs: document GET /groups/:id full schema and list vs detail deltaaf4bc2f docs: add verified subgroup schema fields, preview object, and single subgroup endpoint6ac5144 fix
File Changes (2 files)
M
docs/api/groups/index.md
(73)
M
docs/api/groups/subgroups.md
(86)
Patch Links:
https://github.com/groupme-js/GroupMeCommunityDocs/pull/45.patchhttps://github.com/groupme-js/GroupMeCommunityDocs/pull/45.diff
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's changed
GET /groups/:id(index.md)members,messagesmetadata) vs the index endpointmessages.previewblock, which is present on the list endpoint but not returned by the detail endpointmembers[]objects include a membership-scopedidfield in the detail view that is absent from the list viewSubgroups (subgroups.md)
!!! warningnoting thatid,parent_id, andcreator_user_idare returned as integers in subgroup responses, unlike the rest of the API which uses stringsmessage_edit_period(value:15) to both Index and Show response exampleslast_message_updated_atto themessagesobject in subgroup responses — this field is present on subgroups but absent from the standard group messages object!!! noteclarifying the above distinctionHow this was verified
All schema changes were verified via live API capture using a working GroupMe MCP server against real group data.