Working Groups API (1.0.0)

Download OpenAPI specification:Download

Access information on Eclipse Foundation Working Groups.

Working Groups

Working Group List

Returns a list of working groups that have the desired status

query Parameters
status
string

The project status

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Working Group

Returns a working group entry that has a matching alias

path Parameters
alias
required
string

The name of the working group to retrieve

Responses

Response samples

Content type
application/json
{
  • "alias": "string",
  • "title": "string",
  • "status": "string",
  • "logo": "string",
  • "description": "string",
  • "resources": {
    },
  • "levels": [
    ],
  • "committee_mailing_lists": {
    }
}

Working Group resources

Returns the resources info for the WG with the specified alias

path Parameters
alias
required
string

The name of the working group to retrieve

Responses

Response samples

Content type
application/json
{
  • "charter": "string",
  • "contact_form": "string",
  • "members": "string",
  • "participation_agreements": {
    },
  • "sponsorship": "string",
  • "website": "string",
  • "sustainer_commitment": "string",
  • "resource_display": [
    ]
}

Working Group levels

Returns the levels info for the WG with the specified alias

path Parameters
alias
required
string

The name of the working group to retrieve

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Working Group agreements

Returns the participation agreements info for the WG with the specified alias

path Parameters
alias
required
string

The name of the working group to retrieve

Responses

Response samples

Content type
application/json
{
  • "individual": {
    },
  • "organization": {
    }
}

Working Group Committee

Returns the WG Committee info for the WG with the specified alias and group prefix

path Parameters
alias
required
string

The name of the working group to retrieve

relationType
required
string

The prefix of the WG committee relation codes

Responses

Response samples

Content type
application/json
{
  • "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": { }
}

Working Group by Organization ID

Returns working groups that the target organization is a member of

path Parameters
id
required
integer

The ID of the organization to retrieve working groups for

Responses

Response samples

Content type
application/json
[
  • {
    }
]