RWTH Aachen University ApplicationProfile 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 ApplicationProfile. 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 5 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.
5 operations5 paths10 schemas3 GET1 OPTIONS1 POST
Metadata
The identity and technical contract details declared by the specification.
RWTH Aachen University ApplicationProfile 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 5 paths, the API surfaces 5 operations — 3 GET, 1 OPTIONS, 1 POST. Each is listed below with its method, path, parameters, and response codes.
Retrieves the raw application profile definition by its URI.
GetRawApplicationProfile1 param→ 200404
POST
/api/v2/application-profiles/requests
Submits a request to create a new application profile.
CreateApplicationProfileRequestbody→ 201403400404
OPTIONS
/api/v2/application-profiles
Responds with the HTTP methods allowed for the endpoint.
→ 200
Schemas 10
The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are Pagination (6 properties), ApplicationProfileDtoPagedResponse (5 properties), ApplicationProfileDto (4 properties), ApplicationProfileDtoResponse (4 properties). Each schema is shown below with its type and property counts.
ApplicationProfileDtoPagedResponse
object
5 properties
AcceptedLanguage
string
Accepted languages by the API.
ApplicationProfileForCreationDtoResponse
object
4 properties
ApplicationProfileDto
object
Represents an application profile data transfer object.
4 properties1 required
Pagination
object
Represents pagination information for a collection of items.
6 properties
RdfDefinitionForManipulationDto
object
Represents the data transfer object (DTO) used for manipulating RDF definitions.
2 properties2 required
RdfFormat
string
Specifies the RDF (Resource Description Framework) format.
ApplicationProfileForCreationDto
object
Data transfer object (DTO) representing the creation of an application profile.
3 properties3 required
ApplicationProfileDtoResponse
object
4 properties
RdfDefinitionDto
object
Represents a Data Transfer Object (DTO) for RDF (Resource Description Framework) definition details.
2 properties
Specification
The full machine-readable OpenAPI contract behind this narrative.