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

Authorizations

Authorization
string
header
required

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

Path Parameters

campaignId
integer<int64>
required

The ID of the campaign.

Response

OK

Represents a campaigndependency model.

pageCount
integer<int32>

Gets or sets the page count.

Last modified on June 5, 2026