All URIs are relative to /
| Method | HTTP request | Description |
|---|---|---|
| GetInstitutionId | Get /institution/id/{institution_id} | |
| GetInstitutionRor | Get /institution/ror/{ror_id} |
Institution GetInstitutionId(ctx, institutionId)
An endpoint to get institution from the id
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| institutionId | int32 | OpenAlex id of the institution |
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Institution GetInstitutionRor(ctx, rorId)
An endpoint to get institution from the ROR id
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| rorId | string | ROR id of the institution |
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]