GET /a/config/discovery/forms/{ServiceName}

Publish Forms definition for building screens in frontend

Path Parameters

  • ServiceName (string, required) Retrieve a configuration form for a given service

Response Example (200)

Response Type /definitions/restDiscoveryResponse

{
  "BuildRevision": "string",
  "BuildStamp": 10,
  "Endpoints": {},
  "PackageLabel": "string",
  "PackageType": "string",
  "Version": "string"
}
Auto generated by Pydio Cells Enterprise Distribution v4.3.1 on 14-Nov-2023
Back to top