Get Non-Cash Gift Types Available
GET {{baseUrl}}/api/Gift/NonCashGiftTypes?skip=0&take=100&sortBy&descending
Will return all enabled custom fields available for the Gift object.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
skip | number | int | |
take | number | int | |
sortBy | null | Optional string | |
descending | null | Optional boolean |
RESPONSES
status: OK
{"list":[{"id":0,"name":"string","isEnabled":true}],"total":0}