Get SMS Distribution
GET {{baseUrl}}/distributions/sms/:smsDistributionId?surveyId=SV_tvXb5XmB1Nkuf
Returns information about specified distribution.
This API uses a 16-second timeout instead of the default timeout.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
surveyId | string | (Required) The survey ID associated with the SMS distributions |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"result":{"id":"SMSD_2dWrLQOTGtDYfnL","ownerId":"UR_eDPqMQLv8yQZnIF","organizationId":"my_organization","requestStatus":"Scheduled","requestType":"Invite","sendDate":"2020-09-02T14:35:44Z","surveyId":"SV_bKGxubqA6tp3Zn7","name":"SMS_DISTRIBUTION","recipients":{"mailingListId":"CG_e5lLySxjWrQ4wUl","contactId":null,"libraryId":"UR_eDPqMQLv8yQZnIF","sampleId":null,"transactionId":null,"transactionBatchId":null},"message":{"libraryId":"UR_eDPqMQLv8yQZnIF","messageId":"MS_3WALGUqPuJ99kEZ","messageText":null},"stats":{"sent":0,"failed":0,"started":0,"finished":0,"credits":0,"segments":0}},"meta":{"httpStatus":"200 - OK","requestId":"9750ec74-4c5c-4e4d-b320-c1e9ddc9219f"}}