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-05-01T12:31:08.4222467Z",
"PublicationDate": "2025-05-01T12:31:08.4222467Z",
"DateCreated": "2025-05-01T12:31:08.4222467Z",
"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": "f60bb05c-2711-49eb-8db5-f5aa59b261ea",
"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": "b1824b92-c23e-417c-bc99-5f56079d54c2",
"Provider": "sample string 21"
},
{
"LastModified": "2025-05-01T12:31:08.4222467Z",
"PublicationDate": "2025-05-01T12:31:08.4222467Z",
"DateCreated": "2025-05-01T12:31:08.4222467Z",
"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": "f60bb05c-2711-49eb-8db5-f5aa59b261ea",
"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": "b1824b92-c23e-417c-bc99-5f56079d54c2",
"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-05-01T12:31:08.4222467Z",
"PublicationDate": "2025-05-01T12:31:08.4222467Z",
"DateCreated": "2025-05-01T12:31:08.4222467Z",
"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": "6b4a4815-ee3c-495e-a06b-b7fd25d3edc1",
"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": "62595592-00dd-47a8-b16b-d8314ae0ddae",
"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": "80ca4e03-e614-4969-b4ad-ee8e290deb22"
}
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-05-01T12:31:08.4222467Z",
"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": "01b733d8-4881-48b1-a1d2-56eafe20c4a2",
"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": "50caa99b-ddaf-436e-b2a2-c3f55b982c09"
}
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-05-01T12:31:08.4222467Z",
"PublicationDate": "2025-05-01T12:31:08.4222467Z",
"DateCreated": "2025-05-01T12:31:08.4222467Z",
"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": "43f02bf4-c7df-411b-b638-ddd76e16d300",
"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": "1e7660c7-d037-4257-83a4-01c459bb712f",
"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-05-01T12:31:08.4222467Z",
"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": "26231f29-c0b6-40d8-8737-cc700d50598e",
"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": "b7ff43f1-19e8-4734-89e3-62254079dca5"
}
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-05-01T12:31:08.4222467Z",
"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": "07e28d94-8481-4cad-9206-621f6507f0bd",
"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": "b40375d3-8d92-436c-8283-bcee5a79873d"
}
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-05-01T12:31:08.4222467Z",
"PublicationDate": "2025-05-01T12:31:08.4222467Z",
"DateCreated": "2025-05-01T12:31:08.4222467Z",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"CloseDateText": "sample string 6",
"Closed": true,
"DraftReviewText": "sample string 8",
"Title": "sample string 9",
"OpenDate": "2025-05-01T12:31:08.4222467Z",
"ProjectEndDate": "2025-05-01T12:31:08.4222467Z",
"GrantsAwardedText": "sample string 12",
"ProjectEndDateText": "sample string 13",
"OpenDateText": "sample string 14",
"ProjectStartDate": "2025-05-01T12:31:08.4222467Z",
"DraftReviewStatus": "sample string 16",
"AlwaysOpen": true,
"CloseDate": "2025-05-01T12:31:08.4222467Z",
"DraftReview": "2025-05-01T12:31:08.4222467Z",
"GrantsAwarded": "2025-05-01T12:31:08.4222467Z",
"ProjectStartDateText": "sample string 21",
"ParentId": "37ffe549-b8ef-471e-ab67-1d844b202f05",
"Provider": "sample string 23"
},
{
"LastModified": "2025-05-01T12:31:08.4222467Z",
"PublicationDate": "2025-05-01T12:31:08.4222467Z",
"DateCreated": "2025-05-01T12:31:08.4222467Z",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"CloseDateText": "sample string 6",
"Closed": true,
"DraftReviewText": "sample string 8",
"Title": "sample string 9",
"OpenDate": "2025-05-01T12:31:08.4222467Z",
"ProjectEndDate": "2025-05-01T12:31:08.4222467Z",
"GrantsAwardedText": "sample string 12",
"ProjectEndDateText": "sample string 13",
"OpenDateText": "sample string 14",
"ProjectStartDate": "2025-05-01T12:31:08.4222467Z",
"DraftReviewStatus": "sample string 16",
"AlwaysOpen": true,
"CloseDate": "2025-05-01T12:31:08.4222467Z",
"DraftReview": "2025-05-01T12:31:08.4222467Z",
"GrantsAwarded": "2025-05-01T12:31:08.4222467Z",
"ProjectStartDateText": "sample string 21",
"ParentId": "37ffe549-b8ef-471e-ab67-1d844b202f05",
"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.