{ "opencollection": "1.0.0", "info": { "name": "Fixxbook.Bearer.Api.V1 AfterHours SurveyQuestions API", "version": "bearer.v1" }, "items": [ { "info": { "name": "SurveyQuestions", "type": "folder" }, "items": [ { "info": { "name": "Get questions with possible answers for specific location", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/surveyquestions/getwithanswers/:locationId", "params": [ { "name": "locationId", "value": "", "type": "path" } ] }, "docs": "Get questions with possible answers for specific location" }, { "info": { "name": "Submit answered questions.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/surveyquestions/addanswers/:locationId", "params": [ { "name": "locationId", "value": "", "type": "path" } ] }, "docs": "Submit answered questions." }, { "info": { "name": "Get workorder survey answers with questions.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/surveyquestions/workorderanswers/:workOrderId", "params": [ { "name": "workOrderId", "value": "", "type": "path" } ] }, "docs": "Get workorder survey answers with questions." }, { "info": { "name": "Get survey questions by workorderid.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/surveyquestions/:workOrderId", "params": [ { "name": "workOrderId", "value": "", "type": "path" } ] }, "docs": "Get survey questions by workorderid." }, { "info": { "name": "Get questions with possible answers for a specific work order", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/surveyquestions/getWithAnswersForWorkOrder/:trackingNumber", "params": [ { "name": "trackingNumber", "value": "", "type": "path" } ] }, "docs": "Get questions with possible answers for a specific work order" } ] } ], "bundled": true }