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-06-19T04:50:25.6725516Z",
"PublicationDate": "2025-06-19T04:50:25.6725516Z",
"DateCreated": "2025-06-19T04:50:25.6725516Z",
"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": "f825395d-70ce-4585-8a6d-407146cdfd72",
"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": "7ad0cdc9-bf64-414f-a4f2-ad0d37f9f5dc",
"Provider": "sample string 21"
},
{
"LastModified": "2025-06-19T04:50:25.6725516Z",
"PublicationDate": "2025-06-19T04:50:25.6725516Z",
"DateCreated": "2025-06-19T04:50:25.6725516Z",
"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": "f825395d-70ce-4585-8a6d-407146cdfd72",
"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": "7ad0cdc9-bf64-414f-a4f2-ad0d37f9f5dc",
"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-06-19T04:50:25.6725516Z",
"PublicationDate": "2025-06-19T04:50:25.6725516Z",
"DateCreated": "2025-06-19T04:50:25.6725516Z",
"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": "5ef77202-4296-4d99-87a0-7454098fef98",
"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": "c056fb58-c461-48dd-8818-dc22543a492b",
"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": "2e2eca84-340c-4fe0-b945-53dcb976731c"
}
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-06-19T04:50:25.6725516Z",
"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": "afb9371f-100a-4122-96c3-09763fa299c7",
"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": "0511c4de-ae6b-4de3-a261-01c694092261"
}
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-06-19T04:50:25.6725516Z",
"PublicationDate": "2025-06-19T04:50:25.6725516Z",
"DateCreated": "2025-06-19T04:50:25.6725516Z",
"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": "794ac5ec-e83f-4bf6-9200-92d8bc47c6d6",
"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": "5a24bb1d-367e-41f3-8b4b-c9024b758a74",
"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-06-19T04:50:25.6725516Z",
"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": "6fd35bd4-437f-4de0-b249-33d7d5fd0a58",
"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": "63ac3d2d-38e2-458f-97c4-1453f1e914a3"
}
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-06-19T04:50:25.6725516Z",
"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": "39927da7-7c46-4587-b787-f42812b59ead",
"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": "84bacab1-bc99-4686-bdfa-7110339b5075"
}
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-06-19T04:50:25.6725516Z",
"PublicationDate": "2025-06-19T04:50:25.6725516Z",
"DateCreated": "2025-06-19T04:50:25.6725516Z",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"CloseDateText": "sample string 6",
"Closed": true,
"DraftReviewText": "sample string 8",
"Title": "sample string 9",
"OpenDate": "2025-06-19T04:50:25.6725516Z",
"ProjectEndDate": "2025-06-19T04:50:25.6725516Z",
"GrantsAwardedText": "sample string 12",
"ProjectEndDateText": "sample string 13",
"OpenDateText": "sample string 14",
"ProjectStartDate": "2025-06-19T04:50:25.6725516Z",
"DraftReviewStatus": "sample string 16",
"AlwaysOpen": true,
"CloseDate": "2025-06-19T04:50:25.6725516Z",
"DraftReview": "2025-06-19T04:50:25.6725516Z",
"GrantsAwarded": "2025-06-19T04:50:25.6725516Z",
"ProjectStartDateText": "sample string 21",
"ParentId": "eb13abf4-e91b-4dae-a801-cdf7e84ef034",
"Provider": "sample string 23"
},
{
"LastModified": "2025-06-19T04:50:25.6725516Z",
"PublicationDate": "2025-06-19T04:50:25.6725516Z",
"DateCreated": "2025-06-19T04:50:25.6725516Z",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"CloseDateText": "sample string 6",
"Closed": true,
"DraftReviewText": "sample string 8",
"Title": "sample string 9",
"OpenDate": "2025-06-19T04:50:25.6725516Z",
"ProjectEndDate": "2025-06-19T04:50:25.6725516Z",
"GrantsAwardedText": "sample string 12",
"ProjectEndDateText": "sample string 13",
"OpenDateText": "sample string 14",
"ProjectStartDate": "2025-06-19T04:50:25.6725516Z",
"DraftReviewStatus": "sample string 16",
"AlwaysOpen": true,
"CloseDate": "2025-06-19T04:50:25.6725516Z",
"DraftReview": "2025-06-19T04:50:25.6725516Z",
"GrantsAwarded": "2025-06-19T04:50:25.6725516Z",
"ProjectStartDateText": "sample string 21",
"ParentId": "eb13abf4-e91b-4dae-a801-cdf7e84ef034",
"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.