Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 970 Bytes

ConceptApi.md

File metadata and controls

36 lines (21 loc) · 970 Bytes

{{classname}}

All URIs are relative to /

Method HTTP request Description
GetConceptId Get /concept/id/{concept_id}

GetConceptId

Concept GetConceptId(ctx, conceptId)

An endpoint to get concept from the id

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
conceptId int32 OpenAlex id of the concept

Return type

Concept

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]