Retrieve a list of signature rules
get
/api/rest/2.0/assets/email/signature/rules
Retrieves all signature rules that match the criteria specified by the request parameters.
Request
Supported Media Types
- application/json
Query Parameters
-
count: integer
Maximum number of entities to return. Must be less than or equal to 1000 and greater than or equal to 1.
-
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 tominimal
by default. -
lastUpdatedAt: integer
Unix timestamp for the date and time the external asset was last updated.
-
orderBy: string
Specifies the field by which list results are ordered, and the direction. The direction will default to ASC if not specified. See the URL parameters for information.
-
page: integer
Specifies which page of entities to return (the count parameter defines the number of entities per page). If the page parameter is not supplied, 1 will be used by default.
-
search: string
Specifies the search criteria used to retrieve entities. See the tutorial for information about using this parameter.
Response
Supported Media Types
- application/json
200 Response
OK.
Root Schema : QueryResultRule
Type:
object
Title:
Show Source
QueryResultRule
-
elements:
array elements
Array of signature rules.
-
page:
integer
The specified page.
-
pageSize:
integer
The page size.
-
total:
integer
The total amount of results.
-
type:
string
The asset's type in Eloqua.
Nested Schema : elements
Type:
array
Array of signature rules.
Show Source
-
Array of:
object EmailSignatureRule
Title:
EmailSignatureRule
Nested Schema : EmailSignatureRule
Type:
object
Title:
Show Source
EmailSignatureRule
-
contactFieldId:
string
The id for the contact field to be used when matching a contact to a mapping.
-
createdAt:
string
Read Only:
true
The date and time the signature rule was created, expressed in Unix time. -
createdBy:
string
Read Only:
true
The login id of the user who created the signature rule. -
createdByName:
string
The name of the user who created the signature rule.
-
customObjectFieldId:
string
The id for the custom object field to be used when matching a contact to a mapping.
-
defaultSenderId:
string
The id of the user that will be used as the default sender if no mappings are matched.
-
depth:
string
Read Only:
true
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 tocomplete
by default. For more information, see Request depth. -
eventRegistrationFieldId:
string
The id for the event field to be used when matching a contact to a mapping.
-
id:
string
Read Only:
true
Id of the signature rule. This is a read-only property. -
isPersonalizeFromAddress:
string
Flag to enable personalizing the from address.
-
isPersonalizeFromName:
string
Flag to enable personalizing the from name.
-
isPersonalizeReplyAddress:
string
Flag to enable personalizing the reply to address.
-
isPersonalizeReplyName:
string
Flag to enable personalizing the reply to name.
-
name:
string
The name of the signature rule.
-
permissions:
array permissions
The permissions for the signature rule granted to your current instance. This is a read-only property.
-
type:
string
The asset's type in Eloqua. This is a read-only property.
-
updatedAt:
string
Read Only:
true
The date and time the signature rule was last updated, expressed in Unix time. -
updatedBy:
string
Read Only:
true
The login id of the user who last updated the signature rule. -
updatedByName:
string
The name of the user who last updated the signature rule.
Nested Schema : permissions
Type:
array
The permissions for the signature rule 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.