v1
latestOpenAPI 3.1.02026-08-063776831.4 MBFacility Credentialing Outreach Resource
Get a single facility outreach with emails and replies
Returns the details of a facility outreach including all its emails, their replies, and a timeline
get/facility-credentialing-outreaches/{outreachId}/details
Path parameters
outreachIdstring required
Outreach ID
Headers
tenant-idstring required
Tenant ID
Response
Outreach detail retrieved successfully
Example response
{
"reasons": [
{
"id": "reason-123",
"label": "Malpractice Insurance Missing"
}
],
"lastAttemptedAt": "2022-03-10T16:15:50Z",
"createdAt": "2022-03-10T16:15:50Z",
"updatedAt": "2022-03-10T16:15:50Z",
"emails": [
{
"createdAt": "2022-03-10T16:15:50Z",
"updatedAt": "2022-03-10T16:15:50Z",
"replies": [
{
"createdAt": "2022-03-10T16:15:50Z",
"updatedAt": "2022-03-10T16:15:50Z"
}
]
}
],
"timeline": [
{
"date": "2022-03-10T16:15:50Z"
}
]
}