Download OpenAPI specification:Download
Returns a list of organizations from the Eclipse API
username required | string The user id |
[- {
- "list_name": "string",
- "list_description": null,
- "email": "string",
- "url": "string",
- "project_id": "string",
- "list_short_description": null,
- "create_archives": true,
- "is_for_news_archives": true,
- "is_deleted": true,
- "is_disabled": true,
- "is_private": true,
- "is_subscribable": true,
- "create_date": "string",
- "created_by": null,
- "provision_status": null,
- "count": null
}
]
[- {
- "list_name": "string",
- "list_description": null,
- "email": "string",
- "url": "string",
- "project_id": "string",
- "list_short_description": null,
- "create_archives": true,
- "is_for_news_archives": true,
- "is_deleted": true,
- "is_disabled": true,
- "is_private": true,
- "is_subscribable": true,
- "create_date": "string",
- "created_by": null,
- "provision_status": null,
- "count": null
}
]
Returns a list of organizations from the Eclipse API
listName required | string The name of the mailing list to retrieve |
[- {
- "list_name": "string",
- "list_description": null,
- "email": "string",
- "url": "string",
- "project_id": "string",
- "list_short_description": null,
- "create_archives": true,
- "is_for_news_archives": true,
- "is_deleted": true,
- "is_disabled": true,
- "is_private": true,
- "is_subscribable": true,
- "create_date": "string",
- "created_by": null,
- "provision_status": null,
- "count": null
}
]
{- "property1": [
- {
- "list_name": "string",
- "list_description": null,
- "email": "string",
- "url": "string",
- "project_id": "string",
- "list_short_description": null,
- "create_archives": true,
- "is_for_news_archives": true,
- "is_deleted": true,
- "is_disabled": true,
- "is_private": true,
- "is_subscribable": true,
- "create_date": "string",
- "created_by": null,
- "provision_status": null,
- "count": null
}
], - "property2": [
- {
- "list_name": "string",
- "list_description": null,
- "email": "string",
- "url": "string",
- "project_id": "string",
- "list_short_description": null,
- "create_archives": true,
- "is_for_news_archives": true,
- "is_deleted": true,
- "is_disabled": true,
- "is_private": true,
- "is_subscribable": true,
- "create_date": "string",
- "created_by": null,
- "provision_status": null,
- "count": null
}
]
}
Returns a list of mailing lists available for subscription mapped to project IDs
{- "property1": [
- {
- "list_name": "string",
- "list_description": null,
- "email": "string",
- "url": "string",
- "project_id": "string",
- "list_short_description": null,
- "create_archives": true,
- "is_for_news_archives": true,
- "is_deleted": true,
- "is_disabled": true,
- "is_private": true,
- "is_subscribable": true,
- "create_date": "string",
- "created_by": null,
- "provision_status": null,
- "count": null
}
], - "property2": [
- {
- "list_name": "string",
- "list_description": null,
- "email": "string",
- "url": "string",
- "project_id": "string",
- "list_short_description": null,
- "create_archives": true,
- "is_for_news_archives": true,
- "is_deleted": true,
- "is_disabled": true,
- "is_private": true,
- "is_subscribable": true,
- "create_date": "string",
- "created_by": null,
- "provision_status": null,
- "count": null
}
]
}
Returns a list of organizations from the Eclipse API
projectID required | string The ID of the project to retrieve mailing lists for |
[- {
- "list_name": "string",
- "list_description": null,
- "email": "string",
- "url": "string",
- "project_id": "string",
- "list_short_description": null,
- "create_archives": true,
- "is_for_news_archives": true,
- "is_deleted": true,
- "is_disabled": true,
- "is_private": true,
- "is_subscribable": true,
- "create_date": "string",
- "created_by": null,
- "provision_status": null,
- "count": null
}
]