Skip to content

Read the configurations for an Email Inbox by id

Request

GET /v3/email-inboxes/{emailInboxId}/audit-configurations
Security
API_Key
Path
emailInboxIdintegerrequired

Unique identification number for email inbox

GET
/v3/email-inboxes/{emailInboxId}/audit-configurations
curl -i -X GET \
  'https://api.observepoint.com/v3/email-inboxes/{emailInboxId}/audit-configurations' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Successful operation, resource found

Bodyapplication/json
Array [
auditIdinteger, (int64)required
Example:107239
auditNamestringrequired

Name of audit/WJ etc

auditLastRunAtstring, (date-time)required

Date-time in RFC3339 profile ISO 8601 format with the following additional restrictions:

  1. An uppercase T must separate the date and time portions.
  2. An uppercase Z must denote that a numeric time zone offset isn't present.

In general, these timestamp requirements are the same in AWS Step Functions - Choice Rules

Example:"2016-08-18T17:33:00Z"
auditLabelsArray of integers, >= 0 itemsrequired
]
Response
[ { "auditId": 107239, "auditName": "string", "auditLastRunAt": "2016-08-18T17:33:00Z", "auditLabels": [] } ]