Categorygithub.com/ortelius/scec-group
repositorypackage
0.0.0-20241212061843-9dda29dbe60c
Repository: https://github.com/ortelius/scec-group.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Ortelius v11 Group Microservice

Version 11.0.0

RestAPI for the Group Object Release license

Build MegaLinter CodeQL OpenSSF-Scorecard

Discord

Path Table

MethodPathDescription
GET/msapi/groupGet a List of Groups
POST/msapi/groupCreate a Group
GET/msapi/group/:keyGet a Group

Reference Table

NamePathDescription

Path Details


[GET]/msapi/group

  • Summary
    Get a List of Groups

  • Description
    Get a list of groups for the user.

Responses

  • 200 OK

[POST]/msapi/group

  • Summary
    Create a Group

  • Description
    Create a new Group and persist it

Responses

  • 200 OK

[GET]/msapi/group/:key

  • Summary
    Get a Group

  • Description
    Get a group based on the _key or name.

Responses

  • 200 OK

References