How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

University of Groningen organization API

The organization API from University of Groningen — 34 operation(s) for organization.

University of Groningen organization API is one of 75 APIs that University of Groningen publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Organization. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 39 operations across 34 paths, and defines 49 schemas. It is described by OpenAPI 3.0.3, at version 6.9.

Requests are made against a single base URL, https://dataverse.nl.

39 operations 34 paths 49 schemas 1 DELETE29 GET4 POST5 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
6.9
Base URL
https://pure.rug.nl/ws/oai
Resource Areas
1

Paths & Operations 39

Across 34 paths, the API surfaces 39 operations — 1 DELETE, 29 GET, 4 POST, 5 PUT. Each is listed below with its method, path, parameters, and response codes.

organization 39
GET
/organizations
Lists all organizations
organization_list 3 params → 200
PUT
/organizations
Create organization
organization_create body → 201400
GET
/organizations/allowed-address-countries
A list of allowed address countries
organization_getAllowedAddressCountries → 200
GET
/organizations/allowed-address-subdivision
A list of allowed address subdivisions
organization_getAllowedAddressSubdivisions → 200
GET
/organizations/allowed-address-types
A list of allowed address types
organization_getAllowedAddressTypes → 200
GET
/organizations/allowed-classified-file-typesdeprecated
DEPRECATED - use 'allowed-photo-types' - A list of allowed classified identifier types
organization_getAllowedClassifiedImageTypes → 200
GET
/organizations/allowed-classified-identifier-types
A list of allowed classified identifier types
organization_getAllowedClassifiedIdentifierTypes → 200
GET
/organizations/allowed-cost-centers
A list of allowed cost centers
organization_getAllowedCostCenters → 200
GET
/organizations/allowed-custom-defined-field-values/{propertyName}/classifications
Get allowed classifications for the custom-defined field associated with the organization
organization_getAllowedCustomDefinedFieldClassifications 1 param → 200400404
GET
/organizations/allowed-email-types
A list of allowed e-mail types
organization_getAllowedEmailTypes → 200
GET
/organizations/allowed-keyword-group-configurations
A list of keyword group configurations
organization_getAllowedKeywordGroupConfigurations → 200
GET
/organizations/allowed-keyword-group-configurations/{id}/classifications
A list of allowed classifications for the specified keyword group
organization_getAllowedKeywordGroupConfigurationClassifications 1 param → 200
GET
/organizations/allowed-link-types
A list of allowed link types
organization_getAllowedLinkTypes → 200
GET
/organizations/allowed-locales
A list of allowed locales in localized strings
organization_getAllowedLocales → 200
GET
/organizations/allowed-main-research-areas
A list of allowed main research areas
organization_getAllowedMainResearchAreas → 200
GET
/organizations/allowed-name-variant-types
A list of allowed name variant types
organization_getAllowedNameVariantTypes → 200
GET
/organizations/allowed-phone-number-types
A list of allowed phone number types
organization_getAllowedPhoneNumberTypes → 200
GET
/organizations/allowed-photo-types
A list of allowed photo types
organization_getAllowedPhotoTypes → 200
GET
/organizations/allowed-profile-information-types
A list of allowed profile information types
organization_getAllowedProfileInformationTypes → 200
GET
/organizations/allowed-types
A list of allowed organization types
organization_getAllowedTypes → 200
GET
/organizations/allowed-web-address-types
A list of allowed web address types
organization_getAllowedWebAddressTypes → 200
GET
/organizations/disciplines/allowed-discipline-schemes
A list of allowed discipline schemes
organization_getAllowedDisciplineSchemes → 200
GET
/organizations/disciplines/{discipline-scheme}/allowed-disciplines
A list of allowed disciplines for a specific discipline scheme
organization_getAllowedDisciplines 3 params → 200
POST
/organizations/disciplines/{discipline-scheme}/search
Query operation for disciplines associated with organizations
organization_listDisciplineAssociations 1 param body → 200400
PUT
/organizations/file-uploads
Upload file to a specific organization
organization_fileUploads 1 param body → default
GET
/organizations/orderings
Lists available orderings
organization_getOrderings → 200
POST
/organizations/search
Query operation for organizations
organization_query body → 200400
GET
/organizations/{uuid}
Get organization
organization_get 1 param → 200301404
PUT
/organizations/{uuid}
Update organization
organization_update 1 param body → 200400404409
DELETE
/organizations/{uuid}
Delete organization
organization_delete 1 param → 204404409
POST
/organizations/{uuid}/actions/lock
Lock the content
organization_lock 1 param → 204404409
POST
/organizations/{uuid}/actions/unlock
Unlock the content
organization_unlock 1 param → 204404409
GET
/organizations/{uuid}/dependents
Lists all dependents to the organization
organization_dependents 2 params → 200
GET
/organizations/{uuid}/disciplines/{discipline-scheme}
Get disciplines from the discipline scheme associated with the organization
organization_getDisciplineAssociation 2 params → 200404
PUT
/organizations/{uuid}/disciplines/{discipline-scheme}
Update disciplines from the discipline scheme associated with the organization
organization_putDisciplineAssociation 2 params body → 200400404
GET
/organizations/{uuid}/files/{fileId}
Get file from the organization
organization_getFile 2 params → 200
GET
/organizations/{uuid}/fingerprints
Get the fingerprints for the organization
organization_getFingerprints 1 param → 200403404
GET
/organizations/{uuid}/notes
Lists notes
organization_listNotes 3 params → 200404
PUT
/organizations/{uuid}/notes
Create note
organization_createNote 1 param body → 200400

