Skip to content

Instantly share code, notes, and snippets.

@the-glima
Last active May 6, 2022 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save the-glima/5cd006908600419edb8e54b82e4c9d24 to your computer and use it in GitHub Desktop.
Save the-glima/5cd006908600419edb8e54b82e4c9d24 to your computer and use it in GitHub Desktop.
NexHealth: Front-end Challenge Data
[
{
"id":1,
"inst_id":1,
"loc_id":1,
"appointment":{
"activity_type":"survey-created",
"created_at":"2021-01-19T19:12:31Z",
"actor_name":"John Smith",
"link":"https://app.nexhealth.com/app/surveys",
"context":{
"rating_value":2,
"max_rating_value":5,
"appointment_start_time":"2021-01-19T19:12:31Z"
}
}
},
{
"id":2,
"inst_id":1,
"loc_id":2,
"appointment":{
"activity_type":"payment-sent",
"created_at":"2022-02-28T19:12:31Z",
"actor_name":"Aaron Arnold",
"link":"https://app.nexhealth.com/app/surveys",
"context":{
"rating_value":4,
"max_rating_value":5,
"appointment_start_time":"2022-02-28T19:12:31Z"
}
}
},
{
"id":3,
"inst_id":2,
"loc_id":1,
"appointment":{
"activity_type":"form-request-sent",
"created_at":"2019-01-17T19:12:31Z",
"actor_name":"Brenda Reed",
"link":"https://app.nexhealth.com/app/surveys",
"context":{
"rating_value":5,
"max_rating_value":5,
"appointment_start_time":"2019-01-17T19:12:31Z"
}
}
},
{
"id":4,
"inst_id":2,
"loc_id":2,
"appointment":{
"activity_type":"message-sent",
"created_at":"2021-12-20T19:12:31Z",
"actor_name":"Jack Ray",
"link":"https://app.nexhealth.com/app/surveys",
"context":{
"rating_value":3,
"max_rating_value":5,
"appointment_start_time":"2021-12-20T19:12:31Z"
}
}
},
{
"id":5,
"inst_id":1,
"loc_id":1,
"appointment":{
"activity_type":"reminder-sent",
"created_at":"2020-10-10T19:12:31Z",
"actor_name":"Kevin Richardson",
"link":"https://app.nexhealth.com/app/surveys",
"context":{
"rating_value":5,
"max_rating_value":5,
"appointment_start_time":"2020-10-10T19:12:31Z"
}
}
},
{
"id":6,
"inst_id":1,
"loc_id":1,
"appointment":{
"activity_type":"survey_created",
"created_at":"2021-05-21T19:12:31Z",
"actor_name":"Roy Duncan",
"link":"https://app.nexhealth.com/app/surveys",
"context":{
"rating_value":5,
"max_rating_value":5,
"appointment_start_time":"2021-05-21T19:12:31Z"
}
}
},
{
"id":7,
"inst_id":1,
"loc_id":2,
"appointment":{
"activity_type":"payment-failed",
"created_at":"2021-04-16T19:12:31Z",
"actor_name":"Michael Hunter",
"link":"https://app.nexhealth.com/app/surveys",
"context":{
"rating_value":4,
"max_rating_value":5,
"appointment_start_time":"2021-04-16T19:12:31Z"
}
}
},
{
"id":8,
"inst_id":2,
"loc_id":1,
"appointment":{
"activity_type":"survey_created",
"created_at":"2020-03-08T19:12:31Z",
"actor_name":"Mark Kim",
"link":"https://app.nexhealth.com/app/surveys",
"context":{
"rating_value":5,
"max_rating_value":5,
"appointment_start_time":"2020-03-08T19:12:31Z"
}
}
},
{
"id":9,
"inst_id":2,
"loc_id":2,
"appointment":{
"activity_type":"payment-successful",
"created_at":"2022-03-02T19:12:31Z",
"actor_name":"Chris Harris",
"link":"https://app.nexhealth.com/app/surveys",
"context":{
"rating_value":4,
"max_rating_value":5,
"appointment_start_time":"2022-03-02T19:12:31Z"
}
}
},
{
"id":10,
"inst_id":3,
"loc_id":1,
"appointment":{
"activity_type":"appointment-created",
"created_at":"2022-02-01T19:12:31Z",
"actor_name":"Cheryl Hall",
"link":"https://app.nexhealth.com/app/surveys",
"context":{
"rating_value":5,
"max_rating_value":5,
"appointment_start_time":"2022-02-01T19:12:31Z"
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment