RWTH Aachen University ProjectMember API is one of 49 APIs that RWTH Aachen University publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
This API exposes 3 JSON Schema definitions.
Tagged areas include ProjectMember. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, and 3 JSON Schemas.
This API exposes
7 operations
across 3 paths,
and defines 10 schemas.
It is described by OpenAPI 3.0.1, at version 2.0.
Requests are made against a single base URL, https://coscine.rwth-aachen.de/coscine.
7 operations3 paths10 schemas1 DELETE3 GET1 OPTIONS1 POST1 PUT
Metadata
The identity and technical contract details declared by the specification.
RWTH Aachen University ProjectMember API declares
1 security scheme
for authenticating requests.
An API key is passed in the header as Authorization (Bearer).
By default, every request must be authenticated.
Bearer — JWT Authorization header using the Bearer scheme.
Paths & Operations 7
Across 3 paths, the API surfaces 7 operations — 1 DELETE, 3 GET, 1 OPTIONS, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.
Deletes a project membership for a specified project.
DeleteMembership2 params→ 204403404
GET
/api/v2/projects/{projectId}/members
Retrieves all project memberships for a specified project.
GetMemberships4 params→ 200
POST
/api/v2/projects/{projectId}/members
Creates a project membership for a specified project.
AddMembership1 parambody→ 201403400404
OPTIONS
/api/v2/projects/{projectId}/members
Responds with the HTTP methods allowed for the endpoint.
1 param→ 200
GET
/api/v2/projects/{projectId}/members/me
Retrieves the project role of the authenticated user for a specified project.
GetMyMembership1 param→ 200404
Schemas 10
The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are PublicUserDto (6 properties), Pagination (6 properties), ProjectRoleDtoPagedResponse (5 properties), ProjectRoleDtoResponse (4 properties). Each schema is shown below with its type and property counts.
ProjectRoleForProjectManipulationDto
object
Data transfer object (DTO) representing a project role for manipulation within a project.
1 property1 required
PublicUserDto
object
Represents a public user data transfer object (DTO).
6 properties2 required
RoleDto
object
Represents a Data Transfer Object (DTO) for a role.
3 properties3 required
TitleDto
object
Represents the Data Transfer Object (DTO) for title information.
2 properties2 required
ProjectRoleDto
object
Represents a data transfer object (DTO) for a project role.
4 properties
ProjectRoleDtoResponse
object
4 properties
Pagination
object
Represents pagination information for a collection of items.
6 properties
ProjectMinimalDto
object
Represents a minimal data transfer object (DTO) for a project.
1 property1 required
ProjectRoleDtoPagedResponse
object
5 properties
ProjectRoleForProjectCreationDto
object
Data transfer object (DTO) representing the creation of a project role within a project. Inherits from the base class Coscine.Api.Core.Shared.DataTransferObjec…
2 properties2 required
Specification
The full machine-readable OpenAPI contract behind this narrative.