Bridgetown Research
Schemas
Copy Page
Bridgetown Research
Projects
Create a new project
POST
Update a project
PUT
Update the status of a project
POST
Experts (Bridgetown Research)
(create) expert details
POST
(update) expert details
PUT
(get) expert details
GET
(create) expert action
POST
Experts
Schedule a call with an expert
Post completion details for a call
Schemas
Sample Schemas
Pet
Category
Tag
Schemas
ExpertActionRequest
ProjectCreateRequest
ExpertActionResponse
ProjectStatusUpdateRequest
ExpertShareRequest
ProjectResponse
Expert
InterviewSchema
ExpertShareResponse
TargetRespondentsSchema
Experience
CallScheduleRequest
Error
ApprovedScheduleRequest
RejectedScheduleRequest
CallScheduleResponse
CallCompletionRequest
SuccessfulCallCompletionRequest
UnsuccessfulCallCompletionRequest
CallCompletionResponse
Response
BadRequestError
InternalServerError
Schemas
Copy Page
CallScheduleResponse
{
"status"
:
"success"
,
"callId"
:
"string"
,
"message"
:
"string"
}