v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
other

Search Funding

Search for fundings

post/account/funding/search

Request body

search_forstring

Search term

Response

OK. An array of funding information

idinteger required

Funding id

titlestring required

The funding name

grant_codestring required

The grant code

funder_namestring required

Funder's name

is_user_definedinteger required

Return 1 whether the grant has been introduced manually, 0 otherwise

urlstring url required

The grant url

Example response

[
  {
    "id": 1,
    "title": "Scholarly funding",
    "url": "https://app.dimensions.ai/details/grant/1"
  }
]