Get push integration message
x-ms-visibility: "important"
Retrieves a specific push integration message by ID for the authenticated user.
Path Parameters
messageId int64 required
The unique identifier of the push integration message
Responses
- 200
- 400
- 401
- 404
Push integration message successfully retrieved.
application/json
Schema
Example (from schema)
Schema
message object
id int64
messageType string
pushIntegrationEndpointId int64
enabled boolean
additionalDetails string
createdAt date-time
updatedAt date-time
{
"message": {
"id": 0,
"messageType": "string",
"pushIntegrationEndpointId": 0,
"enabled": true,
"additionalDetails": "string",
"createdAt": "2025-04-25T07:40:35.198Z",
"updatedAt": "2025-04-25T07:40:35.198Z"
}
}
Validation error occurred.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorized.
Push integration message not found.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
Loading...