GET api/v1/teamdata/teamdatas?teamdatas={teamdatas}
This method retrieves all the TeamDatas that have been setup for the account.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
teamdatas | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfListOfTeamdataApiName | Description | Type | Additional 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": "35933cb5-75dc-45af-af99-a98134f32c9e", "CreatedBy": "8051e537-7e5f-4e72-be28-8d06f20e142e", "DateInsert": "2018-04-21T09:48:27.4182305Z", "DateModified": "2018-04-21T09:48:27.4182305Z", "Name": "sample string 4", "Comment": "sample string 5", "DateToSend": "2018-04-21T09:48:27.4182305Z", "EndDate": "2018-04-21T09:48:27.4182305Z", "DateToEnd": "2018-04-21T09:48:27.4182305Z", "Repeat": true, "RepeatTime": "sample string 7", "SenderName": "sample string 8", "Occurrences": "sample string 9", "QuestionsList": [ { "m_Item1": "sample string 1", "m_Item2": 2, "m_Item3": 3 }, { "m_Item1": "sample string 1", "m_Item2": 2, "m_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": "35933cb5-75dc-45af-af99-a98134f32c9e", "CreatedBy": "8051e537-7e5f-4e72-be28-8d06f20e142e", "DateInsert": "2018-04-21T09:48:27.4182305Z", "DateModified": "2018-04-21T09:48:27.4182305Z", "Name": "sample string 4", "Comment": "sample string 5", "DateToSend": "2018-04-21T09:48:27.4182305Z", "EndDate": "2018-04-21T09:48:27.4182305Z", "DateToEnd": "2018-04-21T09:48:27.4182305Z", "Repeat": true, "RepeatTime": "sample string 7", "SenderName": "sample string 8", "Occurrences": "sample string 9", "QuestionsList": [ { "m_Item1": "sample string 1", "m_Item2": 2, "m_Item3": 3 }, { "m_Item1": "sample string 1", "m_Item2": 2, "m_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 } } ] } }