Skip to main content
Version: 11.2.0

Sparse fieldsets (select)

The select parameter lets you request only the fields you need, reducing response size and improving readability.

/v4/datasources?filter=country:GR&select=id,officialName,type

Field names match the actual JSON property names in the response. Dotted sub-paths of a listed field are also accepted.

Selectable response fields

Identity and names

FieldTypeDescription
idstringOpenAIRE identifier
originalIdsarrayIdentifiers at original sources
pidsarrayPersistent identifiers
officialNamestringOfficial name of the data source
englishNamestringEnglish name of the data source

Classification

FieldTypeDescription
typeobjectData source type
subjectsarraySubjects associated with the data source
contentTypesarrayTypes of content (as defined by OpenDOAR)
eoscdatasourcetypestringEOSC data source type
jurisdictionstringJurisdiction
thematicbooleanWhether the data source is thematic
languagesarrayLanguages
odlanguagesarrayOpenDOAR languages

Compatibility

FieldTypeDescription
openaireCompatibilitystringOpenAIRE compatibility level (label)
openaireCompatibilityIdstringOpenAIRE compatibility level (id)

Web presence

FieldTypeDescription
websiteUrlstringData source website
logoUrlstringLogo URL
missionStatementUrlstringMission statement URL
citationGuidelineUrlstringCitation guideline URL

Dates

FieldTypeDescription
dateOfValidationstringDate of validation
releaseStartDatestringRelease start date
releaseEndDatestringRelease end date

Access and policies

FieldTypeDescription
accessRightsstringAccess rights
uploadRightsstringUpload rights
databaseAccessRestrictionstringDatabase access restriction
dataUploadRestrictionstringData upload restriction
versioningbooleanVersioning support
pidSystemsstringSupported PID systems
certificatesstringCertificates
policiesarrayPolicies

Other

FieldTypeDescription
descriptionstringDescription of the data source
journalobjectJournal information (if applicable)
linksarrayRelated links

Examples

Only IDs and official names:

/v4/datasources?filter=country:GR&select=id,officialName

Type and compatibility overview:

/v4/datasources?filter=type:Repository&select=id,officialName,openaireCompatibility,websiteUrl