ENA Feedback

Get survey

Son güncelleme:

GET
/surveys/{surveyId}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

surveyId*string

Response Body

application/json

curl -X GET "https://example.com/surveys/string"
{
  "id": "string",
  "title": "string",
  "status": "draft",
  "created_at": "2019-08-24T14:15:22Z"
}
Empty