Returns a set of data items of type grants.
GET /api/funding/grants
None
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
UrlName | System.String | Read only: False | |
AdditionalFundingTitle | System.String | Read only: False | |
Recipient | System.String | Read only: False | |
Description | System.String | Read only: False | |
HideRecipientColumn | System.String | Read only: False | |
Title | System.String | Read only: False | |
WhoCanApply | System.String | Read only: False | |
Departments | System.Guid | Read only: False | |
FundingFor | System.String | Read only: False | |
Introduction | System.String | Read only: False | |
FilterFields | System.String | Read only: False | |
ShowGraphs | System.Boolean | Read only: False | |
Closed | System.Boolean | Read only: False | |
AdditionalFundingText | System.String | Read only: False | |
FundingNotFor | System.String | Read only: False | |
Tags | System.Guid | Read only: False | |
Provider | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-04-07T06:28:29.4391176Z",
"PublicationDate": "2025-04-07T06:28:29.4391176Z",
"DateCreated": "2025-04-07T06:28:29.4391176Z",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"AdditionalFundingTitle": "sample string 6",
"Recipient": "sample string 7",
"Description": "sample string 8",
"HideRecipientColumn": "sample string 9",
"Title": "sample string 10",
"WhoCanApply": "sample string 11",
"Departments": "603d0b5b-754a-4da6-ba0f-76e3c6e618e8",
"FundingFor": "sample string 13",
"Introduction": "sample string 14",
"FilterFields": "sample string 15",
"ShowGraphs": true,
"Closed": true,
"AdditionalFundingText": "sample string 18",
"FundingNotFor": "sample string 19",
"Tags": "37ef9d73-48b3-47e3-9bcb-b11c0b95d725",
"Provider": "sample string 21"
},
{
"LastModified": "2025-04-07T06:28:29.4391176Z",
"PublicationDate": "2025-04-07T06:28:29.4391176Z",
"DateCreated": "2025-04-07T06:28:29.4391176Z",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"AdditionalFundingTitle": "sample string 6",
"Recipient": "sample string 7",
"Description": "sample string 8",
"HideRecipientColumn": "sample string 9",
"Title": "sample string 10",
"WhoCanApply": "sample string 11",
"Departments": "603d0b5b-754a-4da6-ba0f-76e3c6e618e8",
"FundingFor": "sample string 13",
"Introduction": "sample string 14",
"FilterFields": "sample string 15",
"ShowGraphs": true,
"Closed": true,
"AdditionalFundingText": "sample string 18",
"FundingNotFor": "sample string 19",
"Tags": "37ef9d73-48b3-47e3-9bcb-b11c0b95d725",
"Provider": "sample string 21"
}
]
Gets grants item by id.
GET /api/funding/grants({key})
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
UrlName | System.String | Read only: False | |
AdditionalFundingTitle | System.String | Read only: False | |
Recipient | System.String | Read only: False | |
Description | System.String | Read only: False | |
HideRecipientColumn | System.String | Read only: False | |
Title | System.String | Read only: False | |
WhoCanApply | System.String | Read only: False | |
Departments | System.Guid | Read only: False | |
FundingFor | System.String | Read only: False | |
Introduction | System.String | Read only: False | |
FilterFields | System.String | Read only: False | |
ShowGraphs | System.Boolean | Read only: False | |
Closed | System.Boolean | Read only: False | |
AdditionalFundingText | System.String | Read only: False | |
FundingNotFor | System.String | Read only: False | |
Tags | System.Guid | Read only: False | |
Provider | System.String | Read only: True |
application/json
{
"LastModified": "2025-04-07T06:28:29.4391176Z",
"PublicationDate": "2025-04-07T06:28:29.4391176Z",
"DateCreated": "2025-04-07T06:28:29.4391176Z",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"AdditionalFundingTitle": "sample string 6",
"Recipient": "sample string 7",
"Description": "sample string 8",
"HideRecipientColumn": "sample string 9",
"Title": "sample string 10",
"WhoCanApply": "sample string 11",
"Departments": "209e845b-5c03-4ca8-966d-e9c51f2fbb8a",
"FundingFor": "sample string 13",
"Introduction": "sample string 14",
"FilterFields": "sample string 15",
"ShowGraphs": true,
"Closed": true,
"AdditionalFundingText": "sample string 18",
"FundingNotFor": "sample string 19",
"Tags": "6088135b-17eb-41b2-ab8f-db37f81b74cd",
"Provider": "sample string 21"
}
Gets Id property from grants item.
GET /api/funding/grants({key})/property
Name | Description | Type | Additional Information |
key | System.Guid | Required | |
property | System.String | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
Id | System.Guid | Read only: False |
application/json
{
"Id": "336813ad-cd27-4338-9031-36df93556d59"
}
Creates a grants item.
POST /api/funding/grants
None
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
UrlName | System.String | Read only: False | |
AdditionalFundingTitle | System.String | Read only: False | |
Recipient | System.String | Read only: False | |
Description | System.String | Read only: False | |
HideRecipientColumn | System.String | Read only: False | |
Title | System.String | Read only: False | |
WhoCanApply | System.String | Read only: False | |
Departments | System.Guid | Read only: False | |
FundingFor | System.String | Read only: False | |
Introduction | System.String | Read only: False | |
FilterFields | System.String | Read only: False | |
ShowGraphs | System.Boolean | Read only: False | |
Closed | System.Boolean | Read only: False | |
AdditionalFundingText | System.String | Read only: False | |
FundingNotFor | System.String | Read only: False | |
Tags | System.Guid | Read only: False | |
Provider | System.String | Read only: True |
application/json
{
"PublicationDate": "2025-04-07T06:28:29.4391176Z",
"IncludeInSitemap": true,
"UrlName": "sample string 3",
"AdditionalFundingTitle": "sample string 4",
"Recipient": "sample string 5",
"Description": "sample string 6",
"HideRecipientColumn": "sample string 7",
"Title": "sample string 8",
"WhoCanApply": "sample string 9",
"Departments": "7ff47599-72e0-422c-bc82-dfbebccc968e",
"FundingFor": "sample string 11",
"Introduction": "sample string 12",
"FilterFields": "sample string 13",
"ShowGraphs": true,
"Closed": true,
"AdditionalFundingText": "sample string 16",
"FundingNotFor": "sample string 17",
"Tags": "2fdaaca5-a9b6-4218-b9d9-9f0b41c54771"
}
Method can return success code: Created - 201 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
UrlName | System.String | Read only: False | |
AdditionalFundingTitle | System.String | Read only: False | |
Recipient | System.String | Read only: False | |
Description | System.String | Read only: False | |
HideRecipientColumn | System.String | Read only: False | |
Title | System.String | Read only: False | |
WhoCanApply | System.String | Read only: False | |
Departments | System.Guid | Read only: False | |
FundingFor | System.String | Read only: False | |
Introduction | System.String | Read only: False | |
FilterFields | System.String | Read only: False | |
ShowGraphs | System.Boolean | Read only: False | |
Closed | System.Boolean | Read only: False | |
AdditionalFundingText | System.String | Read only: False | |
FundingNotFor | System.String | Read only: False | |
Tags | System.Guid | Read only: False | |
Provider | System.String | Read only: True |
application/json
{
"LastModified": "2025-04-07T06:28:29.4391176Z",
"PublicationDate": "2025-04-07T06:28:29.4391176Z",
"DateCreated": "2025-04-07T06:28:29.4391176Z",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"AdditionalFundingTitle": "sample string 6",
"Recipient": "sample string 7",
"Description": "sample string 8",
"HideRecipientColumn": "sample string 9",
"Title": "sample string 10",
"WhoCanApply": "sample string 11",
"Departments": "7651e0e3-339a-4c39-a3c8-566160f21cfa",
"FundingFor": "sample string 13",
"Introduction": "sample string 14",
"FilterFields": "sample string 15",
"ShowGraphs": true,
"Closed": true,
"AdditionalFundingText": "sample string 18",
"FundingNotFor": "sample string 19",
"Tags": "59f5aa87-52c8-48ee-be25-854d137aeb0e",
"Provider": "sample string 21"
}
Partial update for grants item.
PATCH /api/funding/grants({key})
Name | Description | Type | Additional Information |
key | System.Guid | Required |
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
UrlName | System.String | Read only: False | |
AdditionalFundingTitle | System.String | Read only: False | |
Recipient | System.String | Read only: False | |
Description | System.String | Read only: False | |
HideRecipientColumn | System.String | Read only: False | |
Title | System.String | Read only: False | |
WhoCanApply | System.String | Read only: False | |
Departments | System.Guid | Read only: False | |
FundingFor | System.String | Read only: False | |
Introduction | System.String | Read only: False | |
FilterFields | System.String | Read only: False | |
ShowGraphs | System.Boolean | Read only: False | |
Closed | System.Boolean | Read only: False | |
AdditionalFundingText | System.String | Read only: False | |
FundingNotFor | System.String | Read only: False | |
Tags | System.Guid | Read only: False | |
Provider | System.String | Read only: True |
application/json
{
"PublicationDate": "2025-04-07T06:28:29.4391176Z",
"IncludeInSitemap": true,
"UrlName": "sample string 3",
"AdditionalFundingTitle": "sample string 4",
"Recipient": "sample string 5",
"Description": "sample string 6",
"HideRecipientColumn": "sample string 7",
"Title": "sample string 8",
"WhoCanApply": "sample string 9",
"Departments": "d9e14b6c-49f3-4a7f-9070-58e97c0650e8",
"FundingFor": "sample string 11",
"Introduction": "sample string 12",
"FilterFields": "sample string 13",
"ShowGraphs": true,
"Closed": true,
"AdditionalFundingText": "sample string 16",
"FundingNotFor": "sample string 17",
"Tags": "0b8735cb-18ec-42af-9f0f-3dff62b39d49"
}
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Full update for grants item.
PUT /api/funding/grants({key})
Name | Description | Type | Additional Information |
key | System.Guid | Required |
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
UrlName | System.String | Read only: False | |
AdditionalFundingTitle | System.String | Read only: False | |
Recipient | System.String | Read only: False | |
Description | System.String | Read only: False | |
HideRecipientColumn | System.String | Read only: False | |
Title | System.String | Read only: False | |
WhoCanApply | System.String | Read only: False | |
Departments | System.Guid | Read only: False | |
FundingFor | System.String | Read only: False | |
Introduction | System.String | Read only: False | |
FilterFields | System.String | Read only: False | |
ShowGraphs | System.Boolean | Read only: False | |
Closed | System.Boolean | Read only: False | |
AdditionalFundingText | System.String | Read only: False | |
FundingNotFor | System.String | Read only: False | |
Tags | System.Guid | Read only: False | |
Provider | System.String | Read only: True |
application/json
{
"PublicationDate": "2025-04-07T06:28:29.4391176Z",
"IncludeInSitemap": true,
"UrlName": "sample string 3",
"AdditionalFundingTitle": "sample string 4",
"Recipient": "sample string 5",
"Description": "sample string 6",
"HideRecipientColumn": "sample string 7",
"Title": "sample string 8",
"WhoCanApply": "sample string 9",
"Departments": "b656fd89-0b27-444a-b4f2-b2e94ff4cebf",
"FundingFor": "sample string 11",
"Introduction": "sample string 12",
"FilterFields": "sample string 13",
"ShowGraphs": true,
"Closed": true,
"AdditionalFundingText": "sample string 16",
"FundingNotFor": "sample string 17",
"Tags": "8502ebdf-74fa-4e5d-b74b-3f7d3225c444"
}
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Deletes a grants item by Id.
DELETE /api/funding/grants({key})
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type Rounds from grants item.
GET /api/funding/grants({key})/Rounds
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
UrlName | System.String | Read only: False | |
CloseDateText | System.String | Read only: False | |
Closed | System.Boolean | Read only: False | |
DraftReviewText | System.String | Read only: False | |
Title | System.String | Read only: False | |
OpenDate | System.DateTimeOffset | Read only: False | |
ProjectEndDate | System.DateTimeOffset | Read only: False | |
GrantsAwardedText | System.String | Read only: False | |
ProjectEndDateText | System.String | Read only: False | |
OpenDateText | System.String | Read only: False | |
ProjectStartDate | System.DateTimeOffset | Read only: False | |
DraftReviewStatus | System.String | Read only: False | |
AlwaysOpen | System.Boolean | Read only: False | |
CloseDate | System.DateTimeOffset | Read only: False | |
DraftReview | System.DateTimeOffset | Read only: False | |
GrantsAwarded | System.DateTimeOffset | Read only: False | |
ProjectStartDateText | System.String | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-04-07T06:28:29.4391176Z",
"PublicationDate": "2025-04-07T06:28:29.4391176Z",
"DateCreated": "2025-04-07T06:28:29.4391176Z",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"CloseDateText": "sample string 6",
"Closed": true,
"DraftReviewText": "sample string 8",
"Title": "sample string 9",
"OpenDate": "2025-04-07T06:28:29.4391176Z",
"ProjectEndDate": "2025-04-07T06:28:29.4391176Z",
"GrantsAwardedText": "sample string 12",
"ProjectEndDateText": "sample string 13",
"OpenDateText": "sample string 14",
"ProjectStartDate": "2025-04-07T06:28:29.4391176Z",
"DraftReviewStatus": "sample string 16",
"AlwaysOpen": true,
"CloseDate": "2025-04-07T06:28:29.4391176Z",
"DraftReview": "2025-04-07T06:28:29.4391176Z",
"GrantsAwarded": "2025-04-07T06:28:29.4391176Z",
"ProjectStartDateText": "sample string 21",
"ParentId": "c9743586-a9d3-4a2c-87c1-301ed15f68d0",
"Provider": "sample string 23"
},
{
"LastModified": "2025-04-07T06:28:29.4391176Z",
"PublicationDate": "2025-04-07T06:28:29.4391176Z",
"DateCreated": "2025-04-07T06:28:29.4391176Z",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"CloseDateText": "sample string 6",
"Closed": true,
"DraftReviewText": "sample string 8",
"Title": "sample string 9",
"OpenDate": "2025-04-07T06:28:29.4391176Z",
"ProjectEndDate": "2025-04-07T06:28:29.4391176Z",
"GrantsAwardedText": "sample string 12",
"ProjectEndDateText": "sample string 13",
"OpenDateText": "sample string 14",
"ProjectStartDate": "2025-04-07T06:28:29.4391176Z",
"DraftReviewStatus": "sample string 16",
"AlwaysOpen": true,
"CloseDate": "2025-04-07T06:28:29.4391176Z",
"DraftReview": "2025-04-07T06:28:29.4391176Z",
"GrantsAwarded": "2025-04-07T06:28:29.4391176Z",
"ProjectStartDateText": "sample string 21",
"ParentId": "c9743586-a9d3-4a2c-87c1-301ed15f68d0",
"Provider": "sample string 23"
}
]
Add Rounds relation to grants item.
POST /api/funding/grants({key})/Rounds/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type Rounds from grants item.
DELETE /api/funding/grants({key})/Rounds/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.