Skip to main content
GET
/
schedule-management
/
v1
/
mabis
/
clearing-periods
/
{uid}
/
messages
List Messages
curl --request GET \
  --url https://api.engrate.io/schedule-management/v1/mabis/clearing-periods/{uid}/messages \
  --header 'Authorization: <api-key>'
[
  {
    "uid": "<string>",
    "clearing_period_uid": "<string>",
    "message_type": "<string>",
    "direction": "<string>",
    "reference_id": "<string>",
    "status": "<string>",
    "created_ts": "<string>",
    "error_message": "<string>",
    "sent_ts": "<string>",
    "received_ts": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Path Parameters

uid
string<uuid>
required

Query Parameters

message_type
string | null
direction
string | null
status
string | null

Response

Successful Response

uid
string
required
clearing_period_uid
string
required
message_type
string
required
direction
string
required
reference_id
string
required
status
string
required
created_ts
string
required
error_message
string | null
sent_ts
string | null
received_ts
string | null