Retrieve a message
get
/api/rest/2.0/assets/sms/invalidResponseMessage/{id}
Retrieves the message specified by the
id parameter.Request
Supported Media Types
- application/json
Path Parameters
-
id(required): integer
Id of the message
Query Parameters
-
depth: string
Level of detail returned by the request. Eloqua APIs can retrieve entities at three different levels of depth:
minimal,partial, andcomplete. Any other values passed are reset tominimalby default.
Response
Supported Media Types
- application/json
200 Response
OK
Root Schema : InvalidResponseMessage
Type:
objectTitle:
Show Source
InvalidResponseMessage-
countryCodes:
array countryCodes
Country codes associated with invalid response message.
-
createdAt:
string
Read Only:
trueThe date and time the invalid response message was created, expressed in Unix time. -
createdBy:
string
Read Only:
trueThe login id of the user who created the invalid response message. -
createdByName:
string
The name of the user who created the invalid response message.
-
currentStatus:
string
The invalid response message's current status. This is a read-only property.
-
depth:
string
Read Only:
trueLevel of detail returned by the request. Eloqua APIs can retrieve entities at three different levels of depth:minimal,partial, andcomplete. Any other values passed are reset tocompleteby default. For more information, see Request depth. -
description:
string
The description of the invalid response message.
-
folderId:
string
Read Only:
trueThe folder id of the folder which contains the invalid response message. -
id:
string
Read Only:
trueId of the invalid response message. This is a read-only property. -
permissions:
array permissions
The permissions for the invalid response message granted to your current instance. This is a read-only property.
-
response:
string
The invalid response message
-
scheduledFor:
string
Read Only:
trueThis property is not used. -
senderCodeId:
integer
Id of the associated sender code.
-
sourceTemplateId:
string
Id of the template used to create the invalid response message.
-
templateId:
string
This property is not used.
-
type:
string
The asset's type in Eloqua. This is a read-only property.
-
updatedAt:
string
Read Only:
trueUnix timestamp for the date and time the invalid response code was last updated. -
updatedBy:
string
Read Only:
trueThe login id of the user that last updated the invalid response message. -
updatedByName:
string
The name of the user who last updated the invalid response message.
Nested Schema : countryCodes
Type:
arrayCountry codes associated with invalid response message.
Show Source
Nested Schema : permissions
Type:
arrayThe permissions for the invalid response message granted to your current instance. This is a read-only property.
Show Source
400 Response
Bad request. See Status Codes for information about other possible HTTP status codes.
401 Response
Unauthorized. See Status Codes for information about other possible HTTP status codes.
403 Response
Forbidden. See Status Codes for information about other possible HTTP status codes.
404 Response
The requested resource was not found. See Status Codes for information about other possible HTTP status codes.
500 Response
The service has encountered an error. See Status Codes for information about other possible HTTP status codes.