Skip to content

ortelius/scec-group

Repository files navigation

Ortelius v11 Group Microservice

Version 11.0.0

RestAPI for the Group Object Release license

Build MegaLinter CodeQL OpenSSF-Scorecard

Discord

Path Table

Method Path Description
GET /msapi/group Get a List of Groups
POST /msapi/group Create a Group
GET /msapi/group/:key Get a Group

Reference Table

Name Path Description

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