NOT FOR PUBLIC DISTRIBUTION: 2020-09-23

Retrieve a visitor profile

get

/spms/v1/visitor/{id}

This is to retrieve a visitor profile by using account id

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Return profile details for the visitor id
Body ()
Root Schema : Oracle Response returned in singular object
Type: object
Title: Oracle Response returned in singular object
The object returned in Oracle Standard when function is executed successfully
Show Source
Nested Schema : ProfileVisitorDTO
Type: object
Profile Guest information that based on the Profile Configuration (Profile Setup)
Show Source
Nested Schema : linksProfile
Type: object
links detail
Show Source

403 Response

This API is not allowed for the current user
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

500 Response

Error occurred while processing this request
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source
Back to Top