Table of Contents
Each Offering in Supportable has a list of Reject Reasons from which the intake team may choose while rejecting a referral for that Offering.
Sample Request #
Headers | Authorization = Bearer [token] |
Parameters | None |
Body | None |
GET https://connect.supportableapp.com/api/offerings/{offeringId}/reject-reasons
Sample Response JSON #
Status: 200
[ { "id": "62a15c9aab50ae8faa27a2fa", "status": true, "name": "History of Eviction", "offeringId": "62a15c84ab50ae8faa27a2f9" }, { "id": "62a15cacab50ae8faa27a2fb", "status": true, "name": "Funding Not Approved", "offeringId": "62a15c84ab50ae8faa27a2f9" }, { "id": "62a15cceab50ae8faa27a2fc", "status": true, "name": "Needs higher level of care", "offeringId": "62a15c84ab50ae8faa27a2f9" }, . . . ]
Notes on Values #
Attribute | Data Type | Description |
---|---|---|
id | string | The unique identifier of the Reject Reason. |
status | boolean | Whether the Reject Reason is active in Supportable. |
name | string | The name of the Reject Reason as it appears in the application. |
offeringId | string | The unique identifier of the Offering with which the Reject Reason is associated. |