Get push integration endpoint
x-ms-visibility: "important"
Retrieves a specific push integration endpoint by ID for the authenticated user.
Path Parameters
endpointId int64 required
The unique identifier of the push integration endpoint
Query Parameters
showConnectionDetails boolean
Indicates whether to include connection details in the response. Default is false.
Responses
- 200
- 400
- 401
- 404
Push integration endpoint successfully retrieved.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
endpoint object
id int64
pushIntegrationConfigurationId int64
endpointType string
connectionDetails string
messages object[]
id int64
messageType string
pushIntegrationEndpointId int64
enabled boolean
additionalDetails string
createdAt date-time
updatedAt date-time
createdAt date-time
updatedAt date-time
{
"endpoint": {
"id": 0,
"pushIntegrationConfigurationId": 0,
"endpointType": "string",
"connectionDetails": "string",
"messages": [
{
"id": 0,
"messageType": "string",
"pushIntegrationEndpointId": 0,
"enabled": true,
"additionalDetails": "string",
"createdAt": "2025-03-31T07:22:38.572Z",
"updatedAt": "2025-03-31T07:22:38.572Z"
}
],
"createdAt": "2025-03-31T07:22:38.572Z",
"updatedAt": "2025-03-31T07:22:38.572Z"
}
}
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 endpoint 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...