Skip to main content
GET
https://prod-api.raisedonors.com
/
api
/
Project
/
{projectId}
/
dependency-count
Get Project Dependency Count
curl --request GET \
  --url https://prod-api.raisedonors.com/api/Project/{projectId}/dependency-count \
  --header 'Authorization: <api-key>'
{
  "recurringGiftCount": 123,
  "legacyPageCount": 123,
  "defaultPageCount": 123,
  "pageCount": 123
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path Parameters

projectId
integer<int64>
required

The ID of the project.

Response

OK

Represents a projectdependency model.

recurringGiftCount
integer<int32>

Gets or sets the recurring gift count.

legacyPageCount
integer<int32>

Gets or sets the legacy page count.

defaultPageCount
integer<int32>

Gets or sets the default page count.

pageCount
integer<int32>

Gets or sets the page count.

Last modified on June 5, 2026