• API Methods
    • List Methods
    • Expand Methods

    • Method : Create API URL :http://api2.opinionetwork.com/v2.asmx?op=Create()
      Parameter Value Type Required Description
      RID int Yes Unique API Key provided to you.
      Sample value : 123456
      TxId varchar(50) No Can be any values. Ex: 11123 or AD1214
      ExtMemberId varchar(20) Yes Member Identifier on the partner site
      Can be any values. Ex: 11213213 or AD1214
      Country varchar(250) No Country of the member
      Can be any values. Ex: USA or United States of America or Canada or CA
      State varchar(50) No State of the member
      Can be any values. Ex: Texas or TX
      FirstName varchar(250) No First name of the member
      Can be any values. Ex: Donald or Donald II
      LastName varchar(250) No Last name of the member
      Can be any values. Ex: Smith or Smith Jr
      EmailAddress varchar(250) No Email Address of the member
      Can be any values, but a valid email address regular expression is applied
      Zip varchar(10) No Zip Code of the member
      Gender char(1) No Gender of the member
      Accepts either M (for male) or F (for female)
      Dob varchar(20) No Date of birth of member
      Values should be in the MM/DD/YYYY format , ex: 01/23/1983
      Address1 varchar(500) No Address of the member
      Any string values upto 500 char length
      Address2 varchar(500) No Address of the member
      Any string values upto 500 char length
      Ethnicity int No Ethnicity of the member
      Accepted Values:
      1 White
      2 Black or African American
      3 Hispanic
      4 American Indian or Alaskan Native
      5 Asian Indian
      6 Chinese
      7 Filipino
      8 Japanese
      9 Korean
      10 Vietnamese
      11 Pacific Islander
      12 Middle Eastern
      14 Other Asian
      15 Other
      16 Prefer not to answer
      City varchar(50) NO City of the member
      Can be any values. Ex: Texas or TX
      This is an HTTP POST Request


    • Method : Update API URL : http://api2.opinionetwork.com/v2.asmx?op=Update()
      Parameter Value Type Required Description
      UserGuid Guid Yes ex: C440CB7A-0007-4DCC-AD19-ED361A12EEB5
      RID int Yes Unique API Key provided to you.
      Sample value : 123456
      ExtMemberId varchar(20) Yes Member Identifier on the partner site
      Can be any values. Ex: 11213213 or AD1214
      TxId varchar(50) No Can be any values. Ex: 11123 or AD1214
      Country varchar(250) No Country of the member
      Can be any values. Ex: USA or United States of America or Canada or CA
      State varchar(50) No State of the member
      Can be any values. Ex: Texas or TX
      FirstName varchar(250) No First name of the member
      Can be any values. Ex: Donald or Donald II
      LastName varchar(250) No Last name of the member
      Can be any values. Ex: Smith or Smith Jr
      EmailAddress varchar(250) No Email Address of the member
      Can be any values, but a valid email address regular expression is applied
      Zip varchar(10) No Zip Code of the member
      Gender char(1) No Gender of the member
      Accepts either M (for male) or F (for female)
      Dob varchar(20) No Date of birth of member
      Values should be in the MM/DD/YYYY format , ex: 01/23/1983
      Address1 varchar(500) No Address of the member
      Any string values upto 500 char length
      Address2 varchar(500) No Address of the member
      Any string values upto 500 char length
      Ethnicity int No Ethnicity of the member
      Accepted Values:
      1 White
      2 Black or African American
      3 Hispanic
      4 American Indian or Alaskan Native
      5 Asian Indian
      6 Chinese
      7 Filipino
      8 Japanese
      9 Korean
      10 Vietnamese
      11 Pacific Islander
      12 Middle Eastern
      14 Other Asian
      15 Other
      16 Prefer not to answer
      City varchar(50) No City of the member
      Can be any values. Ex: Texas or TX
      This is an HTTP POST Request



    • Method : UnSubscribe API URL : http://api2.opinionetwork.com/v2.asmx?op=UnSubscribe()
      Parameter Value Type Required Description
      RID int Yes ex: 13346
      UserGuid Or EmailAddress varchar(250) Yes UserGuid OR Email Address of the member
      Can be any values.Ex:C440CB7A-0007-4DCC-AD19-ED361A12EEB5 OR ram@gmail.com
      This is an HTTP POST Request


    • Method : ReSubscribe API URL : http://api2.opinionetwork.com/v2.asmx?op=ReSubscribe()
      Parameter Value Type Required Description
      UserGuid Guid Yes Ex: C440CB7A-0007-4DCC-AD19-ED361A12EEB5
      This is an HTTP POST Request


    • Method : GetProfiles API URL : http://api2.opinionetwork.com/v2.asmx?op=GetProfiles()
      Parameter Value Type Required Description
      UserGuid Guid Yes Ex: C440CB7A-0007-4DCC-AD19-ED361A12EEB5
      This is an HTTP POST Request


    • Method : GetSurveys API URL : http://api2.opinionetwork.com/v2.asmx?op=GetSurveys()
      Parameter Value Type Required Description
      UserGuid Guid Yes Ex: C440CB7A-0007-4DCC-AD19-ED361A12EEB5
      This is an HTTP POST Request


    • Method : GetSurveys2 API URL : http://api2.opinionetwork.com/v2.asmx?op=GetSurveys2()
      Parameter Value Type Required Description
      UserGuid Guid Yes Ex: C440CB7A-0007-4DCC-AD19-ED361A12EEB5
      This is an HTTP POST Request


    • Method : GetSurveyHistory API URL : http://api2.opinionetwork.com/v2.asmx?op=GetSurveyHistory()
      Parameter Value Type Required Description
      UserGuid Guid Yes Ex: C440CB7A-0007-4DCC-AD19-ED361A12EEB5
      This is an HTTP POST Request


    • Method : IsProjectOpen API URL : http://api2.opinionetwork.com/v2.asmx?op=IsProjectOpen()
      Parameter Value Type Required Description
      ProjectId Integer Yes Ex: 54231
      This is an HTTP POST Request


    • Method : UpdateProfile API URL : http://api2.opinionetwork.com/v2.asmx?op=UpdateProfile()
      Parameter Value Type Required Description
      Response Xml varchar(max) Yes Ex:

      qid=PrecisionQuestionId
      oid=PrecisionOptionId
      This is an HTTP POST Request


    • Method : GetProjectsClosedToday API URL : http://api2.opinionetwork.com/v2.asmx?op=GetProjectsClosedToday()
      This is an HTTP POST Request


    • Method : GetMembers API URL : http://api2.opinionetwork.com/v2.asmx?op=GetMembers()
      Parameter Value Type Required Description
      ProjectId Integer Yes Ex: 54231
      ApiKey Guid Yes Ex: C440CB7A-0007-4DCC-AD19-ED361A12EEB5
      This is an HTTP POST Request


    • Method : Delete API URL :http://api2.opinionetwork.com/v2.asmx?op=Delete()
      Parameter Value Type Required Description
      RID int Yes Unique API Key provided to you.
      Sample value : 123456
      ExtMemberId varchar(20) Yes Member Identifier on the partner site
      Can be any values. Ex: 11213213 or AD1214
      UserGuid Guid Yes Ex: C440CB7A-0007-4DCC-AD19-ED361A12EEB5
      This is an HTTP POST Request


    • Method : GetQuestions API URL : http://api2.opinionetwork.com/v2.asmx?op=GetQuestions()
      Parameter Value Type Required Description
      QuestionId Integer Yes Ex: 1234
      This is an HTTP POST Request