Eclipse Foundation Mailing List API (1.0.0)

Download OpenAPI specification:Download

Mailing Lists

Definitions in relation to retrieval of mailing lists

Mailing Lists

Returns a list of organizations from the Eclipse API

query Parameters
username
required
string

The user id

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Available Mailing Lists

Returns a list of mailing lists available for subscription

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Mailing List

Returns a list of organizations from the Eclipse API

path Parameters
listName
required
string

The name of the mailing list to retrieve

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Projects Mailing Lists

Returns a list of mailing lists mapped to project IDs

Responses

Response samples

Content type
application/json
{
  • "property1": [
    ],
  • "property2": [
    ]
}

Available Projects Mailing Lists

Returns a list of mailing lists available for subscription mapped to project IDs

Responses

Response samples

Content type
application/json
{
  • "property1": [
    ],
  • "property2": [
    ]
}

Project Mailing Lists

Returns a list of organizations from the Eclipse API

path Parameters
projectID
required
string

The ID of the project to retrieve mailing lists for

Responses

Response samples

Content type
application/json
[
  • {
    }
]