Returns a set of data items of type fundingrounds.
GET /api/funding/fundingrounds
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 | |
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-09-12T19:31:50.7934385Z",
"PublicationDate": "2025-09-12T19:31:50.7934385Z",
"DateCreated": "2025-09-12T19:31:50.7934385Z",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"CloseDateText": "sample string 6",
"Closed": true,
"DraftReviewText": "sample string 8",
"Title": "sample string 9",
"OpenDate": "2025-09-12T19:31:50.7934385Z",
"ProjectEndDate": "2025-09-12T19:31:50.7934385Z",
"GrantsAwardedText": "sample string 12",
"ProjectEndDateText": "sample string 13",
"OpenDateText": "sample string 14",
"ProjectStartDate": "2025-09-12T19:31:50.7934385Z",
"DraftReviewStatus": "sample string 16",
"AlwaysOpen": true,
"CloseDate": "2025-09-12T19:31:50.7934385Z",
"DraftReview": "2025-09-12T19:31:50.7934385Z",
"GrantsAwarded": "2025-09-12T19:31:50.7934385Z",
"ProjectStartDateText": "sample string 21",
"ParentId": "74a30d05-c14a-426a-bad2-270a267cce87",
"Provider": "sample string 23"
},
{
"LastModified": "2025-09-12T19:31:50.7934385Z",
"PublicationDate": "2025-09-12T19:31:50.7934385Z",
"DateCreated": "2025-09-12T19:31:50.7934385Z",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"CloseDateText": "sample string 6",
"Closed": true,
"DraftReviewText": "sample string 8",
"Title": "sample string 9",
"OpenDate": "2025-09-12T19:31:50.7934385Z",
"ProjectEndDate": "2025-09-12T19:31:50.7934385Z",
"GrantsAwardedText": "sample string 12",
"ProjectEndDateText": "sample string 13",
"OpenDateText": "sample string 14",
"ProjectStartDate": "2025-09-12T19:31:50.7934385Z",
"DraftReviewStatus": "sample string 16",
"AlwaysOpen": true,
"CloseDate": "2025-09-12T19:31:50.7934385Z",
"DraftReview": "2025-09-12T19:31:50.7934385Z",
"GrantsAwarded": "2025-09-12T19:31:50.7934385Z",
"ProjectStartDateText": "sample string 21",
"ParentId": "74a30d05-c14a-426a-bad2-270a267cce87",
"Provider": "sample string 23"
}
]
Gets fundingrounds item by id.
GET /api/funding/fundingrounds({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 | |
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-09-12T19:31:50.7934385Z",
"PublicationDate": "2025-09-12T19:31:50.7934385Z",
"DateCreated": "2025-09-12T19:31:50.7934385Z",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"CloseDateText": "sample string 6",
"Closed": true,
"DraftReviewText": "sample string 8",
"Title": "sample string 9",
"OpenDate": "2025-09-12T19:31:50.7934385Z",
"ProjectEndDate": "2025-09-12T19:31:50.7934385Z",
"GrantsAwardedText": "sample string 12",
"ProjectEndDateText": "sample string 13",
"OpenDateText": "sample string 14",
"ProjectStartDate": "2025-09-12T19:31:50.7934385Z",
"DraftReviewStatus": "sample string 16",
"AlwaysOpen": true,
"CloseDate": "2025-09-12T19:31:50.7934385Z",
"DraftReview": "2025-09-12T19:31:50.7934385Z",
"GrantsAwarded": "2025-09-12T19:31:50.7934385Z",
"ProjectStartDateText": "sample string 21",
"ParentId": "32f1051e-be47-4952-8232-34a82ec5b451",
"Provider": "sample string 23"
}
Gets Id property from fundingrounds item.
GET /api/funding/fundingrounds({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": "7dcfd5fa-24bb-49cf-a0e7-462ffc53a940"
}
Creates a fundingrounds item.
POST /api/funding/fundingrounds
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 | |
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
{
"PublicationDate": "2025-09-12T19:31:50.7934385Z",
"IncludeInSitemap": true,
"UrlName": "sample string 3",
"CloseDateText": "sample string 4",
"Closed": true,
"DraftReviewText": "sample string 6",
"Title": "sample string 7",
"OpenDate": "2025-09-12T19:31:50.7934385Z",
"ProjectEndDate": "2025-09-12T19:31:50.7934385Z",
"GrantsAwardedText": "sample string 10",
"ProjectEndDateText": "sample string 11",
"OpenDateText": "sample string 12",
"ProjectStartDate": "2025-09-12T19:31:50.7934385Z",
"DraftReviewStatus": "sample string 14",
"AlwaysOpen": true,
"CloseDate": "2025-09-12T19:31:50.7934385Z",
"DraftReview": "2025-09-12T19:31:50.7934385Z",
"GrantsAwarded": "2025-09-12T19:31:50.7934385Z",
"ProjectStartDateText": "sample string 19",
"ParentId": "84da6fd5-18da-4394-ac1b-d0dd402a81de"
}
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 | |
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-09-12T19:31:50.7934385Z",
"PublicationDate": "2025-09-12T19:31:50.7934385Z",
"DateCreated": "2025-09-12T19:31:50.7934385Z",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"CloseDateText": "sample string 6",
"Closed": true,
"DraftReviewText": "sample string 8",
"Title": "sample string 9",
"OpenDate": "2025-09-12T19:31:50.7934385Z",
"ProjectEndDate": "2025-09-12T19:31:50.7934385Z",
"GrantsAwardedText": "sample string 12",
"ProjectEndDateText": "sample string 13",
"OpenDateText": "sample string 14",
"ProjectStartDate": "2025-09-12T19:31:50.7934385Z",
"DraftReviewStatus": "sample string 16",
"AlwaysOpen": true,
"CloseDate": "2025-09-12T19:31:50.7934385Z",
"DraftReview": "2025-09-12T19:31:50.7934385Z",
"GrantsAwarded": "2025-09-12T19:31:50.7934385Z",
"ProjectStartDateText": "sample string 21",
"ParentId": "3ad40544-8531-41a7-9060-34ce4b2791a3",
"Provider": "sample string 23"
}
Partial update for fundingrounds item.
PATCH /api/funding/fundingrounds({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 | |
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
{
"PublicationDate": "2025-09-12T19:31:50.7934385Z",
"IncludeInSitemap": true,
"UrlName": "sample string 3",
"CloseDateText": "sample string 4",
"Closed": true,
"DraftReviewText": "sample string 6",
"Title": "sample string 7",
"OpenDate": "2025-09-12T19:31:50.7934385Z",
"ProjectEndDate": "2025-09-12T19:31:50.7934385Z",
"GrantsAwardedText": "sample string 10",
"ProjectEndDateText": "sample string 11",
"OpenDateText": "sample string 12",
"ProjectStartDate": "2025-09-12T19:31:50.7934385Z",
"DraftReviewStatus": "sample string 14",
"AlwaysOpen": true,
"CloseDate": "2025-09-12T19:31:50.7934385Z",
"DraftReview": "2025-09-12T19:31:50.7934385Z",
"GrantsAwarded": "2025-09-12T19:31:50.7934385Z",
"ProjectStartDateText": "sample string 19",
"ParentId": "67102298-f0b9-46da-9520-b8bf0e25f0b8"
}
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 fundingrounds item.
PUT /api/funding/fundingrounds({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 | |
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
{
"PublicationDate": "2025-09-12T19:31:50.7934385Z",
"IncludeInSitemap": true,
"UrlName": "sample string 3",
"CloseDateText": "sample string 4",
"Closed": true,
"DraftReviewText": "sample string 6",
"Title": "sample string 7",
"OpenDate": "2025-09-12T19:31:50.7934385Z",
"ProjectEndDate": "2025-09-12T19:31:50.7934385Z",
"GrantsAwardedText": "sample string 10",
"ProjectEndDateText": "sample string 11",
"OpenDateText": "sample string 12",
"ProjectStartDate": "2025-09-12T19:31:50.7934385Z",
"DraftReviewStatus": "sample string 14",
"AlwaysOpen": true,
"CloseDate": "2025-09-12T19:31:50.7934385Z",
"DraftReview": "2025-09-12T19:31:50.7934385Z",
"GrantsAwarded": "2025-09-12T19:31:50.7934385Z",
"ProjectStartDateText": "sample string 19",
"ParentId": "c8e4d8a4-ac42-4b2e-ad86-de346cfc5db7"
}
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 fundingrounds item by Id.
DELETE /api/funding/fundingrounds({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 Parent from fundingrounds item.
GET /api/funding/fundingrounds({key})/Parent
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 | |
HideFromSite | 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-09-12T19:31:50.7934385Z",
"PublicationDate": "2025-09-12T19:31:50.7934385Z",
"DateCreated": "2025-09-12T19:31:50.7934385Z",
"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": "e66ebbfa-c915-471c-a901-f7f38a571584",
"FundingFor": "sample string 13",
"Introduction": "sample string 14",
"FilterFields": "sample string 15",
"ShowGraphs": true,
"HideFromSite": true,
"Closed": true,
"AdditionalFundingText": "sample string 19",
"FundingNotFor": "sample string 20",
"Tags": "ad613678-8c45-40de-8257-8d2f7dbc84a9",
"Provider": "sample string 22"
},
{
"LastModified": "2025-09-12T19:31:50.7934385Z",
"PublicationDate": "2025-09-12T19:31:50.7934385Z",
"DateCreated": "2025-09-12T19:31:50.7934385Z",
"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": "e66ebbfa-c915-471c-a901-f7f38a571584",
"FundingFor": "sample string 13",
"Introduction": "sample string 14",
"FilterFields": "sample string 15",
"ShowGraphs": true,
"HideFromSite": true,
"Closed": true,
"AdditionalFundingText": "sample string 19",
"FundingNotFor": "sample string 20",
"Tags": "ad613678-8c45-40de-8257-8d2f7dbc84a9",
"Provider": "sample string 22"
}
]
Add Parent relation to fundingrounds item.
POST /api/funding/fundingrounds({key})/Parent/$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 Parent from fundingrounds item.
DELETE /api/funding/fundingrounds({key})/Parent/$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.