Skip to content

ortelius/scec-appver

Repository files navigation

Ortelius v11 ApplicationVersion Microservice

Version 11.0.0

RestAPI for the ApplicationVersion Object Release license

Build MegaLinter CodeQL OpenSSF-Scorecard

Discord

Path Table

Method Path Description
GET /msapi/appver Get a List of ApplicationVersion
POST /msapi/appver Create a ApplicationVersion
GET /msapi/appver/:key Get a ApplicationVersion

Reference Table

Name Path Description

Path Details


[GET]/msapi/appver

  • Summary
    Get a List of ApplicationVersion

  • Description
    Get a list of ApplicationVersion for the user.

Responses

  • 200 OK

[POST]/msapi/appver

  • Summary
    Create a ApplicationVersion

  • Description
    Create a new ApplicationVersion and persist it

Responses

  • 200 OK

[GET]/msapi/appver/:key

  • Summary
    Get a ApplicationVersion

  • Description
    Get a ApplicationVersionbased on the _key or name.

Responses

  • 200 OK

References