GET api/v1/teamdata/teamdatas?teamdatas={teamdatas}

This method retrieves all the TeamDatas that have been setup for the account.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
teamdatas

string

Required

Body Parameters

None.

Response Information

Resource Description

ResponseOfListOfTeamdataApi
NameDescriptionTypeAdditional information
Error

Error

None.

ResponseData

ResponseDataOfListOfTeamdataApi

None.

Response Formats

application/json, text/json

Sample:
{
  "Error": {
    "ErrorCode": "sample string 1",
    "ErrorReason": "sample string 2"
  },
  "ResponseData": {
    "Identification": {
      "UserId": "sample string 1"
    },
    "Result": "sample string 1",
    "Detail": [
      {
        "Id": "e4fde132-cee8-4afc-8121-a65f5cb9167b",
        "CreatedBy": "5d506990-9384-4a4a-9c6d-879c08632d04",
        "DateInsert": "2024-03-28T07:51:53.343761+00:00",
        "DateModified": "2024-03-28T07:51:53.343761+00:00",
        "Name": "sample string 4",
        "Comment": "sample string 5",
        "DateToSend": "2024-03-28T07:51:53.343761+00:00",
        "EndDate": "2024-03-28T07:51:53.343761+00:00",
        "DateToEnd": "2024-03-28T07:51:53.343761+00:00",
        "Repeat": true,
        "RepeatTime": "sample string 7",
        "SenderName": "sample string 8",
        "Occurrences": "sample string 9",
        "QuestionsList": [
          {
            "Item1": "sample string 1",
            "Item2": 2,
            "Item3": 3
          },
          {
            "Item1": "sample string 1",
            "Item2": 2,
            "Item3": 3
          }
        ],
        "TeamDataContacts": {
          "Contacts": {
            "1": {
              "NONE": 0
            },
            "2": {
              "NONE": 0
            }
          },
          "NewContacts": {
            "1": {
              "NONE": 0
            },
            "2": {
              "NONE": 0
            }
          },
          "Groups": {
            "sample string 1": {
              "NONE": 0
            },
            "sample string 2": {
              "NONE": 0
            }
          }
        },
        "TeamDataNotifications": {
          "Notification": true,
          "Sms": true,
          "Email": true,
          "ExpireSMS": true,
          "ExpireEmail": true,
          "NonRespondentsSMS": true,
          "NonRespondentsEmail": true
        }
      },
      {
        "Id": "e4fde132-cee8-4afc-8121-a65f5cb9167b",
        "CreatedBy": "5d506990-9384-4a4a-9c6d-879c08632d04",
        "DateInsert": "2024-03-28T07:51:53.343761+00:00",
        "DateModified": "2024-03-28T07:51:53.343761+00:00",
        "Name": "sample string 4",
        "Comment": "sample string 5",
        "DateToSend": "2024-03-28T07:51:53.343761+00:00",
        "EndDate": "2024-03-28T07:51:53.343761+00:00",
        "DateToEnd": "2024-03-28T07:51:53.343761+00:00",
        "Repeat": true,
        "RepeatTime": "sample string 7",
        "SenderName": "sample string 8",
        "Occurrences": "sample string 9",
        "QuestionsList": [
          {
            "Item1": "sample string 1",
            "Item2": 2,
            "Item3": 3
          },
          {
            "Item1": "sample string 1",
            "Item2": 2,
            "Item3": 3
          }
        ],
        "TeamDataContacts": {
          "Contacts": {
            "1": {
              "NONE": 0
            },
            "2": {
              "NONE": 0
            }
          },
          "NewContacts": {
            "1": {
              "NONE": 0
            },
            "2": {
              "NONE": 0
            }
          },
          "Groups": {
            "sample string 1": {
              "NONE": 0
            },
            "sample string 2": {
              "NONE": 0
            }
          }
        },
        "TeamDataNotifications": {
          "Notification": true,
          "Sms": true,
          "Email": true,
          "ExpireSMS": true,
          "ExpireEmail": true,
          "NonRespondentsSMS": true,
          "NonRespondentsEmail": true
        }
      }
    ]
  }
}