Created
June 15, 2012 19:59
-
-
Save camdez/2938446 to your computer and use it in GitHub Desktop.
OrgSync API: Org Membership Logs: Show Single Entry
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
[ | |
{ | |
"created_at": "2008-09-10T10:44:05Z", | |
"account_id": 1500, | |
"action": "Join", | |
"org_id": 225 | |
}, | |
{ | |
"created_at": "2008-09-10T10:45:08Z", | |
"account_id": 1500, | |
"action": "Leave", | |
"org_id": 225 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment