You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**first_name**|*string*| The first name on the donation |`"Firstname"`|
302
+
|**form_type**|*string*| <br/> **one of:**`"online_form"` or `"door_to_door_form"`|`"online_form"`|
302
303
|**[fundraiser:html_url](#resource-common)**|*uri*| The current url to view the organisation page on BetterNow. This can, and does, change. Requests to old urls will be redirect to the current url. |`"https://dk.betternow.org/charities/helpnow"`|
303
304
|**[fundraiser:id](#resource-common)**|*string*| Unique identifier of organisation |`1234567`|
304
305
|**[fundraiser:name](#resource-common)**|*string*| The name of the Organisation |`"HelpNow"`|
@@ -468,7 +469,8 @@ HTTP/1.1 200 OK
468
469
"utm_campaign": "example"
469
470
},
470
471
"erp_product_number": "4000",
471
-
"donor_reference": "Christmas Donation"
472
+
"donor_reference": "Christmas Donation",
473
+
"form_type": "online_form"
472
474
}
473
475
```
474
476
@@ -994,7 +996,7 @@ Detailed information about a single Fundraising Page on BetterNow.org
994
996
|**[recipient:name](#resource-common)**|*string*| The name of the Organisation |`"HelpNow"`|
|**[slug](#resource-common)**|*string*| The current url path component to identify the fundraiser. This can, and does, change.<br/> **pattern:**`^([a-z0-9-]{2,})$`|`"firstname-lastnames-fundraiser-for-helpnow"`|
997
-
|**[state](#resource-common)**|*string*| The state of this fundraiser |`"published"`|
999
+
|**state**|*string*| The state of this fundraiser. Fundraisers in the draft and trashed states are not available via the API.<br/> **one of:**`"draft"` or `"finished"` or `"finished_hidden"` or `"hidden"` or `"published"` or `"trashed"`|`"published"`|
998
1000
|**[team:html_url](#resource-common)**|*uri*| The url to the Team page on BetterNow |`"https://dk.betternow.org/teams/team-novo"`|
999
1001
|**[team:id](#resource-common)**|*string*| unique identifier of team |`1234567`|
1000
1002
|**[team:name](#resource-common)**|*string*| the name of the Team |`"Team NOVO"`|
"description": "The private details about a donation. Includes Personally Identifieable Information. A secret key is required to access this information.",
653
+
"description": "The private details about a donation. Includes Personal data. A secret key is required to access this information.",
0 commit comments