Download OpenAPI specification:Download
Access information on Eclipse Foundation Working Groups.
Returns a list of working groups that have the desired status
status | string The project status |
[- {
- "alias": "string",
- "title": "string",
- "status": "string",
- "logo": "string",
- "description": "string",
- "resources": {
- "charter": "string",
- "contact_form": "string",
- "members": "string",
- "participation_agreements": {
- "individual": {
- "document_id": "string",
- "pdf": "string"
}, - "organization": {
- "document_id": "string",
- "pdf": "string"
}
}, - "sponsorship": "string",
- "website": "string",
- "sustainer_commitment": "string",
- "resource_display": [
- {
- "label": "string",
- "link": "string",
- "ref": "string"
}
]
}, - "levels": [
- {
- "relation": "string",
- "description": "string"
}
], - "committee_mailing_lists": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}
]
Returns a working group entry that has a matching alias
alias required | string The name of the working group to retrieve |
{- "alias": "string",
- "title": "string",
- "status": "string",
- "logo": "string",
- "description": "string",
- "resources": {
- "charter": "string",
- "contact_form": "string",
- "members": "string",
- "participation_agreements": {
- "individual": {
- "document_id": "string",
- "pdf": "string"
}, - "organization": {
- "document_id": "string",
- "pdf": "string"
}
}, - "sponsorship": "string",
- "website": "string",
- "sustainer_commitment": "string",
- "resource_display": [
- {
- "label": "string",
- "link": "string",
- "ref": "string"
}
]
}, - "levels": [
- {
- "relation": "string",
- "description": "string"
}
], - "committee_mailing_lists": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}
Returns the resources info for the WG with the specified alias
alias required | string The name of the working group to retrieve |
{- "charter": "string",
- "contact_form": "string",
- "members": "string",
- "participation_agreements": {
- "individual": {
- "document_id": "string",
- "pdf": "string"
}, - "organization": {
- "document_id": "string",
- "pdf": "string"
}
}, - "sponsorship": "string",
- "website": "string",
- "sustainer_commitment": "string",
- "resource_display": [
- {
- "label": "string",
- "link": "string",
- "ref": "string"
}
]
}
Returns the participation agreements info for the WG with the specified alias
alias required | string The name of the working group to retrieve |
{- "individual": {
- "document_id": "string",
- "pdf": "string"
}, - "organization": {
- "document_id": "string",
- "pdf": "string"
}
}
Returns the WG Committee info for the WG with the specified alias and group prefix
alias required | string The name of the working group to retrieve |
relationType required | string The prefix of the WG committee relation codes |
{- "group_prefix": "string",
- "working_group": "string",
- "appointed_primary": { },
- "appointed_alternate": { },
- "elected_primary": { },
- "elected_alternate": { },
- "committer_representative": { },
- "invited_guest": { },
- "foundation_staff": { },
- "pmc_representatives": { },
- "planning_council_representatives": { }
}
Returns working groups that the target organization is a member of
id required | integer The ID of the organization to retrieve working groups for |
[- {
- "alias": "string",
- "title": "string",
- "status": "string",
- "logo": "string",
- "description": "string",
- "resources": {
- "charter": "string",
- "contact_form": "string",
- "members": "string",
- "participation_agreements": {
- "individual": {
- "document_id": "string",
- "pdf": "string"
}, - "organization": {
- "document_id": "string",
- "pdf": "string"
}
}, - "sponsorship": "string",
- "website": "string",
- "sustainer_commitment": "string",
- "resource_display": [
- {
- "label": "string",
- "link": "string",
- "ref": "string"
}
]
}, - "levels": [
- {
- "relation": "string",
- "description": "string"
}
], - "committee_mailing_lists": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}
]