open-education-api / specification

OpenAPI (fka Swagger) specification for the Open Education API.
Other
32 stars 26 forks source link

[Change request]: consider adding two organizations paths #287

Open jelmerderonde opened 1 year ago

jelmerderonde commented 1 year ago

Organization

SURF

Project

No response

Contact Details

No response

Short description

There are several paths in OOAPI v5 that you can use to request entities that are somehow related to an Organization. Such as:

However, Organizations can also have a relation to Person and other Organizations. Should we add:

Version

v5

Usecase

This would allow a client to request the persons that are part of an organization and/or request organizational units that are nested under a certain organization.

Which institutions support this change?

No response

Proposed solution

Add calls for:

Requests and responses

No response

What is your question for the OOAPI work group?

No response

jelmerderonde commented 10 months ago

It seems that /organizations/{organizationId}/organizations is logical to add. We should discuss this and also whether adding /organizations/{organizationId}/persons is a sensible idea or whether another mechanism is needed for relating persons to organizations.