API entry point to Services (Retrieve, job submission)

GET /waves/api/services/using_api?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "http://waves.demo.atgc-montpellier.fr/waves/api/services/using_api?format=api",
    "name": "Using API forms",
    "version": "1.0",
    "short_description": "This is an example on what forms API can do",
    "service_app_name": "using_api",
    "jobs": "http://waves.demo.atgc-montpellier.fr/waves/api/services/using_api/jobs?format=api",
    "submissions": [],
    "form": "",
    "created": "2018-02-13T11:34:45+01:00",
    "updated": "2020-12-04T12:40:13+01:00"
}