This API operation gets a user's AdultWork.com Interview.
GET
/v1/Interview/GetInterview
GET
/v1/Groups/Interview/GetInterview
(See Group manager)
Property | Type | Description |
---|---|---|
Roles |
bitmask integer |
Filters the returned questions based on the roles specified for the question. For example, providing IsEscort = 1IsAlternative = 16IsWebcam = 2IsSupplier = 32IsPhoneChat = 4IsContent = 64IsSMSChat = 8 |
If the authenticated user is the manager of a group, the user can impersonate another member of the group. This allows the manager to perform tasks of other group members without having to authenticate as them.
The request can be build in the same way as the regular request, but targeted towards the Group manager endpoint. Additionally, it has the following extra parameters:
Property | Type | Description |
---|---|---|
UserID |
integer | Required. The ID of a member in the group that will be impersonated for this request. |
This endpoint is using the HTTP GET method.
The REST API uses HTTP request headers to determine what data type is returned or to authenticate the developer's API key. More information can be found in the overview section.
An Authorization header is required with every request and must contain the access_token of the user. More information can be found in the Access tokens page.
This endpoint requires the following scope:
Scope |
---|
profile_interview |
Property | Type | Description |
---|---|---|
HasInterview1 |
boolean | If set to true , Interview1 will be populated. |
Interview1 |
Array of aws:Interview | A list of questions and answers from the AdultWork.com Interview. If it's a couple's profile this is Person 1's interview, otherwise it's the primary interview. |
HasInterview2 |
boolean | If set to true , Interview2 will be populated. |
Interview1 |
Array of aws:Interview | A list of questions and answers from the AdultWork.com Interview. This is Person 2's interview as part of a couple profile. |
The following example shows the result that's returned by the API.