Forked from jakobpederson/gist:32697c05046a6557c312219e76fb3915
Created
August 19, 2021 18:25
-
-
Save iamjohnlong/a2198e93715970faebaeab2f000e4fdb to your computer and use it in GitHub Desktop.
Prototype: SessionAdmin endpoint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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