RWTH Aachen University ProjectInvitation 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 ProjectInvitation. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, and 3 JSON Schemas.
This API exposes
5 operations
across 2 paths,
and defines 9 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.
5 operations2 paths9 schemas1 DELETE2 GET1 OPTIONS1 POST
Metadata
The identity and technical contract details declared by the specification.
RWTH Aachen University ProjectInvitation 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 5
Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 OPTIONS, 1 POST. Each is listed below with its method, path, parameters, and response codes.
Deletes a project invitation for a specified project.
DeleteProjectInvitation2 params→ 204403404
GET
/api/v2/projects/{projectId}/invitations
Retrieves all project invitations for a specified project.
GetProjectInvitations4 params→ 200
POST
/api/v2/projects/{projectId}/invitations
Creates a project invitation for a specified project.
CreateProjectInvitation1 parambody→ 201403400404
OPTIONS
/api/v2/projects/{projectId}/invitations
Responds with the HTTP methods allowed for the endpoint.
1 param→ 200
Schemas 9
The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are PublicUserDto (6 properties), Pagination (6 properties), ProjectInvitationDto (6 properties), ProjectInvitationDtoPagedResponse (5 properties). Each schema is shown below with its type and property counts.
ProjectInvitationDtoResponse
object
4 properties
PublicUserDto
object
Represents a public user data transfer object (DTO).
6 properties2 required
ProjectInvitationForProjectManipulationDto
object
Data transfer object (DTO) representing an invitation for project manipulation.
2 properties2 required
RoleMinimalDto
object
Represents a Data Transfer Object (DTO) containing minimal information about a role.
1 property1 required
ProjectInvitationDtoPagedResponse
object
5 properties
TitleDto
object
Represents the Data Transfer Object (DTO) for title information.
2 properties2 required
ProjectInvitationDto
object
Represents a data transfer object (DTO) for project invitations.
6 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
Specification
The full machine-readable OpenAPI contract behind this narrative.