Skip to main content

Get Survey Types

GET 

/Surveys/getStudyTypes

About Api Returns details of a survey based on its ID.

Request

Header Parameters

    ZAMP-KEY stringrequired

Responses

Successful response containing study types

Schema

    success boolean

    Indicates whether the request was successful

    apiVersion integer

    The version of the API

    message string

    A message indicating the status of the request

    result

    object

    data

    object[]

  • Array [

  • id integer

    The ID of the study type

    STID string

    The STID of the study type

    description string

    The description of the study type

    name string

    The name of the study type

  • ]

  • total integer

    The total number of study types returned

Loading...