Visitor
Display the visitors of a record
Method & Permission
API | GET | POST | PUT | PATCH | DELETE |
Visitor List | Admin, Project Admin, Project Edit, Project View | - | - | - | - |
Visitor Detail | Admin, Project Admin, Project Edit, Project View | - | - | - | - |
Visitor List
GET
/tables/visitor/list/{level}/{sid}/{serializer}/
Path Parameters
Name | Type | Description |
---|---|---|
level | string | organization |
sid | string | organization sid |
serializer | string |
Query Parameters
Name | Type | Description |
---|---|---|
row__sid | string | The row sid |
Headers
Name | Type | Description |
---|---|---|
token | string |
Visitor Detail
GET
/tables/visitor/detail/{sid}/
Path Parameters
Name | Type | Description |
---|---|---|
sid | string |
Headers
Name | Type | Description |
---|---|---|
token | string |
Last updated