Reject Reason

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 #

HeadersAuthorization = Bearer [token]
ParametersNone
BodyNone
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 #

AttributeData TypeDescription
idstringThe unique identifier of the Reject Reason.
statusbooleanWhether the Reject Reason is active in Supportable.
namestringThe name of the Reject Reason as it appears in the application.
offeringIdstringThe unique identifier of the Offering with which the Reject Reason is associated.