Get a specific pledge date
Return a specific pledge date that the user is able to see.
Path parameters
-
Which item to be processed
Minimum value is
0
.
GET
/pledgedate/{id}
curl \
-X GET https://YOURSITE.infoodle.com/apiv2/pledgedate/99 \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": 123,
"pledge_id": 544,
"status": "P",
"payment_date_local": "2017-07-18",
"amount": 30,
"form_entry_id": 76,
"user_id": 569,
"paid_date_local": "2024-12-31",
"transaction_id": 435123,
"matched_status": "M",
"gateway_fees": 3.45,
"bank_response": "Card declined",
"datetime_created_utc": "2017-07-18 23:15:10",
"datetime_modified_utc": "2017-09-18 12:12:10"
}
Response examples (401)
{
"error": "Unauthorised"
}
Response examples (403)
{
"error": "Invalid Permission"
}
Response examples (404)
{
"error": "Not Found"
}