Schemas 49

The contract defines 49 schemas that model the data the API accepts and returns. The most detailed are Organization (31 properties), ImageFile (15 properties), Fingerprint (13 properties), AllowedKeywordGroupConfiguration (10 properties). Each schema is shown below with its type and property counts.

PageInformation
object
Information about pages
2 properties
ContentRef
object
2 properties 2 required
Fingerprint
object
A fingerprint
13 properties 1 required
ConceptRef
object
A reference to a concept
1 required
FingerprintListResult
object
List of fingerprints. Can contain a subset of all items along with the full count
3 properties
LocalizedString
object
A set of string values, one for each submission locale. Note: invalid locale values will be ignored.
PersonRef
object
A reference to a person internal to the institution
1 required
DisciplinesAssociation
object
An association between a content and a number of discipline assignments
3 properties 1 required
DisciplinesDisciplineListResult
object
List of disciplines for a specific discipline scheme
3 properties
FormattedLocalizedString
object
A set of localized strings that support formatting. Invalid locale values will be ignored.
GeoLocation
object
Geographical location
3 properties
DateRange
object
A date range
2 properties
OrganizationRef
object
A reference to an organization in the institution
1 required
ClassifiedFormattedLocalizedValue
object
A classified formatted localized value
3 properties 1 required
SystemLocalizedString
object
A set of localized string values each for a specific UI locale.
RankedConcept
object
A ranked concept
4 properties 2 required
ContentRefListResult
object
List of Content Refs
1 property
Note
object
A note
3 properties 1 required
NoteListResult
object
List of notes
3 properties
Visibility
object
Visibility of an object
2 properties 1 required
ClassifiedAddress
object
A physical address
10 properties 1 required
DisciplinesDiscipline
object
A discipline within a specific discipline scheme
3 properties
ImageFile
object
An image file
15 properties 2 required
ClassificationRefList
object
List of classification references
1 property
RemoteFile
object
Information about a remote file (Elsevier only)
6 properties 4 required
Link
object
A hyperlink describing a location on the web.
5 properties 1 required
LocalesList
object
List of available locales
1 property
UploadedFile
object
Information about the uploaded file
7 properties 1 required
CustomDefinedField
object
Map of CustomDefinedField values, where the key is the field identifier
1 property 1 required
ClassifiedLocalizedValue
object
A classified localized value
3 properties 1 required
DisciplinesDisciplineSchemeListResult
object
List of discipline schemes
2 properties
Identifier
object
1 property 1 required
ConflictProblemDetails
object
Problem details for state conflict failures
7 properties
KeywordGroup
object
4 properties 2 required
DisciplinesAssociationListResult
object
List of discipline associations. Can contain a subset of all items along with the full count
3 properties
Organization
object
An organization in the institution
31 properties 3 required
OrganizationsQuery
object
Create a query for organizations
6 properties
DisciplinesDisciplineAssignment
object
The assigned discipline and its split percentage
2 properties 2 required
ProblemDetails
object
RFC7807 Error details
5 properties
OrganizationListResult
object
A list of organizations
3 properties
ClassificationRef
object
A reference to a classification value
2 properties 1 required
ClassifiedValue
object
A classified value
3 properties 2 required
AllowedKeywordGroupConfigurationList
object
List of allowed keyword group configurations
1 property
CustomDefinedFields
object
Map of CustomDefinedField values, where the key is the field identifier
ClassificationSchemeRef
object
A reference to a classification scheme
1 required
OrderingsList
object
List of available orderings
1 property
DisciplinesDisciplineScheme
object
A discipline scheme
2 properties 2 required
AllowedKeywordGroupConfiguration
object
A specification of the allowed behavior of a specified keyword group
10 properties 1 required
DisciplinesAssociationsQuery
object
Create a query for discipline associations
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

university-of-groningen-organization-api-openapi.yml Raw ↑

Other APIs University of Groningen publishes across the network.

UG Research Portal OAI-PMH (Pure)
iBridges / Python API for iRODS
University of Groningen Access API
University of Groningen activity API
University of Groningen addFilesToDataset API
University of Groningen addFileToDataset API
University of Groningen addGlobusFilesToDataset API
University of Groningen Admin API
University of Groningen application API
University of Groningen authorCollaboration API
University of Groningen award API
University of Groningen Batch API
Where this information came from

This is an independent, third-party profile of University of Groningen organization API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.