GET v1/CatiInterviewers/{interviewerId}
User roles allowed to make this request:
DomainAdministrator
PowerUser
RegularUser
Supervisor
LimitedUser
DemoUser
Permissions required to make this request:
CatiInterviewer.Read
This method retrieve details of a specific interviewer using the interviewerId.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
interviewerId |
The id of the interviewer |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
The details of the interviewer
Response Message
CatiInterviewerName | Description | Type | Additional information |
---|---|---|---|
InterviewerId |
The unique id of the user |
string |
None. |
UserName |
The interviewer's username |
string |
Required Max length: 50 |
FirstName |
First name of the interviewer |
string |
Max length: 50 |
LastName |
Last name of the interviewer |
string |
Max length: 50 |
EmailAddress |
Email address of the interviewer |
string |
Max length: 50 |
TelephoneNumber |
Telephone number of the interviewer |
string |
Max length: 30 |
LastPasswordChangeTime |
Time the password was last changed |
date |
None. |
Response Formats
application/json, text/json
{ "InterviewerId": "sample string 1", "UserName": "sample string 2", "FirstName": "sample string 3", "LastName": "sample string 4", "EmailAddress": "sample string 5", "TelephoneNumber": "sample string 6", "LastPasswordChangeTime": "2024-09-07T17:03:18.2380264+00:00" }
application/xml, text/xml
<CatiInterviewer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NipoSoftware.Nfield.Manager.Api.Models"> <EmailAddress>sample string 5</EmailAddress> <FirstName>sample string 3</FirstName> <InterviewerId>sample string 1</InterviewerId> <LastName>sample string 4</LastName> <LastPasswordChangeTime>2024-09-07T17:03:18.2380264+00:00</LastPasswordChangeTime> <TelephoneNumber>sample string 6</TelephoneNumber> <UserName>sample string 2</UserName> </CatiInterviewer>