List Donor Custom Fields
Returns a paginated list of the custom field values stored on the donor.
customFieldName, value, and responseType, plus the customCollectionName when the field belongs to a collection.
collectionSkip to page through the entries of a collection.Authorizations
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Path Parameters
The ID of the donor.
Query Parameters
The number of entries to skip within a custom collection. Use it to page through the entries of a collection.
A free-text search term applied to the custom field names and values in the results.
The number of records to skip before the first record returned. Use it with take to page through the results.
The maximum number of records to return in this page of results.
Field to sort by (case-insensitive). Valid options: createddate, createddatetimeutc, customfield, customfieldname, id, modifieddatetimeutc, name, response, type, value
createddate, createddatetimeutc, customfield, customfieldname, id, modifieddatetimeutc, name, response, type, value The direction to sort the results. Set to true to sort in descending order.
When true, includes the related records for each item in the response. Not every list has extra records to return, and it can slow down large result sets.