Get module names by channel

get

/apis/spark-v1/v2/modules/{channel}/names

Returns a list of modules by channel which represents the module id to name and description binding for any version of modules. If no modules were found, the server will return an empty list.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Found modules matching the given channel.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : ModuleIdToName
Type: object
Show Source
Nested Schema : modules
Type: array
A list of modules and their meta data
Show Source
Example:
{
    "id":"accf7256-66c8-11e9-a923-1681be663d3e",
    "name":"Tips Images V2",
    "moduleDescription":""
}
Nested Schema : ModuleInfo
Type: object
Show Source
Back to Top