Grants
Number of APIs: 10
-
Get Grants for a Contact GET {{baseUrl}}/api/Grant/ByContact/:contactId?skip=<integer>&take=<integer>
-
Get Grant GET {{baseUrl}}/api/Grant/:grantId
-
Get a Grant by Reference ID GET {{baseUrl}}/api/Grant/ByReference/:referenceId
-
Get the Gifts applied to a Grant GET {{baseUrl}}/api/Grant/:grantId/Gifts
-
Create a Grant POST {{baseUrl}}/api/Grant
-
Update a Grant PUT {{baseUrl}}/api/Grant/:grantId
-
Delete a Grant DELETE {{baseUrl}}/api/Grant/:grantId
-
Get Grant Custom Fields Available GET {{baseUrl}}/api/Grant/CustomFields
-
Query Grants POST {{baseUrl}}/api/Grant/Query?skip=<integer>&take=<integer>
-
Get Grant Query Options GET {{baseUrl}}/api/Grant/QueryOptions