Get invitation status
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
f | string | ||
token | string |
RESPONSES
status: OK
"{\n \"id\": \"{{invitation_id}}\",\n \"targetType\": \"group\",\n \"targetId\": \"{{group_id}}\",\n \"received\":\"date_received\",\n \"accepted\": false,\n \"email\": \"\",\n \"role\": \"group_member\",\n \"type\": \"user\",\n \"expiration\": \"expiration_date\",\n \"created\": \"date_created\", \"username\": \"{{username}}\", \"fromUsername\": {\n \"username\": \"\",\n \"fullname\": \"\"\n },\n \"group\": {\n \"id\": \"{{group_id}}\",\n \"title\": \"{{group_title}}\",\n \"isInvitationOnly\": false,\n \"owner\": \"\",\n \"description\": \"\",\n \"snippet\": \"\",\n \"tags\": [\n \"\",\n \"\",\n \"\"\n ],\n \"phone\": \"https://www.esri.com\",\n \"thumbnail\": metro.jpg,\n \"created\": 1251142226000,\n \"modified\": 1268626808000,\n\t \"access\": \"public\"\n\n }\n}"