review.preprod.edm.eseason.com Open in urlscan Pro
54.76.242.82  Public Scan

Submitted URL: https://review.preprod.edm.eseason.com/swagger-ui/index.html#/Survey/find
Effective URL: https://review.preprod.edm.eseason.com/swagger-ui/index.html
Submission: On August 11 via manual from FR — Scanned from FR

Form analysis 1 forms found in the DOM

<form class="download-url-wrapper"><input class="download-url-input" type="text" value="/v3/api-docs"><button class="download-url-button button">Explore</button></form>

Text Content

Explore
Servers
/ - Default Server URL
Authorize



SURVEY

API THAT ALLOWS SENDING ONE OR MORE SURVEYS AND RETRIEVING SURVEYS.

POST/api/survey/list
Get a survey list.

POST/api/survey/
Post a list of surveys.

GET/api/survey/id/{id}
Get a survey.


Get one survey with given ID.

PARAMETERS

Try it out

NameDescription
id *
string

(path)



RESPONSES

CodeDescriptionLinks200

OK

Media type
application/json
Controls Accept header.
 * Example Value
 * Schema

{
  "id": "202201876554985-12",
  "scoreScale": 10,
  "scoreStay": 5,
  "scoreOverall": 7,
  "scoreStaff": 8,
  "scoreComfort": 9,
  "scoreCleanliness": 6,
  "scoreActivities": 5,
  "scoreFood": 4.5,
  "scoreValueForMoney": 7.5,
  "commendation": true,
  "channel": "Google",
  "comment": "string",
  "suggestion": "string",
  "data": {
    "additionalProp1": {},
    "additionalProp2": {},
    "additionalProp3": {}
  }
}

No links401

Unauthorized

Media type
application/json
 * Example Value
 * Schema

{
  "id": "202201876554985-12",
  "scoreScale": 10,
  "scoreStay": 5,
  "scoreOverall": 7,
  "scoreStaff": 8,
  "scoreComfort": 9,
  "scoreCleanliness": 6,
  "scoreActivities": 5,
  "scoreFood": 4.5,
  "scoreValueForMoney": 7.5,
  "commendation": true,
  "channel": "Google",
  "comment": "string",
  "suggestion": "string",
  "data": {
    "additionalProp1": {},
    "additionalProp2": {},
    "additionalProp3": {}
  }
}

No links403

Forbidden

Media type
application/json
 * Example Value
 * Schema

{
  "id": "202201876554985-12",
  "scoreScale": 10,
  "scoreStay": 5,
  "scoreOverall": 7,
  "scoreStaff": 8,
  "scoreComfort": 9,
  "scoreCleanliness": 6,
  "scoreActivities": 5,
  "scoreFood": 4.5,
  "scoreValueForMoney": 7.5,
  "commendation": true,
  "channel": "Google",
  "comment": "string",
  "suggestion": "string",
  "data": {
    "additionalProp1": {},
    "additionalProp2": {},
    "additionalProp3": {}
  }
}

No links404

Not found

Media type
application/json
 * Example Value
 * Schema

{
  "id": "202201876554985-12",
  "scoreScale": 10,
  "scoreStay": 5,
  "scoreOverall": 7,
  "scoreStaff": 8,
  "scoreComfort": 9,
  "scoreCleanliness": 6,
  "scoreActivities": 5,
  "scoreFood": 4.5,
  "scoreValueForMoney": 7.5,
  "commendation": true,
  "channel": "Google",
  "comment": "string",
  "suggestion": "string",
  "data": {
    "additionalProp1": {},
    "additionalProp2": {},
    "additionalProp3": {}
  }
}

No links

SCHEMAS

SurveyDto