Retrieve list of visitors
| Context | Name | Type | Description | Required |
|---|
| HTTP code | Reason | Response model |
|---|---|---|
| 200 | Returned when successful | AppBundle.Entity.Visitor[items] |
| 500 | Authorization error or any other problem | N/A |
View a visitor
| Context | Name | Type | Description | Required |
|---|---|---|---|---|
| path | id | string | yes |
| HTTP code | Reason | Response model |
|---|---|---|
| 200 | Returned when successful | AppBundle.Entity.Visitor |
| 404 | Visitor not found | N/A |
| 500 | Authorization error or any other problem | N/A |
Export visitor data in CSV format
| Context | Name | Type | Description | Required |
|---|---|---|---|---|
| path | id | string | yes |
| HTTP code | Reason | Response model |
|---|---|---|
| 200 | Returned when successful | AppBundle.Entity.Visitor[items] |
| 500 | Authorization error or any other problem | N/A |
| Type | Description | Format |
|---|---|---|
| string | Full name of the visitor | |
| string | Internal ID (class) of the login implementation | |
| string | User's ID in the social network (underlying system) | |
| string | Visitor's email address, if known | |
| string | Visitor's phone number, if known | |
| string | Link to the social profile, if applicable | |
| integer | Estimated visitor social reach (friend count, followers, etc) | int32 |
| integer | Visitors unique Id | int32 |
| string | Birth date of the visitor, if known | date-time |
| string | Visitor's home city, if known | |
| boolean | Visitor's gender, if known | |
| string | Timestamp when the visitor was created | date-time |
| string | Timestamp when the visitor was last modified | date-time |
| Type | Description | Format |
|---|---|---|
| array |