RESTful API

Funding rounds

Get fundingrounds

Returns a set of data items of type fundingrounds.

Copy GET /api/funding/fundingrounds
Request Informaion

URI Parameters

None

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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

Title

System.String

Read only: False

OpenDate

System.DateTimeOffset

Read only: False

ProjectEndDate

System.DateTimeOffset

Read only: False

GrantsAwardedText

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

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2024-05-19T02:06:37.8455223Z",
    "PublicationDate": "2024-05-19T02:06:37.8455223Z",
    "DateCreated": "2024-05-19T02:06:37.8455223Z",
    "IncludeInSitemap": true,
    "UrlName": "sample string 5",
    "CloseDateText": "sample string 6",
    "Closed": true,
    "Title": "sample string 8",
    "OpenDate": "2024-05-19T02:06:37.8455223Z",
    "ProjectEndDate": "2024-05-19T02:06:37.8455223Z",
    "GrantsAwardedText": "sample string 11",
    "OpenDateText": "sample string 12",
    "ProjectStartDate": "2024-05-19T02:06:37.8455223Z",
    "DraftReviewStatus": "sample string 14",
    "AlwaysOpen": true,
    "CloseDate": "2024-05-19T02:06:37.8455223Z",
    "DraftReview": "2024-05-19T02:06:37.8455223Z",
    "GrantsAwarded": "2024-05-19T02:06:37.8455223Z",
    "ProjectStartDateText": "sample string 19",
    "ParentId": "f7ef8bab-2fb6-464c-96bd-dd0ef7235dd8",
    "Provider": "sample string 21"
  },
  {
    "LastModified": "2024-05-19T02:06:37.8455223Z",
    "PublicationDate": "2024-05-19T02:06:37.8455223Z",
    "DateCreated": "2024-05-19T02:06:37.8455223Z",
    "IncludeInSitemap": true,
    "UrlName": "sample string 5",
    "CloseDateText": "sample string 6",
    "Closed": true,
    "Title": "sample string 8",
    "OpenDate": "2024-05-19T02:06:37.8455223Z",
    "ProjectEndDate": "2024-05-19T02:06:37.8455223Z",
    "GrantsAwardedText": "sample string 11",
    "OpenDateText": "sample string 12",
    "ProjectStartDate": "2024-05-19T02:06:37.8455223Z",
    "DraftReviewStatus": "sample string 14",
    "AlwaysOpen": true,
    "CloseDate": "2024-05-19T02:06:37.8455223Z",
    "DraftReview": "2024-05-19T02:06:37.8455223Z",
    "GrantsAwarded": "2024-05-19T02:06:37.8455223Z",
    "ProjectStartDateText": "sample string 19",
    "ParentId": "f7ef8bab-2fb6-464c-96bd-dd0ef7235dd8",
    "Provider": "sample string 21"
  }
]

Get fundingrounds by key

Gets fundingrounds item by id.

