Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jakobpederson/32697c05046a6557c312219e76fb3915 to your computer and use it in GitHub Desktop.
Save jakobpederson/32697c05046a6557c312219e76fb3915 to your computer and use it in GitHub Desktop.
Prototype: SessionAdmin endpoint
{
"activity": {
"category": "My Company",
"id": 1,
"name": "My Company"
},
"attachment": {
"id": 2,
"name": "laugh.flac",
"url": "https://aws_cloudfront/find/large.numbers",
"userId": null
},
"departments": [
{
"id": 3,
"name": "Name of Test Dept"
}
],
"description": "this is a description",
"dtEnd": "2021-08-19T14:01:11.545040",
"dtStart": "2021-08-19T13:01:11.545043",
"id": 2,
"includeAllDepartments": true,
"includeAllLocations": true,
"liveSessionUrl": "https://tenspot.co",
"locations": [
{
"id": 3,
"name": "Name of Test Loc"
}
],
"name": "Test the Session Name",
"thumbnailImage": {
"id": 1,
"name": "effect.mov",
"url": "https://aws_cloudfront/there/nation.wav",
"userId": null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment