GET api/v1/teamdata/teamdatas/{id}

This method retrieves the details of a team data, the system returns the details only if the team data it's still active and not deleted.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The team data Id.

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

TwoSms.CustomerPortalRole.API.Misc.ResponseOfTwoSms.CustomerPortalRole.API.TeamData.TeamdataApi
NameDescriptionTypeAdditional information
Error

TwoSms.CustomerPortalRole.API.Misc.Error

None.

ResponseData

TwoSms.CustomerPortalRole.API.Misc.ResponseDataOfTwoSms.CustomerPortalRole.API.TeamData.TeamdataApi

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": "eaba8b5b-a1ff-4786-8abf-60e0fe460113",
      "CreatedBy": "aa1dce50-62fb-4a3d-a82a-1592f1b9fd68",
      "DateInsert": "2024-04-20T05:58:15.6532038+00:00",
      "DateModified": "2024-04-20T05:58:15.6532038+00:00",
      "Name": "sample string 4",
      "Comment": "sample string 5",
      "DateToSend": "2024-04-20T05:58:15.6532038+00:00",
      "EndDate": "2024-04-20T05:58:15.6532038+00:00",
      "DateToEnd": "2024-04-20T05:58:15.6532038+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
      }
    }
  }
}