Copy GET /api/funding/fundingrounds({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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

Title

System.String

Read only: False

OpenDate

System.DateTimeOffset

Read only: False

ProjectEndDate

System.DateTimeOffset

Read only: False

GrantsAwardedText

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

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2024-05-19T02:06:37.8455223Z",
  "PublicationDate": "2024-05-19T02:06:37.8455223Z",
  "DateCreated": "2024-05-19T02:06:37.8455223Z",
  "IncludeInSitemap": true,
  "UrlName": "sample string 5",
  "CloseDateText": "sample string 6",
  "Closed": true,
  "Title": "sample string 8",
  "OpenDate": "2024-05-19T02:06:37.8455223Z",
  "ProjectEndDate": "2024-05-19T02:06:37.8455223Z",
  "GrantsAwardedText": "sample string 11",
  "OpenDateText": "sample string 12",
  "ProjectStartDate": "2024-05-19T02:06:37.8455223Z",
  "DraftReviewStatus": "sample string 14",
  "AlwaysOpen": true,
  "CloseDate": "2024-05-19T02:06:37.8455223Z",
  "DraftReview": "2024-05-19T02:06:37.8455223Z",
  "GrantsAwarded": "2024-05-19T02:06:37.8455223Z",
  "ProjectStartDateText": "sample string 19",
  "ParentId": "183ac175-e0d4-4db5-8d77-f4a2146d3102",
  "Provider": "sample string 21"
}

Get property

Gets Id property from fundingrounds item.

Copy GET /api/funding/fundingrounds({key})/property
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

property

System.String

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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

Resource Format

Response Formats
Copy
application/json
{
  "Id": "20e13bad-2999-4794-9d17-d84116d3539a"
}

Post fundingrounds

Creates a fundingrounds item.

Copy POST /api/funding/fundingrounds
Request Informaion

URI Parameters

None

Body Parameters

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

Title

System.String

Read only: False

OpenDate

System.DateTimeOffset

Read only: False

ProjectEndDate

System.DateTimeOffset

Read only: False

GrantsAwardedText

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

Request Formats
Copy
application/json
{
  "PublicationDate": "2024-05-19T02:06:37.8455223Z",
  "IncludeInSitemap": true,
  "UrlName": "sample string 3",
  "CloseDateText": "sample string 4",
  "Closed": true,
  "Title": "sample string 6",
  "OpenDate": "2024-05-19T02:06:37.8455223Z",
  "ProjectEndDate": "2024-05-19T02:06:37.8455223Z",
  "GrantsAwardedText": "sample string 9",
  "OpenDateText": "sample string 10",
  "ProjectStartDate": "2024-05-19T02:06:37.8455223Z",
  "DraftReviewStatus": "sample string 12",
  "AlwaysOpen": true,
  "CloseDate": "2024-05-19T02:06:37.8455223Z",
  "DraftReview": "2024-05-19T02:06:37.8455223Z",
  "GrantsAwarded": "2024-05-19T02:06:37.8455223Z",
  "ProjectStartDateText": "sample string 17",
  "ParentId": "3c41b9a3-21f9-4663-b695-a1e04734edfb"
}
Response Informaion

Resource Description

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

Title

System.String

Read only: False

OpenDate

System.DateTimeOffset

Read only: False

ProjectEndDate

System.DateTimeOffset

Read only: False

GrantsAwardedText

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

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2024-05-19T02:06:37.8455223Z",
  "PublicationDate": "2024-05-19T02:06:37.8455223Z",
  "DateCreated": "2024-05-19T02:06:37.8455223Z",
  "IncludeInSitemap": true,
  "UrlName": "sample string 5",
  "CloseDateText": "sample string 6",
  "Closed": true,
  "Title": "sample string 8",
  "OpenDate": "2024-05-19T02:06:37.8455223Z",
  "ProjectEndDate": "2024-05-19T02:06:37.8455223Z",
  "GrantsAwardedText": "sample string 11",
  "OpenDateText": "sample string 12",
  "ProjectStartDate": "2024-05-19T02:06:37.8455223Z",
  "DraftReviewStatus": "sample string 14",
  "AlwaysOpen": true,
  "CloseDate": "2024-05-19T02:06:37.8455223Z",
  "DraftReview": "2024-05-19T02:06:37.8455223Z",
  "GrantsAwarded": "2024-05-19T02:06:37.8455223Z",
  "ProjectStartDateText": "sample string 19",
  "ParentId": "eabd19f8-b104-4b7f-b201-96725f8fb0fa",
  "Provider": "sample string 21"
}

Patch fundingrounds by key

Partial update for fundingrounds item.

Copy PATCH /api/funding/fundingrounds({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

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

Title

System.String

Read only: False

OpenDate

System.DateTimeOffset

Read only: False

ProjectEndDate

System.DateTimeOffset

Read only: False

GrantsAwardedText

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

Request Formats
Copy
application/json
{
  "PublicationDate": "2024-05-19T02:06:37.8455223Z",
  "IncludeInSitemap": true,
  "UrlName": "sample string 3",
  "CloseDateText": "sample string 4",
  "Closed": true,
  "Title": "sample string 6",
  "OpenDate": "2024-05-19T02:06:37.8455223Z",
  "ProjectEndDate": "2024-05-19T02:06:37.8455223Z",
  "GrantsAwardedText": "sample string 9",
  "OpenDateText": "sample string 10",
  "ProjectStartDate": "2024-05-19T02:06:37.8455223Z",
  "DraftReviewStatus": "sample string 12",
  "AlwaysOpen": true,
  "CloseDate": "2024-05-19T02:06:37.8455223Z",
  "DraftReview": "2024-05-19T02:06:37.8455223Z",
  "GrantsAwarded": "2024-05-19T02:06:37.8455223Z",
  "ProjectStartDateText": "sample string 17",
  "ParentId": "887ad202-c064-4b28-b18d-aa67342f6328"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Put fundingrounds by key

Full update for fundingrounds item.

Copy PUT /api/funding/fundingrounds({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

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

Title

System.String

Read only: False

OpenDate

System.DateTimeOffset

Read only: False

ProjectEndDate

System.DateTimeOffset

Read only: False

GrantsAwardedText

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

Request Formats
Copy
application/json
{
  "PublicationDate": "2024-05-19T02:06:37.8455223Z",
  "IncludeInSitemap": true,
  "UrlName": "sample string 3",
  "CloseDateText": "sample string 4",
  "Closed": true,
  "Title": "sample string 6",
  "OpenDate": "2024-05-19T02:06:37.8455223Z",
  "ProjectEndDate": "2024-05-19T02:06:37.8455223Z",
  "GrantsAwardedText": "sample string 9",
  "OpenDateText": "sample string 10",
  "ProjectStartDate": "2024-05-19T02:06:37.8455223Z",
  "DraftReviewStatus": "sample string 12",
  "AlwaysOpen": true,
  "CloseDate": "2024-05-19T02:06:37.8455223Z",
  "DraftReview": "2024-05-19T02:06:37.8455223Z",
  "GrantsAwarded": "2024-05-19T02:06:37.8455223Z",
  "ProjectStartDateText": "sample string 17",
  "ParentId": "7fd86251-5586-4bc5-9242-e8ff76716cf9"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete fundingrounds by key

Deletes a fundingrounds item by Id.

Copy DELETE /api/funding/fundingrounds({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get Parent

Returns a set of related items of type Parent from fundingrounds item.

Copy GET /api/funding/fundingrounds({key})/Parent
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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

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

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

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2024-05-19T02:06:37.8455223Z",
    "PublicationDate": "2024-05-19T02:06:37.8455223Z",
    "DateCreated": "2024-05-19T02:06:37.8455223Z",
    "IncludeInSitemap": true,
    "UrlName": "sample string 5",
    "AdditionalFundingTitle": "sample string 6",
    "Recipient": "sample string 7",
    "Description": "sample string 8",
    "Title": "sample string 9",
    "WhoCanApply": "sample string 10",
    "Departments": "b88ec72d-3b03-48a4-887c-69a7884f83c0",
    "FundingFor": "sample string 12",
    "Introduction": "sample string 13",
    "Closed": true,
    "AdditionalFundingText": "sample string 15",
    "FundingNotFor": "sample string 16",
    "Tags": "7f6ab9bc-24de-4839-ae1d-94d54a82685b",
    "Provider": "sample string 18"
  },
  {
    "LastModified": "2024-05-19T02:06:37.8455223Z",
    "PublicationDate": "2024-05-19T02:06:37.8455223Z",
    "DateCreated": "2024-05-19T02:06:37.8455223Z",
    "IncludeInSitemap": true,
    "UrlName": "sample string 5",
    "AdditionalFundingTitle": "sample string 6",
    "Recipient": "sample string 7",
    "Description": "sample string 8",
    "Title": "sample string 9",
    "WhoCanApply": "sample string 10",
    "Departments": "b88ec72d-3b03-48a4-887c-69a7884f83c0",
    "FundingFor": "sample string 12",
    "Introduction": "sample string 13",
    "Closed": true,
    "AdditionalFundingText": "sample string 15",
    "FundingNotFor": "sample string 16",
    "Tags": "7f6ab9bc-24de-4839-ae1d-94d54a82685b",
    "Provider": "sample string 18"
  }
]

Get Parent by relatedKey

Returns a related item of type Parent from fundingrounds item.

Copy GET /api/funding/fundingrounds({key})/Parent({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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

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

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

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2024-05-19T02:06:37.8455223Z",
  "PublicationDate": "2024-05-19T02:06:37.8455223Z",
  "DateCreated": "2024-05-19T02:06:37.8455223Z",
  "IncludeInSitemap": true,
  "UrlName": "sample string 5",
  "AdditionalFundingTitle": "sample string 6",
  "Recipient": "sample string 7",
  "Description": "sample string 8",
  "Title": "sample string 9",
  "WhoCanApply": "sample string 10",
  "Departments": "b9eb4695-50cf-4055-afa6-44583e9cb91c",
  "FundingFor": "sample string 12",
  "Introduction": "sample string 13",
  "Closed": true,
  "AdditionalFundingText": "sample string 15",
  "FundingNotFor": "sample string 16",
  "Tags": "b6acd155-eb6a-4f68-b590-a01b4b854991",
  "Provider": "sample string 18"
}

Post Parent

Add Parent relation to fundingrounds item.

Copy POST /api/funding/fundingrounds({key})/Parent/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete Parent

Delete set of related items of type Parent from fundingrounds item.

Copy DELETE /api/funding/fundingrounds({key})/Parent/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete Parent by relatedKey

Delete relation of type Parent from fundingrounds item.

Copy DELETE /api/funding/fundingrounds({key})/Parent({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.